Author: jhuntwork
Date: 2005-05-14 08:03:20 -0600 (Sat, 14 May 2005)
New Revision: 152

Modified:
   trunk/Makefile
   trunk/TODO
Log:
Removed /root/.bash_history file, truncate /var/log/{b,w}tmp - Have to check 
the commands for this are correct...

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2005-05-14 13:54:42 UTC (rev 151)
+++ trunk/Makefile      2005-05-14 14:03:20 UTC (rev 152)
@@ -1388,6 +1388,8 @@
 
 prepiso: unmount
        @-rm $(MP)/etc/rc.d/rc{2,3,5}.d/{K,S}21xprint
+       @-rm $(MP)/root/.bash_history
+       @>$(MP)/var/log/{b,w}tmp
        @>$(MP)/var/log/lastlog
        @install -m644 etc/issue $(MP)/etc/issue
        @sed -i "s/Version:/Version: $(VERSION)/" $(MP)/etc/issue
@@ -1398,7 +1400,6 @@
        @install -m755 scripts/{net-setup,greeting,ll} $(MP)/usr/bin/
        @-mv $(MP)/bin/uname.real $(MP)/bin/uname
        @-mkdir $(MP)/iso
-       @-rm $(MP)/etc/X11/xorg.conf
        @cp -rav $(MP)/sources $(MP)/iso && \
         cp -rav $(MP)/boot $(MP)/iso && \
         rm -f iso/root.sqfs && \

Modified: trunk/TODO
===================================================================
--- trunk/TODO  2005-05-14 13:54:42 UTC (rev 151)
+++ trunk/TODO  2005-05-14 14:03:20 UTC (rev 152)
@@ -12,6 +12,5 @@
 * Reduce dhcpcd timeout. The boot process appears to hang when there is no 
DHCP server in the network.
 * Add raid-tools
 * Add distcc
-* Remove .bash_history and /var/log/{btmp,wtmp}
 * Change /etc/issue information to acknowledge work done by the new livecd 
team as well.
   Should we list team members?

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

Reply via email to