[issue1196] network boot fails with daily image
Marc 'Zugschlus' Haber
bts at bts.grml.org
Fri Jul 13 09:33:18 CEST 2012
Marc 'Zugschlus' Haber <mh+bts-grml at zugschlus.de> added the comment:
here it is:
Obviously, in recent busyboxes, sourcing a non-existent file makes busybox
(silently?) exit, which in case of scripts/live leads to an immediate kernel
panic since the root fs is not yet mounted.
Wrapping the "./tmp/net-${device}.conf" into a
if [ -e "/tmp/net-${device}.conf" ]; then
. /tmp/net-${device}.conf
fi
in scripts/live solved the issue for me.
Greetings
Marc
----------
files: daily.bootlog
messages: 4412, 4414, 4415, 4416, 4418
nosy: zugschlus
priority: bug
status: chatting
title: network boot fails with daily image
_____________________________________
GRML issue tracker <bts at bts.grml.org>
<http://bts.grml.org/grml/issue1196>
_____________________________________
More information about the Bugs-changes
mailing list