Hello, /sbin/ifup was changed between lfs-bootscripts-20180820 and fs-bootscripts-20190524
Sequence
;-------------------
# Bring up the interface
if [ "$VIRTINT" != "yes" ]; then
up ${IFACE}
fi
for S in ${SERVICE}; do
;-------------------
This cause trouble in case you have defined a bridge interface.
(a bridge interface is now a virtual one?),
as the bridge can NOT be UP before service bridge define it.
There is a kind of discrepancy between
line 99:
if [ "$VIRTINT" != "yes" ]; then
up ${IFACE}
and line 122:
if [ "${VIRTINT}" == "yes" ]; then
up ${IFACE}
Comments??
--
seen "Linux from scratch" and looking for ISO files
www.osukiss.org
smime.p7s
Description: S/MIME Cryptographic Signature
-- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
