mirror of
https://github.com/hackacad/bastille.git
synced 2026-03-24 17:55:01 +01:00
create: tell users that --empty only supports NAME
This commit is contained in:
@@ -60,7 +60,7 @@ options. See the below help output.
|
||||
-B | --bridge Enable VNET. INTERFACE must be a bridge.
|
||||
-C | --clone Create a clone jail (ZFS only).
|
||||
-D | --dual Use dual (IPv4+6) networking (IP=[inherit|ip_hostname] only).
|
||||
-E | --empty Create an empty jail.
|
||||
-E | --empty Create an empty jail (NAME only).
|
||||
-g | --gateway IP Specify a default router/gateway.
|
||||
-L | --linux Create a Linux jail (experimental).
|
||||
-M | --static-mac Use a static/persistent MAC address (VNET only).
|
||||
|
||||
@@ -43,7 +43,7 @@ usage() {
|
||||
-B | --bridge Enable VNET. INTERFACE must be a bridge.
|
||||
-C | --clone Create a clone jail (ZFS only).
|
||||
-D | --dual Use dual (IPv4+6) networking (IP=[inherit|ip_hostname] only).
|
||||
-E | --empty Create an empty jail.
|
||||
-E | --empty Create an empty jail (NAME only).
|
||||
-g | --gateway IP Specify a default router/gateway.
|
||||
-L | --linux Create a Linux jail (experimental).
|
||||
-M | --static-mac Use a static/persistent MAC address (VNET only).
|
||||
|
||||
@@ -38,7 +38,7 @@ Use dual (IPv4+6) networking (IP=[inherit|ip_hostname] only).
|
||||
.Pp
|
||||
This option is only supported for non-VNET jails.
|
||||
.It Fl E , -empty
|
||||
Create an empty jail.
|
||||
Create an empty jail (NAME only).
|
||||
.Pp
|
||||
This option will only create the jail structure and config, but the root will be empty.
|
||||
.It Fl g Ar IP , Fl -gateway Ar IP
|
||||
|
||||
Reference in New Issue
Block a user