From 8b49197847b16ac9a0b9b0a2edb91241ce21ac82 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 24 Jun 2013 18:43:12 +0200 Subject: [rootfs-stage31] delay fetching config by 1 second, kernel might not have routing table up to date otherwise --- remote/rootfs/rootfs-stage31/data/init | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'remote/rootfs') diff --git a/remote/rootfs/rootfs-stage31/data/init b/remote/rootfs/rootfs-stage31/data/init index 586b21df..3a1087df 100755 --- a/remote/rootfs/rootfs-stage31/data/init +++ b/remote/rootfs/rootfs-stage31/data/init @@ -107,11 +107,14 @@ mount -n --move /dev/shm/uniontmp /mnt/uniontmp || drop_shell "Problem moving un [ $DEBUG -ge 2 ] && drop_shell "Requested Debug Shell: after aufs'ing." # Download config if available +( +sleep 1 /mnt/opt/openslx/bin/activate-sysconfig /mnt +) & # create udev rule for nic we booted from cat > "/mnt/etc/udev/rules.d/70-net-boot-nic-name.rules" <