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
if [ "$ROOTFS" = 'btrfs' ]; then
step 'Disabling compression on /boot'
chattr -R +m /boot 2>/dev/null || true
btrfs property set /boot compression ""
fi

View file

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