mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-12 18:10:05 +01:00
docs: fix mount examples
This commit is contained in:
@@ -57,9 +57,9 @@ Variables that should be changed are listed on the README file of each app. Any
|
|||||||
Some applications require certain jail properties to be activated. You will have to do so with whichever jail manager you are using. They all have a way to set jail properties.
|
Some applications require certain jail properties to be activated. You will have to do so with whichever jail manager you are using. They all have a way to set jail properties.
|
||||||
|
|
||||||
### Set Properties Examples
|
### Set Properties Examples
|
||||||
- `iocage set allow_sysvipc=1 jailname`
|
- `iocage set allow.sysvipc=1 jailname`
|
||||||
- `bastille config jailname set allow.sysvipc 1`
|
- `bastille config jailname set allow.sysvipc 1`
|
||||||
- `pot set-attr -p jailname -A allow_sysvipc -V 1`
|
- `pot set-attr -p jailname -A allow.sysvipc -V 1`
|
||||||
|
|
||||||
### Mount Examples
|
### Mount Examples
|
||||||
- `iocage fstab -a jailname /path/on/host /path/inside/jail nullfs rw 0 0`
|
- `iocage fstab -a jailname /path/on/host /path/inside/jail nullfs rw 0 0`
|
||||||
|
|||||||
Reference in New Issue
Block a user