Author: alexander
Date: 2006-07-15 02:36:12 -0600 (Sat, 15 Jul 2006)
New Revision: 1657

Modified:
   trunk/Makefile
Log:
Removed my resolv.conf from the CD.


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2006-07-15 07:41:29 UTC (rev 1656)
+++ trunk/Makefile      2006-07-15 08:36:12 UTC (rev 1657)
@@ -339,7 +339,7 @@
        @touch /var/run/utmp /var/log/{btmp,lastlog,wtmp}
        @chgrp utmp /var/run/utmp /var/log/lastlog
        @chmod 664 /var/run/utmp /var/log/lastlog
-       @mv $(WD)/etc/resolv.conf /etc
+       @cp $(WD)/etc/resolv.conf /etc
 
 # Do not call the targets below manually! They are used internally and must be
 # called by other targets.
@@ -383,6 +383,7 @@
 
 prepiso: $(MKTREE)
        @-rm $(MP)/root/.bash_history
+       @-rm $(MP)/etc/resolv.conf
        @>$(MP)/var/log/btmp
        @>$(MP)/var/log/wtmp
        @>$(MP)/var/log/lastlog

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to