Author: jhuntwork
Date: 2005-10-01 10:34:55 -0600 (Sat, 01 Oct 2005)
New Revision: 815
Modified:
x86/trunk/Makefile
Log:
Removed unnecessary use of udevstart in chroot. This fixes an issue where dev
in chroot doesn't like to unmount and prevents extra device nodes from leaking
into the iso.
Also added 'lfs-strip' as files to remove on clean.
Modified: x86/trunk/Makefile
===================================================================
--- x86/trunk/Makefile 2005-10-01 16:16:21 UTC (rev 814)
+++ x86/trunk/Makefile 2005-10-01 16:34:55 UTC (rev 815)
@@ -5,8 +5,6 @@
# Several additions and edits by Alexander Patrakov, Justin Knierim and
# Thomas Pegg
#
-# Last Edited: 2005-07-17
-#
# Version for x86 arch using LFS 6.2
#
#==============================================================================
@@ -335,7 +333,6 @@
@-mkdir /dev/pts && mkdir /dev/shm
@-mount -t devpts -o gid=4,mode=620 none /dev/pts
@-mount -t tmpfs none /dev/shm
- @if [ -f /sbin/udevstart ] ; then /sbin/udevstart ; fi
# Do not call the targets below manually! They are used internally and must be
@@ -440,7 +437,7 @@
@-userdel lfs
@-groupdel lfs
@-rm -rf /home/lfs
- @-rm {prepiso,lfsuser,unamemod,prep-chroot,lfs-base,extend-lfs}
+ @-rm
{prepiso,lfsuser,unamemod,prep-chroot,lfs-base,extend-lfs,lfs-strip}
@-rm {sqfs.log,lfs-strip}
@-rm $(PKG)/binutils/{,re-}adjust-toolchain
@-for i in `ls $(PKG)` ; do $(MAKE) -C $(PKG)/$$i clean ; done
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page