diff options
Diffstat (limited to 'scripts/lib/wic/help.py')
| -rw-r--r-- | scripts/lib/wic/help.py | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index 2ac45e052e..bf658b94e3 100644 --- a/scripts/lib/wic/help.py +++ b/scripts/lib/wic/help.py | |||
| @@ -863,7 +863,10 @@ DESCRIPTION | |||
| 863 | This is achieved by wic adding entries to the fstab during image | 863 | This is achieved by wic adding entries to the fstab during image |
| 864 | generation. In order for a valid fstab to be generated one of the | 864 | generation. In order for a valid fstab to be generated one of the |
| 865 | --ondrive, --ondisk or --use-uuid partition options must be used for | 865 | --ondrive, --ondisk or --use-uuid partition options must be used for |
| 866 | each partition that specifies a mountpoint. | 866 | each partition that specifies a mountpoint. Note that with --use-uuid |
| 867 | and non-root <mountpoint>, including swap, the mount program must | ||
| 868 | understand the PARTUUID syntax. This currently excludes the busybox | ||
| 869 | versions of these applications. | ||
| 867 | 870 | ||
| 868 | 871 | ||
| 869 | The following are supported 'part' options: | 872 | The following are supported 'part' options: |
| @@ -986,6 +989,11 @@ DESCRIPTION | |||
| 986 | in bootloader configuration before running wic. In this case .wks file can | 989 | in bootloader configuration before running wic. In this case .wks file can |
| 987 | be generated or modified to set preconfigured parition UUID using this option. | 990 | be generated or modified to set preconfigured parition UUID using this option. |
| 988 | 991 | ||
| 992 | --fsuuid: This option is specific to wic. It specifies filesystem UUID. | ||
| 993 | It's useful if preconfigured filesystem UUID is added to kernel command line | ||
| 994 | in bootloader configuration before running wic. In this case .wks file can | ||
| 995 | be generated or modified to set preconfigured filesystem UUID using this option. | ||
| 996 | |||
| 989 | --system-id: This option is specific to wic. It specifies partition system id. It's useful | 997 | --system-id: This option is specific to wic. It specifies partition system id. It's useful |
| 990 | for the harware that requires non-default partition system ids. The parameter | 998 | for the harware that requires non-default partition system ids. The parameter |
| 991 | in one byte long hex number either with 0x prefix or without it. | 999 | in one byte long hex number either with 0x prefix or without it. |
