mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-28 12:56:26 -04:00
Specify iptables-nft over legacy iptables
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@
|
||||
loadkeys us
|
||||
echo ----------------------------------------------------------------------------------------------
|
||||
echo rwinkhart\'s Artix Install Script
|
||||
echo last updated March 27, 2024 \(rev. D\)
|
||||
echo last updated May 08, 2024 \(rev. A\)
|
||||
echo ----------------------------------------------------------------------------------------------
|
||||
echo You will be asked some questions before installation.
|
||||
echo -e "----------------------------------------------------------------------------------------------\n"
|
||||
@@ -221,7 +221,7 @@ echo "hostname=\'"$hostname"\'" > /mnt/etc/conf.d/hostname
|
||||
|
||||
# installing base packages
|
||||
base_devel='db diffutils gc guile libisl libmpc perl autoconf automake bash dash binutils bison esysusers etmpfiles fakeroot file findutils flex gawk gcc gettext grep groff gzip libtool m4 make pacman pacman-contrib patch pkgconf sed opendoas texinfo which bc udev ntp'
|
||||
basestrap /mnt base $base_devel openrc elogind-openrc linux linux-firmware git man-db
|
||||
basestrap /mnt base $base_devel openrc elogind-openrc linux linux-firmware git man-db iptables-nft
|
||||
|
||||
# applying IPv6 privacy entensions for all interfaces
|
||||
echo -e 'net.ipv6.conf.all.use_tempaddr = 2\nnet.ipv6.conf.default.use_tempaddr = 2' > /mnt/etc/sysctl.d/40-ipv6.conf
|
||||
|
||||
Reference in New Issue
Block a user