From d417b4c42342daa61aa1bacbefb39515cb68c992 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Tue, 20 Nov 2007 16:51:01 +0000 Subject: [PATCH] Add configuration option to build all BootCD images (meaning cramfs-based ones). --- plc.d/bootcd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plc.d/bootcd b/plc.d/bootcd index 944857d..1faf045 100755 --- a/plc.d/bootcd +++ b/plc.d/bootcd @@ -29,7 +29,7 @@ case "$1" in # Customize the Boot CD pushd /var/www/html/download - /usr/share/bootcd/build.sh + /usr/share/bootcd/build.sh ${PLC_BUILD_ALL_BOOTCDS:+-a} check popd -- 2.43.0