Show
Ignore:
Timestamp:
03/16/08 22:45:20 (4 years ago)
Author:
carsten
Message:

* reenabling the nfs boot of the root filesystem

with this config the kernelsize is really expenditure-provoked!
maybe we need some change for booting from an usb stick :-/
You need a configured dhcp and NFS Server for NFS boot of course!
dhcp.conf should looking for the nas like this:

host sa200 {

hardware ethernet 00:F1:40:FF:FF:FF;
fixed-address 192.168.136.200;
option host-name "sa200";
option root-path "/home/user/path/to/rootfs4export";
next-server 192.168.136.199; # if you use other servers for NFS
option nis-domain "local";
}

exports should basicly look like:

/home/user/path/to/rootfs4export 192.168.136.200/255.255.255.0(sync,no_subtree_check,rw,all_squash,anonuid=1000,anongid=100)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/openmct/packages/build/buildetc/new/etc/init.d/S98usb

    r585 r586  
    77    start) 
    88        if ([ $HOSTNAME != "nas110" ]); then 
    9             # loading recovery kernel modul 
     9            # loading usb kernel modules 
    1010            /sbin/modprobe ehci-hcd > /dev/null 2>&1 
    1111            /sbin/modprobe usb-storage > /dev/null 2>&1