[Lunar-commits] r14672 - lunar-iso/trunk/lunar-install/sbin
Auke Kok
sofar at lunar-linux.org
Sun May 8 19:41:47 UTC 2005
Author: sofar
Date: 2005-05-08 19:41:45 +0000 (Sun, 08 May 2005)
New Revision: 14672
Modified:
lunar-iso/trunk/lunar-install/sbin/lunar-install
Log:
Force copy of the iso release tag to identify the system.
Modified: lunar-iso/trunk/lunar-install/sbin/lunar-install
===================================================================
--- lunar-iso/trunk/lunar-install/sbin/lunar-install 2005-05-08 19:21:28 UTC (rev 14671)
+++ lunar-iso/trunk/lunar-install/sbin/lunar-install 2005-05-08 19:41:45 UTC (rev 14672)
@@ -638,6 +638,9 @@
echo -e "$FSTAB" >> etc/fstab
make_lilo_conf
+ # tag it!
+ cp /etc/lunar.release $TARGET/etc/
+
DONE_COPIED="YES"
echo "Done transferring."
if (( STEP == 5 )); then
More information about the Lunar-commits
mailing list