Added btrfs-progs to base-install
This commit is contained in:
parent
fde803034a
commit
e590a3193d
1 changed files with 1 additions and 1 deletions
2
pre.sh
2
pre.sh
|
@ -77,7 +77,7 @@ mount -o noatime,compress=zstd,space_cache=v2,discard=async,subvol=@log /dev/vda
|
|||
mount -o noatime,compress=zstd,space_cache=v2,discard=async,subvol=@cache /dev/vda2 /mnt/cache
|
||||
mount /dev/vda1 /mnt/boot
|
||||
|
||||
pacstrap /mnt base linux linux-lts linux-firmware amd-ucode tamsyn-font vim git
|
||||
pacstrap /mnt base linux linux-lts linux-firmware amd-ucode tamsyn-font vim git btrfs-progs
|
||||
|
||||
genfstab -U /mnt >> /mnt/etc/fstab
|
||||
#--UEFI-btrfs--
|
Loading…
Reference in a new issue