From: Thierry Parmentelat Date: Wed, 13 Feb 2008 13:55:00 +0000 (+0000) Subject: previous change was too deep a cleaning - as might have been suspected X-Git-Tag: bootcd-3.4-4~2 X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=commitdiff_plain;h=479023dc37425a0ca289e4f308db71ef6bfc7d65 previous change was too deep a cleaning - as might have been suspected this restores the required stuff in /usr/bootme --- diff --git a/build.sh b/build.sh index 59925f5..130a089 100755 --- a/build.sh +++ b/build.sh @@ -199,6 +199,15 @@ for dir in $overlay/usr/boot $overlay/usr/boot/backup ; do echo "/boot/" >$dir/boot_server_path done +# Install old-style boot server configuration files +# as opposed to what a former comment suggested, +# this is still required, somewhere in the bootmanager apparently +install -D -m 644 $PLC_BOOT_CA_SSL_CRT $overlay/usr/bootme/cacert/$PLC_BOOT_HOST/cacert.pem +echo "$FULL_VERSION_STRING" >$overlay/usr/bootme/ID +echo "$PLC_BOOT_HOST" >$overlay/usr/bootme/BOOTSERVER +echo "$PLC_BOOT_HOST" >$overlay/usr/bootme/BOOTSERVER_IP +echo "$PLC_BOOT_SSL_PORT" >$overlay/usr/bootme/BOOTPORT + # Generate /etc/issue echo "* Generating /etc/issue"