recursively disable compression in /boot too
This commit is contained in:
parent
b0c75ec390
commit
fd34fdd86e
1 changed files with 1 additions and 0 deletions
|
@ -50,5 +50,6 @@ echo "$SSHPUBKEY" >> /root/.ssh/authorized_keys
|
|||
if [ "$ROOTFS" = 'btrfs' ]; then
|
||||
step 'Disabling compression on /boot'
|
||||
btrfs property set /boot compression ""
|
||||
ls /boot | xargs -I{} btrfs property set /boot/{} compression ""
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue