Skip to content

Commit

Permalink
Drop vconfig and ebtales, add nftables
Browse files Browse the repository at this point in the history
Resolves #69
  • Loading branch information
NiKiZe committed Aug 8, 2024
1 parent cfef03c commit 1afaee0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ touch /etc/udev/rules.d/80-net-setup-link.rules &
time emerge -uvN1 -j8 --keep-going y portage gentoolkit cpuid2cpuflags || bash
#snmp support in current apcupsd is buggy
grep -q sys-power/apcupsd /etc/portage/package.use/* || echo sys-power/apcupsd -snmp >> /etc/portage/package.use/apcupsd
grep -q net-firewall/nftables /etc/portage/package.use/* || echo net-firewall/nftables xtables >> /etc/portage/package.use/nftables
[[ ! -z "${NVMETOOLS}" ]] && (grep -q nvme /etc/portage/package.accept_keywords/* || echo ${NVMETOOLS} > /etc/portage/package.accept_keywords/nvme) &
#add new CPU_FLAGS_X86
Expand All @@ -280,7 +281,7 @@ etc-update --automode -5
time emerge -uv -j8 installkernel gentoo-sources mlocate postfix iproute2 bind bind-tools dhcp atftp dhcpcd app-misc/mc pciutils usbutils smartmontools syslog-ng virtual/cron ntp lsof ${NVMETOOLS} || bash
mkdir /tftproot
time emerge -uv -j8 iptables grub ebtables vconfig || bash
time emerge -uv -j8 iptables nftables grub || bash
lspci
ntpdate ntp.se
#rerun make sure up2date
Expand Down

0 comments on commit 1afaee0

Please sign in to comment.