Index: build-livecd.sh
===================================================================
RCS file: /cvs/flashboot/build-livecd.sh,v
retrieving revision 1.2
diff -u -r1.2 build-livecd.sh
--- build-livecd.sh	19 Dec 2007 09:39:47 -0000	1.2
+++ build-livecd.sh	7 May 2009 12:15:13 -0000
@@ -28,7 +28,7 @@
 mkdir -p obj
 
 # Create a templist
-cat list.largekernel list > list.temp
+cat list list.largekernel > list.temp
 
 # Modify list.temp to use fstab.initial.iso and
 # add mount_cd9660.
@@ -69,7 +69,7 @@
 
 # Create the image
 
-vers="4.2"
+vers="4.5"
 #/usr/local/bin/mkisofs -no-iso-translate \
 #-R -T -allow-leading-dots -l -d -D -N -v \
 #-V "LiveCD flashboot-${vers}" -A "LiveCD flashboot-${vers}" \
