Browse Source

/init should be used. Seems that our kernel patch is not enough

Waldemar Brodkorb 14 years ago
parent
commit
96bc4e2dbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mk/rootfs.mk

+ 1 - 1
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