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
|
"$mnt"/etc/update-extlinux.conf
|
||||||
|
|
||||||
chroot "$mnt" extlinux --install /boot
|
chroot "$mnt" extlinux --install /boot
|
||||||
chroot "$mnt" update-extlinux --warn-only 2>&1 \
|
chroot "$mnt" update-extlinux --warn-only # 2>&1 \
|
||||||
| grep -Fv 'extlinux: cannot open device /dev' >&2
|
# | grep -Fv 'extlinux: cannot open device /dev' >&2
|
||||||
}
|
}
|
||||||
|
|
||||||
# Configures mkinitfs.
|
# Configures mkinitfs.
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
alpine-base
|
alpine-base
|
||||||
busybox
|
busybox
|
||||||
|
btrfs-progs
|
||||||
chrony
|
chrony
|
||||||
network-extras
|
network-extras
|
||||||
openssl
|
openssl
|
||||||
|
|
Loading…
Reference in a new issue