summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rwxr-xr-xinit13
1 files changed, 11 insertions, 2 deletions
diff --git a/init b/init
index ab679b5..386ec37 100755
--- a/init
+++ b/init
@@ -59,19 +59,28 @@ for x in $(cat /proc/cmdline); do
UUID=*)
ROOT="/dev/disk/by-uuid/${ROOT#UUID=}"
;;
+ /dev/nfs)
+ BOOT=nfs
+ ;;
esac
;;
rootflags=*)
ROOTFLAGS="-o ${x#rootflags=}"
;;
+ rootfstype=*)
+ ROOTFSTYPE="${x#rootfstype=}"
+ ;;
+ rootdelay=*)
+ ROOTDELAY="${x#rootdelay=}"
+ ;;
cryptopts=*)
cryptopts="${x#cryptopts=}"
;;
nfsroot=*)
NFSROOT="${x#nfsroot=}"
;;
- nfsopts=*)
- NFSOPTS="-o ${x#nfsopts=}"
+ ip=*)
+ IPOPTS="${x#ip=}"
;;
boot=*)
BOOT=${x#boot=}