From f0a0953e14365225b3ec28badb4cbe0d8789b130 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 18 Jul 2008 20:01:11 +0100 Subject: [PATCH] fix version in comment --- livecd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livecd.sh b/livecd.sh index 4a99800c..bba7449b 100755 --- a/livecd.sh +++ b/livecd.sh @@ -431,7 +431,7 @@ deb-src ${USERMIRROR} ${STE}-updates ${COMP} # we mv the initramfs, so it's not wasting space on the livefs mv ${ROOT}/boot/initrd.img-"${KVER}" livecd.${FSS}.initrd-"${SUBARCH}" rm -f ${ROOT}/boot/initrd.img-"${KVER}".bak - # ubiquity >= 1.9.3 copies the kernel from the CD root if it doesn't + # ubiquity >= 1.9.4 copies the kernel from the CD root if it doesn't # find one on the livefs, allowing us to save space mv ${ROOT}/boot/vmlinu?-"${KVER}" livecd.${FSS}.kernel-"${SUBARCH}" done