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/system/linux/configs/sa200

    r584 r586  
    836836# CONFIG_BEFS_DEBUG is not set 
    837837# CONFIG_BFS_FS is not set 
    838 CONFIG_EXT3_FS=y 
    839 CONFIG_JBD=y 
     838CONFIG_EXT3_FS=m 
     839CONFIG_JBD=m 
    840840# CONFIG_JBD_DEBUG is not set 
    841841CONFIG_FAT_FS=m 
     
    892892# CONFIG_CODA_FS is not set 
    893893# CONFIG_INTERMEZZO_FS is not set 
    894 CONFIG_NFS_FS=m 
     894CONFIG_NFS_FS=y 
    895895CONFIG_NFS_V3=y 
    896896CONFIG_NFS_DIRECTIO=y 
    897 # CONFIG_ROOT_NFS is not set 
     897CONFIG_ROOT_NFS=y 
    898898CONFIG_NFSD=m 
    899899CONFIG_NFSD_V3=y 
    900900CONFIG_NFSD_TCP=y 
    901 CONFIG_SUNRPC=m 
    902 CONFIG_LOCKD=m 
     901CONFIG_SUNRPC=y 
     902CONFIG_LOCKD=y 
    903903CONFIG_LOCKD_V4=y 
    904904CONFIG_SMB_FS=m