Re: [lfs-dev] Persistent Net Rules in Systemd Udev are not working.

2012-07-24 Thread Bruce Dubbs
Bryan Kadzban wrote: > Bruce Dubbs wrote: >> Bryan Kadzban wrote: >>> Bruce Dubbs wrote: Armin K. wrote: > Bruce, some guy came on the irc saying that network rules creation > does not work in systemd extracted udev. > > working my way through the cvs book and get to 7.2.1. >>

Re: [lfs-dev] Persistent Net Rules in Systemd Udev are not working.

2012-07-24 Thread Bryan Kadzban
Bruce Dubbs wrote: > Bryan Kadzban wrote: >> Bruce Dubbs wrote: >>> Armin K. wrote: Bruce, some guy came on the irc saying that network rules creation does not work in systemd extracted udev. working my way through the cvs book and get to 7.2.1. Creating stable names for n

Re: [lfs-dev] Partition labels for /etc/fstab

2012-07-24 Thread Bruce Dubbs
Armin K. wrote: > On 07/25/2012 02:25 AM, Juan Antonio Pedreira Martos wrote: >> And finally, to make fstab label-dependant, edit /etc/fstab and >> replace /dev/sdaX (and /dev/sdaY) with LABEL=LFS_ROOT (and >> LABEL=LFS_SWAP). > I prefer UUID=... It is always available, it is tied to ONE partitio

Re: [lfs-dev] Partition labels for /etc/fstab

2012-07-24 Thread Armin K.
On 07/25/2012 02:25 AM, Juan Antonio Pedreira Martos wrote: > I think it should be explained somewhere in the LFS book, as an > optional feature, the possibility of assigning labels to partitions. > > I've recently finished my first LFS build under a virtualbox vm with > success. I used two virtual

[lfs-dev] Partition labels for /etc/fstab

2012-07-24 Thread Juan Antonio Pedreira Martos
I think it should be explained somewhere in the LFS book, as an optional feature, the possibility of assigning labels to partitions. I've recently finished my first LFS build under a virtualbox vm with success. I used two virtual disks: one for the host system and another for LFS. At first I did n

Re: [lfs-dev] Persistent Net Rules in Systemd Udev are not working.

2012-07-24 Thread Bruce Dubbs
Bryan Kadzban wrote: > Bruce Dubbs wrote: >> Armin K. wrote: >>> Bruce, some guy came on the irc saying that network rules creation >>> does not work in systemd extracted udev. >>> >>> working my way through the cvs book and get to 7.2.1. >>> Creating stable names for network interfaces and I am g

Re: [lfs-dev] Systemd Udev does not install libudev.h

2012-07-24 Thread Bruce Dubbs
Bruce Dubbs wrote: > Armin K. wrote: >> It is only header that is installed with libudev.so and it contains the >> prototypes. Attached patch against udev-lfs-187 fixes that. > > I thought I had done that! I'll fix it up right away. OK, fixed. The md5sum in the book had to be changed too, althou

Re: [lfs-dev] Systemd Udev does not install libudev.h

2012-07-24 Thread Bruce Dubbs
Armin K. wrote: > It is only header that is installed with libudev.so and it contains the > prototypes. Attached patch against udev-lfs-187 fixes that. I thought I had done that! I'll fix it up right away. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linu

[lfs-dev] Systemd Udev does not install libudev.h

2012-07-24 Thread Armin K.
It is only header that is installed with libudev.so and it contains the prototypes. Attached patch against udev-lfs-187 fixes that. --- udev-lfs.orig/Makefile.lfs 2012-07-22 23:32:51.0 +0200 +++ udev-lfs/Makefile.lfs 2012-07-24 19:22:37.547940019 +0200 @@ -241,7 +241,7 @@ @mkdir -pv $(DE

Re: [lfs-dev] Persistent Net Rules in Systemd Udev are not working.

2012-07-24 Thread Bruce Dubbs
Bryan Kadzban wrote: > Bruce Dubbs wrote: >> Armin K. wrote: >>> Bruce, some guy came on the irc saying that network rules creation >>> does not work in systemd extracted udev. >>> >>> working my way through the cvs book and get to 7.2.1. >>> Creating stable names for network interfaces and I am g