Trying to get nfsroot boot in versatile (simply adding kernel options for that)

svn path=/nixpkgs/trunk/; revision=20237
This commit is contained in:
Lluís Batlle i Rossell 2010-02-24 20:35:14 +00:00
parent e668d2689e
commit eaf2e0f1fa

View File

@ -47,6 +47,8 @@ rec {
ATM_HE n
SCSI_ACARD n
BLK_DEV_CMD640_ENHANCED n
IP_PNP y
'';
kernelTarget = "uImage";
uboot = ubootSheevaplug;
@ -76,6 +78,11 @@ rec {
BLK_DEV_SD y
BLK_DEV_SR y
SCSI_SYM53C8XX_2 y
IP_PNP y
IP_PNP_DHCP y
IP_PNP_BOOTP y
ROOT_NFS y
'';
uboot = null;
};