mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-02 06:57:27 -04:00
Fixed micro still being installed
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ echo "hostname=\'"$hostname"\'" > /mnt/etc/conf.d/hostname
|
|||||||
|
|
||||||
# installing base packages
|
# 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 python sed opendoas texinfo which bc udev'
|
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 python sed opendoas texinfo which bc udev'
|
||||||
basestrap /mnt base $base_devel openrc elogind-openrc linux linux-firmware git micro man-db bash-completion
|
basestrap /mnt base $base_devel openrc elogind-openrc linux linux-firmware git man-db bash-completion
|
||||||
|
|
||||||
# applying IPv6 privacy entensions for all interfaces
|
# 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
|
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