Added new scripts

This commit is contained in:
2022-02-25 18:22:57 +01:00
parent 235327794e
commit b1904e21c2
4 changed files with 87 additions and 38 deletions

2
xabs-install.sh Executable file → Normal file
View File

@@ -108,7 +108,7 @@ mount $efipart /mnt/efi &> /dev/null
# Refresh Arch keyrings.
refreshkeys || error "Error automatically refreshing Arch keyring. Consider doing so manually."
dialog --title "Installation" --infobox "\nInstalling of base packages. This might take a while..." 10 60
pacstrap /mnt base linux linux-firmware dhclient grub efibootmgr >/dev/null 2>&1 || error "Error during installation of system, consider running pacstrap manually"
pacstrap /mnt base linux linux-firmware dhclient grub efibootmgr neovim nano >/dev/null 2>&1 || error "Error during installation of system, consider running pacstrap manually"
dialog --title "Installation" --infobox "\nSuccesful installation," 10 60
# 3 Basic config
# 3.1 fstab