leave 256MB free for e2scrub

https://man.archlinux.org/man/e2scrub.8
This commit is contained in:
Pig Monkey 2024-12-01 19:22:43 -08:00
parent 9956bf6b5f
commit b4a56bf343

View file

@ -54,6 +54,7 @@ Create and mount the encrypted root filesystem.
$ vgcreate arch /dev/mapper/lvm
$ lvcreate -L 8G arch -n swap
$ lvcreate -l +100%FREE arch -n root
$ lvreduce -L -256M arch/root
$ lvdisplay
$ mkswap -L swap /dev/mapper/arch-swap
$ mkfs.ext4 /dev/mapper/arch-root