BTS

Message4418

Author zugschlus
Recipients
Date 2012-07-13.07:33:18
Content
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
History
Date User Action Args
2012-07-13 07:33:18zugschlussetmessageid: <1342164798.29.0.681991991253.issue1196@bts.grml.org>
2012-07-13 07:33:18zugschluslinkissue1196 messages
2012-07-13 07:33:18zugschluscreate