Add git and nano to basestrap

This commit is contained in:
2022-06-26 00:11:47 -04:00
parent 0ab4e6012b
commit be812ab99a
+1 -1
View File
@@ -153,7 +153,7 @@ echo "hostname=\'"$hostname"\'" > /mnt/etc/conf.d/hostname
# installing base packages
base_devel='db diffutils gc guile libisl libmpc perl autoconf automake binutils bison esysusers etmpfiles fakeroot file findutils flex gawk gcc gettext grep groff gzip libtool m4 make pacman patch pkgconf sed opendoas texinfo which'
basestrap /mnt base $base_devel openrc elogind-openrc linux linux-firmware
basestrap /mnt base $base_devel openrc elogind-openrc linux linux-firmware git nano
# exporting variables
mkdir /mnt/tempfiles