>> Welcome to Frugalware 0.7pre1 (Sayshell)! >> Copyright (C) 2004-2007 Frugalware Developer Team Detecting hardware... Processing detected hardware... intelfb: Cannot reserve FB region. i8xx TCO timer: I/O address 0x1060 already in use 8139cp 0000:01:00.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip 8139cp 0000:01:00.0: Try the "8139too" driver instead. /dev/hda4: clean, 43152/983040 files, 687749/7863816 blocks Setting system time from the hardware clock Checking non-root filesystems Mounting local filesystems Initializing /dev/urandom Cleaning /tmp, /var/lock, /var/run Loading modules... Setting hostname to 'upstart' . Welcome to Frugalware 0.7pre1 (Sayshell) - tty1 upstart login: .. Connected! ^ here we have two problems: 1) the hardware detection part should go to some log, not to the console imho (Alex will fix this) 2) the output of netconfig start (".. Connected!") should go to some log, too (fixed in darcs) these 2 are got fixed in darcs: >> Welcome to Frugalware 0.7pre1 (Sayshell)! >> Copyright (C) 2004-2007 Frugalware Developer Team Detecting hardware... Processing detected hardware... /dev/hda4: clean, 43534/983040 files, 700661/7863816 blocks (check in 5 mounts) Setting system time from the hardware clock Checking non-root filesystems Mounting local filesystems Initializing /dev/urandom Cleaning /tmp, /var/lock, /var/run Loading modules... Setting hostname to 'upstart' Welcome to Frugalware 0.7pre1 (Sayshell) - tty1 upstart login: other problems: 3) a depmod must be run in kernel's post_install, this is fixed already in darcs 4) service add/del does not work yet 5) the log of the boot process is not yet available