From 479023dc37425a0ca289e4f308db71ef6bfc7d65 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 13 Feb 2008 13:55:00 +0000 Subject: [PATCH] previous change was too deep a cleaning - as might have been suspected this restores the required stuff in /usr/bootme --- build.sh | 9 +++++++++ 1 file changed, 9 insertions(+) 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" -- 2.43.0