5aca301693
In preparation for enabling Dracut-based ramdisks, this change factors out functionality that is common to both busybox and Dracut ramdisks. Said functionality is moved to a ramdisk-base element which is added as a dependency of the ramdisk element. ramdisk now only contains the functionality specific to building busybox-based ramdisks. bp tripleo-juno-dracut-ramdisks Change-Id: Iad2907c8be491c88727d87ed5e5a720e5beb66c3
6 lines
159 B
Plaintext
6 lines
159 B
Plaintext
if [ -n "$BOOT_SERVER" ]; then
|
|
echo "pinging to boot server $BOOT_SERVER"
|
|
wait_for 6 5 ping -c 5 -q "$BOOT_SERVER" > /dev/null
|
|
fi
|
|
|
|
echo "network ready" |