From bb99503929cec19cbae9f7d2ad7680ee34061018 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Wed, 18 Jan 2012 16:12:16 +0100 Subject: [PATCH] create default pxelinux config --- bin/fai-setup | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/fai-setup b/bin/fai-setup index 92a7cc25b..7f1017084 100644 --- a/bin/fai-setup +++ b/bin/fai-setup @@ -162,6 +162,7 @@ if [ -n "$LOGUSER" ]; then fi mkdir -p $TFTPROOT chown -R $LOGUSER:$logusergid $TFTPROOT || true + fai-chboot -o default fi if [ -z "$FAI_CONFIGDIR" ]; then