Warning: you may need to install module-init-tools
See http://www.condemonkey.org.uk/docs/post-halloween-2.6.txt

The above error pops up when I do make modules_install for the 3.2.6 kernel.

I'm suspecting that the above may hint at what is causing /dev/pts to  
not mount.

Notably, I have no block device support whatsoever either.

My rc.S seems to be ordered correctly.

[michael@heron64 ~]$ cat rcS.d:
total 0
lrwxrwxrwx 1 root root 21 Aug 30 08:43 S01mountvirtfs -> ../init.d/mountvirtfs
lrwxrwxrwx 1 root root 17 Aug 25 23:37 S02modules -> ../init.d/modules
lrwxrwxrwx 1 root root 14 Aug 30 08:44 S05udev -> ../init.d/udev
lrwxrwxrwx 1 root root 17 Aug 25 23:37 S40mountfs -> ../init.d/mountfs
lrwxrwxrwx 1 root root 17 Aug 25 23:37 S45cleanfs -> ../init.d/cleanfs
lrwxrwxrwx 1 root root 20 Aug 25 23:37 S50udev_retry -> ../init.d/udev_retry
lrwxrwxrwx 1 root root 17 Aug 25 23:37 S70console -> ../init.d/console
lrwxrwxrwx 1 root root 17 Aug 26 17:02 S85sysstat -> ../init.d/sysstat
lrwxrwxrwx 1 root root 16 Aug 25 23:37 S90sysctl -> ../init.d/sysctl
-rw-r--r-- 1 root root  0 Sep  2 16:07 rcS.d
[michael@heron64 ~]$

And here is rc3.d:

[michael@heron64 ~]$ cat rc3.d
total 0
lrwxrwxrwx 1 root root 21 Aug 25 23:37 S00mountvirtfs -> ../init.d/mountvirtfs
lrwxrwxrwx 1 root root 17 Aug 26 00:15 S02mountfs -> ../init.d/mountfs
lrwxrwxrwx 1 root root 18 Aug 25 23:37 S10sysklogd -> ../init.d/sysklogd
lrwxrwxrwx 1 root root 18 Aug 28 02:31 S19iptables -> ../init.d/iptables
lrwxrwxrwx 1 root root 17 Aug 25 23:37 S22rpcbind -> ../init.d/rpcbind
lrwxrwxrwx 1 root root 20 Aug 25 23:37 S24nfs-client -> ../init.d/nfs-client
lrwxrwxrwx 1 root root 16 Aug 28 01:02 S25random -> ../init.d/random
lrwxrwxrwx 1 root root 15 Aug 25 23:38 S28netfs -> ../init.d/netfs
lrwxrwxrwx 1 root root 14 Aug 29 01:29 S29dbus -> ../init.d/dbus
lrwxrwxrwx 1 root root 14 Aug 26 18:52 S30sshd -> ../init.d/sshd
lrwxrwxrwx 1 root root 15 Aug 26 17:52 S40fcron -> ../init.d/fcron
lrwxrwxrwx 1 root root 20 Aug 26 18:47 S50ez-ntpc.sh -> ../init.d/ez-ntpc.sh
lrwxrwxrwx 1 root root 13 Aug 28 22:47 S70gpm -> ../init.d/gpm
-rw-r--r-- 1 root root  0 Sep  2 16:09 rc3.d
[michael@heron64 ~]$

The only modified init script is mountfs with the following three  
lines commented out:

log_info_msg "Remounting root file system in read-write mode..."
mount -n -o remount,rw / >/dev/null
evaluate_retval

I've dumped some init scripts that don't apply to NFS root systems.   
Namely, swap for example.

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to