[Lunar-commits] r14953 - lunar-iso/trunk/scripts
Auke Kok
sofar at lunar-linux.org
Sun May 22 20:27:06 UTC 2005
Author: sofar
Date: 2005-05-22 20:27:06 +0000 (Sun, 22 May 2005)
New Revision: 14953
Modified:
lunar-iso/trunk/scripts/isofs
Log:
completize the template codes in the finalizing script.
Modified: lunar-iso/trunk/scripts/isofs
===================================================================
--- lunar-iso/trunk/scripts/isofs 2005-05-22 20:26:25 UTC (rev 14952)
+++ lunar-iso/trunk/scripts/isofs 2005-05-22 20:27:06 UTC (rev 14953)
@@ -42,7 +42,9 @@
for file in $ISO_TARGET/isolinux/{f{1,2,3,4}.txt,boot.cat,isolinux.{bin,cfg}} $ISO_TARGET/etc/motd $ISO_TARGET/etc/motd $ISO_TARGET/sbin/lunar-install $ISO_TARGET/README ; do
sed -i -e "s:%VERSION%:${ISO_VERSION}:g" \
-e "s:%CODENAME%:${ISO_CODENAME}:g" \
- -e "s:%KERNEL%:${ISO_KVER}:g" $file
+ -e "s:%DATE%:${ISO_DATE}:g" \
+ -e "s:%KERNEL%:${ISO_KVER}:g" \
+ -e "s:%CNAME%:${ISO_CNAME}:g" $file
done
# reverse approach this:
More information about the Lunar-commits
mailing list