add linux to pacstrap
This commit is contained in:
parent
5372f87c3c
commit
9d1ff3bbcb
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ AMCONF="/root/amconf.sh"
|
|||
# mount /dev/sda1 /mnt/boot/efi
|
||||
#
|
||||
## Pacstrap
|
||||
# pacstrap /mnt base --noprogressbar 2>&1 | tee -a pacstrap.log
|
||||
# pacstrap /mnt base linux linux-firmware --noprogressbar 2>&1 | tee -a pacstrap.log
|
||||
# genfstab -p -U /mnt >> /mnt/etc/fstab
|
||||
# cp archmate.sh /mnt/root/ && chmod +x /mnt/root/archmate.sh
|
||||
# cp pacstrap.log /mnt/root/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue