Package: nbd-client
Version: 1:2.9.15-3
Severity: important
configure_networking is only called if nbdroot=dhcp, so networking isn't
configured when nbd-client is called, which results in a failed boot.
but do not fear, the following should fix it, by always calling
configure_networking:
--- nbd-client.initrd.orig 2010-07-28 20:42:59.000000000 -0400
+++ nbd-client.initrd 2010-07-28 20:43:19.000000000 -0400
@@ -10,11 +10,11 @@
. /scripts/functions
log_begin_msg "Setting up nbd-client"
+configure_networking
for x in $(cat /proc/cmdline); do
# Support setting stuff using DHCP
case $x in
nbdroot=dhcp)
- configure_networking
x="$ROOTPATH"
;;
esac
i don't know if that's the *best* place, but it works.
live well,
vagrant
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]