comment out grep in setup_extlinux

temporary solution for --rootfs btrfs failing
This commit is contained in:
xfnw 2022-01-04 13:57:42 -05:00
parent 08d7836344
commit 1aea862534
2 changed files with 3 additions and 2 deletions

View file

@ -272,8 +272,8 @@ setup_extlinux() {
"$mnt"/etc/update-extlinux.conf
chroot "$mnt" extlinux --install /boot
chroot "$mnt" update-extlinux --warn-only 2>&1 \
| grep -Fv 'extlinux: cannot open device /dev' >&2
chroot "$mnt" update-extlinux --warn-only # 2>&1 \
# | grep -Fv 'extlinux: cannot open device /dev' >&2
}
# Configures mkinitfs.

View file

@ -1,5 +1,6 @@
alpine-base
busybox
btrfs-progs
chrony
network-extras
openssl