comment out grep in setup_extlinux
temporary solution for --rootfs btrfs failing
This commit is contained in:
parent
08d7836344
commit
1aea862534
2 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
alpine-base
|
||||
busybox
|
||||
btrfs-progs
|
||||
chrony
|
||||
network-extras
|
||||
openssl
|
||||
|
|
Loading…
Reference in a new issue