[Lunar-commits] r14673 - lunar-iso/trunk/lunar-install/sbin
Auke Kok
sofar at lunar-linux.org
Sun May 8 19:46:03 UTC 2005
Author: sofar
Date: 2005-05-08 19:46:02 +0000 (Sun, 08 May 2005)
New Revision: 14673
Modified:
lunar-iso/trunk/lunar-install/sbin/lunar-install
Log:
Add these two missing things as well.
Modified: lunar-iso/trunk/lunar-install/sbin/lunar-install
===================================================================
--- lunar-iso/trunk/lunar-install/sbin/lunar-install 2005-05-08 19:41:45 UTC (rev 14672)
+++ lunar-iso/trunk/lunar-install/sbin/lunar-install 2005-05-08 19:46:02 UTC (rev 14673)
@@ -638,11 +638,14 @@
echo -e "$FSTAB" >> etc/fstab
make_lilo_conf
- # tag it!
+ # some more missing files:
cp /etc/lunar.release $TARGET/etc/
-
+ > $TARGET/etc/lunar/local/config
+ cp /etc/lunar/local/.config $TARGET/etc/lunar/local/
+
DONE_COPIED="YES"
echo "Done transferring."
+
if (( STEP == 5 )); then
(( STEP++ ))
fi
More information about the Lunar-commits
mailing list