diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -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 |
135 | specified, the current rootfs is used. | 135 | specified, 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 |
138 | kernel, you can specify the required module name here. | 138 | kernel, you can specify the required module name here. It will also be used in |
139 | the mount command. | ||
140 | |||
141 | `rootoptions=` specifies the mount options of the read-only file system. | ||
142 | Defaults 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. | |||
144 | specified, `tmpfs` is used. | 148 | specified, `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 |
147 | kernel, you can specify the required module name here. | 151 | kernel, you can specify the required module name here. It will also be used in |
152 | the mount command. | ||
153 | |||
154 | `rootrwoptions=` specifies the mount options of the read-write file system. | ||
155 | Defaults 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 |
150 | read-write file system prior to building the overlay root files system. | 158 | read-write file system prior to building the overlay root files system. |