root=dhcp
authorHarald Hoyer <harald@redhat.com>
Mon, 25 May 2009 14:48:19 +0000 (16:48 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 25 May 2009 14:48:19 +0000 (16:48 +0200)
modules.d/40nfsroot/nfsroot [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index f5b6ec1..edf547d
@@ -31,6 +31,7 @@ nfs_done() {
 root=$(getarg root)
 case $root in
     nfs|/dev/nfs)      type=nfs  ;;
+    dhcp)              type=nfs  ;;
     nfs4|/dev/nfs4)    type=nfs4 ;;
     auto|'')           type=auto  ;;
 esac