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
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
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
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
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
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