[lfs-dev] Udev-198 and LVM

2013-03-21 Thread Pierre Labastie
Just for you to know: LVM could not be built with udev-lfs-198-2. Builds OK with 198-3. Thanks. Regards Pierre -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: [lfs-dev] Udev-198 and LVM

2013-03-21 Thread Matthew Burgess
On Thu, 21 Mar 2013 14:13:54 +0100, Pierre Labastie wrote: > Just for you to know: LVM could not be built with udev-lfs-198-2. Builds > OK with 198-3. > Thanks. Thanks, Pierre. With Armin's patch now in, we should be able to prevent issues like that from occurring again. Regards, Matt. -- h

[lfs-dev] The root file system not umount nor remount readonly during shutdown or reboot.

2013-03-21 Thread xinglp
Just edit /etc/init.d/mountfs. Change this line: umount -a -d -r -t notmpfs,nosysfs,nodevtmpfs,noproc >/dev/null to: umount -v -a -d -r -t notmpfs,nosysfs,nodevtmpfs,noproc cat /proc/mounts sh Then you will see: Unmounting all other currently mounted file systems.../dev/pts

Re: [lfs-dev] LFS 7.3 ISO discussion

2013-03-21 Thread William Tracy
Aw, man, I built a "shrink LFS" script at one point but I think I don't have it any more. The big thing to know is that deleting files will not decrease the size of a Qemu image file. To get rid of the cruft created by building an LFS system, you might have to create a new Qemu disk image and "cp

Re: [lfs-dev] LFS 7.3 ISO discussion

2013-03-21 Thread Bruce Dubbs
William Tracy wrote: > Aw, man, I built a "shrink LFS" script at one point but I think I > don't have it any more. > > The big thing to know is that deleting files will not decrease the > size of a Qemu image file. Yes, I knew that. > To get rid of the cruft created by building > an LFS system, y

Re: [blfs-dev] the user systemd-journal ?

2013-03-21 Thread Armin K.
Dana 21.3.2013 22:40, Denis Mugnier je napisao: > Hi, > > The commit 11099 of BLFS add the user systemd-journal in the file > /etc/passwd. > > Why this add ? This user is not mentioned (or i have not found ;o) ) in > another page of the book. > > Thanks for your answer. > > Denis > I've just reser