OpenTollGate / TollGateNostrToolKit

5 stars 1 forks source link

Reintroduce setup script #5

Closed chGoodchild closed 1 month ago

chGoodchild commented 1 month ago

Here’s a detailed breakdown of the packages that were added and removed in the introduce_firstboot branch compared to the main branch:

Packages Added

  1. dnsmasq-full

    • Enabled (added as a replacement for dnsmasq).
    • Additional options enabled:
      • dnsmasq_full_dhcp
      • dnsmasq_full_dhcpv6
      • dnsmasq_full_dnssec
      • dnsmasq_full_auth
      • dnsmasq_full_nftset
      • dnsmasq_full_conntrack
      • dnsmasq_full_noid
      • dnsmasq_full_tftp
  2. Networking Kernel Modules:

    • kmod-nf-conntrack-netlink (enabled)
    • kmod-mii (enabled)
    • kmod-usb-net (enabled)
    • kmod-usb-net-cdc-ether (enabled)
    • kmod-usb-net-rndis (enabled)
  3. PHP Package:

    • php8 (enabled)
  4. Library Packages:

    • libnetfilter-conntrack (enabled)
    • libnettle (enabled)
    • libnfnetlink (enabled)
    • libpcre2 (enabled)
  5. New Package:

    • opennds (enabled)

Packages Removed

  1. dnsmasq

    • Set to not included (commented out).
  2. nodogsplash

    • Set to not included (commented out).

Summary

This summarizes the changes in package configuration between the two branches.