]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Revert "root=dhcp"
authorHarald Hoyer <harald@redhat.com>
Mon, 25 May 2009 16:24:13 +0000 (18:24 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 25 May 2009 16:24:13 +0000 (18:24 +0200)
This reverts commit 4c715d64b28b9bbe8ef5e7dedcdaac13322140a4.

modules.d/40nfsroot/nfsroot [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index edf547d..f5b6ec1
@@ -31,7 +31,6 @@ 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