Compare commits

..

No commits in common. "master" and "b0c75ec390d041385fa9c564b02cf4ef9f49ff82" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

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

View file

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