summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-11-20 17:34:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-11-20 17:34:29 +0100
commit96bc4e2dbfe9ea192ffd0762093cc38c80f789c1 (patch)
treee964c2d38bf3aafce1ee7a608ac7e92836d9af85
parentb289db8925f82e83048caa34332ccd654d12f62d (diff)
/init should be used. Seems that our kernel patch is not enough
-rw-r--r--mk/rootfs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/rootfs.mk b/mk/rootfs.mk
index 33bc9c536..4db8b730d 100644
--- a/mk/rootfs.mk
+++ b/mk/rootfs.mk
@@ -19,7 +19,7 @@ $(eval $(call rootfs_template,initramfs,INITRAMFS))
$(eval $(call rootfs_template,initramfs-piggyback,INITRAMFS_PIGGYBACK))
$(eval $(call rootfs_template,squashfs,SQUASHFS))
$(eval $(call rootfs_template,yaffs,YAFFS))
-$(eval $(call rootfs_template,nfsroot,NFSROOT,root=/dev/nfs ip=dhcp))
+$(eval $(call rootfs_template,nfsroot,NFSROOT,root=/dev/nfs ip=dhcp init=/init))
$(eval $(call rootfs_template,encrypted,ENCRYPTED))
export FS