Author: alexander
Date: 2005-05-10 06:25:13 -0600 (Tue, 10 May 2005)
New Revision: 134

Modified:
   branches/unionfs/Makefile
   branches/unionfs/TODO
Log:
Empty /var/log/lastlog before creating the iso.

Modified: branches/unionfs/Makefile
===================================================================
--- branches/unionfs/Makefile   2005-05-10 06:02:31 UTC (rev 133)
+++ branches/unionfs/Makefile   2005-05-10 12:25:13 UTC (rev 134)
@@ -1388,6 +1388,7 @@
 
 prepiso: unmount
        @-rm $(MP)/etc/rc.d/rc{2,3,5}.d/{K,S}21xprint
+       @>$(MP)/var/log/lastlog
        @install -m644 etc/issue $(MP)/etc/issue
        @sed -i "s/Version:/Version: $(VERSION)/" $(MP)/etc/issue
        @install -m644 root/.bashrc $(MP)/root/.bashrc

Modified: branches/unionfs/TODO
===================================================================
--- branches/unionfs/TODO       2005-05-10 06:02:31 UTC (rev 133)
+++ branches/unionfs/TODO       2005-05-10 12:25:13 UTC (rev 134)
@@ -8,6 +8,6 @@
 * Create .xinitrc file for root and choose default wm, probably xfce.
 * Menus and background for xfce
 * Test functionality of autosshd script - does it start sshd server by default?
-* Method for specifying an available swap partition on boot - swap=/dev/[xxx] 
at command line?
+* Method for specifying an available swap partition on boot - swap=/dev/[xxx] 
at command line? (Not needed IMHO, because the CD boots fine with 24 MB of RAM 
now, and the user can just run "swapon" after login - AP)
 * Add some Greek TrueType fonts.
 * There are THREE instances of tmpfs: /.tmpfs, /dev, /dev/shm. Are all of them 
needed?

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

Reply via email to