In the poweroff/reboot procedures mountfs does: umount -a -d -r -t notmpfs,nosysfs >/dev/null
We probably want to add nodevtmpfs to that list. It was giving me some errors without. ------ BTW, I can't get over how fast kvm reboots. It does take about 20 seconds to shut down, but most of that is in sendsignals. For startup, the last few lines in my dmesg are: [ 1.075215] udevd[810]: starting version 180 [ 1.104076] Refined TSC clocksource calibration: 2992.544 MHz. [ 1.104080] Switching to clocksource tsc [ 1.590504] Adding 1143804k swap on /dev/sda3. ... [ 1.751034] EXT3-fs (sda4): using internal journal [ 2.858774] 8139cp 0000:00:03.0: eth0: link up, 100Mbps ... and all 18 lines of output in boot.log are done in 3 seconds. Since udev is started at 1.08 seconds, that's 4 seconds to the login prompt form the grub selection. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page