mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-23 01:51:33 -05:00
Remove incorrect output
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
7a50c4e548
commit
bd0855ef19
@ -335,9 +335,6 @@ mount -o nodev,nosuid,noexec "${ESP}" /mnt/boot/efi
|
||||
## Pacstrap
|
||||
output 'Installing the base system (it may take a while).'
|
||||
|
||||
output "You may see an error when mkinitcpio tries to generate a new initramfs."
|
||||
output "It is okay. The script will regenerate the initramfs later in the installation process."
|
||||
|
||||
pacstrap /mnt apparmor base chrony efibootmgr firewalld grub grub-btrfs inotify-tools linux-firmware linux-hardened linux-lts nano reflector snapper sudo zram-generator
|
||||
|
||||
if [ "${virtualization}" = 'none' ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user