Fixed mount-options for btrfs
This commit is contained in:
parent
efa854a8eb
commit
fde803034a
1 changed files with 4 additions and 4 deletions
8
pre.sh
8
pre.sh
|
@ -70,11 +70,11 @@ btrfs subvolume create @log
|
|||
btrfs subvolume create @cache
|
||||
cd ~
|
||||
umount
|
||||
mount -o noatime,compress=zstd,space_cache,discard=async,subvol=@ /dev/vda2 /mnt
|
||||
mount -o noatime,compress=zstd,space_cache=v2,discard=async,subvol=@ /dev/vda2 /mnt
|
||||
mkdir -p /mnt/{home,var/log,var/cache,boot}
|
||||
mount -o noatime,compress=zstd,space_cache,discard=async,subvol=@home /dev/vda2 /mnt/home
|
||||
mount -o noatime,compress=zstd,space_cache,discard=async,subvol=@log /dev/vda2 /mnt/var/log
|
||||
mount -o noatime,compress=zstd,space_cache,discard=async,subvol=@cache /dev/vda2 /mnt/cache
|
||||
mount -o noatime,compress=zstd,space_cache=v2,discard=async,subvol=@home /dev/vda2 /mnt/home
|
||||
mount -o noatime,compress=zstd,space_cache=v2,discard=async,subvol=@log /dev/vda2 /mnt/var/log
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue