Pierre Labastie wrote:
Le 18/09/2014 09:54, Pierre Labastie a écrit :
Hi,
Now that we are heading towards 7.6, shouldn't we remove the "messagebus"
group and user creation on the BLFS D-Bus page, since those are created in
LFS-7.6?
Of course, another possibility is to remove the creation in LFS, since D-Bus
is not built anymore.
Pierre
Ping? I am inclined to do that if nobody answers... As they are now, (assuming
people have built LFS-7.6-rc1), the instructions generate an error.
I do not have a problem with leaving it. For scripting, I generally use
a construct like:
if ! `grep -q kvm /etc/group`; then
$SUDO groupadd -g 61 kvm
$SUDO usermod -a -G kvm bdubbs
fi &&
Also when I build LFS, one of the first things I do is something like:
cd /mnt/lfs/etc
cp -r \
/etc/{passwd,shadow,group,inputrc,dircolors,profile{,.d},bashrc,vimrc} .
So I have a full list of users and groups right from the start.
Of course that is just technique.
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page