summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/README.md b/README.md
index ec1aa07..07fb6ad 100644
--- a/README.md
+++ b/README.md
@@ -134,8 +134,12 @@ The same as before but it now starts `/bin/sh` instead of `/sbin/init`
134`root=` specifies the read-only root file system device. If this is not 134`root=` specifies the read-only root file system device. If this is not
135specified, the current rootfs is used. 135specified, the current rootfs is used.
136 136
137`rootfstype=` if support for the-read only file system is not build into the 137`rootfstype=` if support for the read-only file system is not build into the
138kernel, you can specify the required module name here. 138kernel, you can specify the required module name here. It will also be used in
139the mount command.
140
141`rootoptions=` specifies the mount options of the read-only file system.
142Defaults to `noatime,nodiratime`.
139 143
140`rootinit=` if the `init` parameter was used to specify this init script, 144`rootinit=` if the `init` parameter was used to specify this init script,
141`rootinit` can be used to overwrite the default (`/sbin/init`). 145`rootinit` can be used to overwrite the default (`/sbin/init`).
@@ -144,7 +148,11 @@ kernel, you can specify the required module name here.
144specified, `tmpfs` is used. 148specified, `tmpfs` is used.
145 149
146`rootrwfstype=` if support for the read-write file system is not build into the 150`rootrwfstype=` if support for the read-write file system is not build into the
147kernel, you can specify the required module name here. 151kernel, you can specify the required module name here. It will also be used in
152the mount command.
153
154`rootrwoptions=` specifies the mount options of the read-write file system.
155Defaults to `rw,noatime,mode=755`.
148 156
149`rootrwreset=` set to `yes` if you want to delete all the files in the 157`rootrwreset=` set to `yes` if you want to delete all the files in the
150read-write file system prior to building the overlay root files system. 158read-write file system prior to building the overlay root files system.