Compare commits
No commits in common. "master" and "b0c75ec390d041385fa9c564b02cf4ef9f49ff82" have entirely different histories.
master
...
b0c75ec390
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue