Compare commits

...

2 commits

2 changed files with 2 additions and 1 deletions

View file

@ -49,6 +49,6 @@ echo "$SSHPUBKEY" >> /root/.ssh/authorized_keys
# initramfs rebuild
if [ "$ROOTFS" = 'btrfs' ]; then
step 'Disabling compression on /boot'
btrfs property set /boot compression ""
chattr -R +m /boot 2>/dev/null || true
fi

View file

@ -2,6 +2,7 @@ alpine-base
busybox
btrfs-progs
btrfs-compsize
e2fsprogs-extra
network-extras
openssl
openssh