|
|||||||||||
|
Re: [RFC] No longer create full set of static devices during install
From: Frans Pop <elendil(at)planet.nl>
Date: Sun Nov 11 2007 - 02:41:31 EST
Done. Still does not really cover the apt-install of dmraid and such... > > Are there still any arches that don't use udev for default installs? OK. > > + mkdir -p /dev/.static/dev For an installed system it's created by /etc/init.d/udev on boot. Thing is that because I now bind mount /dev/ on top of /target/dev/, anything created in /target/dev/ during installation would get lost on the reboot. So I think we should mimic /dev/.static in the D-I environment to preserve any static devices created during installation; unless we decide we don't really care of course, which is probably valid too. I did just see that my implementation was a bit too simplistic. /dev/.static needs to be a bind mount in its own right (see /dev/MAKEDEV). I can probably come up with a cleaner implementation. I'll also have to add some additional code to ensure things remain idempotent. -- To UNSUBSCRIBE, email to debian-boot-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Sun Nov 11 02:41:56 2007 This archive was generated by hypermail 2.1.8 : Wed Mar 19 2008 - 03:19:39 EDT |
||||||||||
|
|||||||||||