Commands¶
The following commands are available
activate- Activate a boot environment.create- Create a boot environment.destroy- Destroy a boot environment or snapshot.get- Print boot environment properties.list- List all boot environments.mount- Mount a boot environment temporarily.rename- Rename a boot environment.set- Set boot environment properties.umount- Unmount a boot environment.
Activate¶
The activate is used to enable an already created boot environment. After
activation, the boot environment will be used upon reboot.
zedenv activate [OPTIONS] BOOT_ENVIRONMENT
| Option | Description |
|---|---|
-v, --verbose |
Print verbose output. |
-b, --bootloader TEXT |
Use bootloader type. |
-y, --noconfirm |
Assume yes in situations where confirmation is needed. |
-n, --noop |
Print what would be destroyed but don’t apply. |
--help |
Show this message and exit. |
Create¶
Create a new boot environment.
zedenv create [OPTIONS] BOOT_ENVIRONMENT
| Option | Description |
|---|---|
-v, --verbose |
Print verbose output. |
-e, --existing TEXT |
Use existing boot environment as source. |
--help |
Show this message and exit. |
Destroy¶
Destroy a boot environment or snapshot.
zedenv destroy [OPTIONS] BOOT_ENVIRONMENT
| Option | Description |
|---|---|
-v, --verbose |
Print verbose output. |
-b, --bootloader TEXT |
Use bootloader type. |
-y, --noconfirm |
Assume yes in situations where confirmation is needed. |
-n, --noop |
Print what would be destroyed but don’t apply. |
--help |
Show this message and exit. |
List¶
List all boot environments.
zedenv list [OPTIONS]
| Option | Description |
|---|---|
-v, --verbose |
Print verbose output. |
-D, --spaceused |
Display the full space usage for each boot environment. |
-H, --scripting |
Scripting output. |
-O, --origin |
Display origin. |
--help |
Show this message and exit. |
Mount¶
Mount a boot environment temporarily.
zedenv mount [OPTIONS] BOOT_ENVIRONMENT [MOUNTPOINT]
| Option | Description |
|---|---|
-v, --verbose |
Print verbose output. |
--help |
Show this message and exit. |
Rename¶
Rename a boot environment.
zedenv rename [OPTIONS] BOOT_ENVIRONMENT NEW_BOOT_ENVIRONMENT
| Option | Description |
|---|---|
-v, --verbose |
Print verbose output. |
--help |
Show this message and exit. |
Set¶
Set boot environment properties.
zedenv set [OPTIONS] BOOT_ENVIRONMENT
| Option | Description |
|---|---|
-v, --verbose |
Print verbose output. |
--help |
Show this message and exit. |
Umount¶
Unmount a boot environment.
zedenv umount [OPTIONS] BOOT_ENVIRONMENT
| Option | Description |
|---|---|
-v, --verbose |
Print verbose output. |
--help |
Show this message and exit. |