[Fai-commit] r3814 - trunk/bin
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Fri Sep 1 15:40:16 UTC 2006
Author: lange
Date: 2006-09-01 15:40:15 +0000 (Fri, 01 Sep 2006)
New Revision: 3814
Modified:
trunk/bin/fai
Log:
add ubuntu workaround, /etc/init.d/loopback does not exist on Debian
Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai 2006-09-01 15:09:02 UTC (rev 3813)
+++ trunk/bin/fai 2006-09-01 15:40:15 UTC (rev 3814)
@@ -103,6 +103,7 @@
fi
mount -t sysfs sysfs /sys
+ [ -d /var/run/network ] || mkdir /var/run/network
ifup lo
# we really need to start udev
[ -x /etc/init.d/udev ] && /etc/init.d/udev start
More information about the Fai-commit
mailing list