Add configuration option to build all BootCD images (meaning cramfs-based ones).
authorDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Tue, 20 Nov 2007 16:51:01 +0000 (16:51 +0000)
committerDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Tue, 20 Nov 2007 16:51:01 +0000 (16:51 +0000)
plc.d/bootcd

index 944857d..1faf045 100755 (executable)
@@ -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