@@ -30,24 +30,26 @@ Usage: ubuntu-autoinstall-generator.sh [-h] [-v] [-a] [-u user-data-file] [-m me
3030
3131Available options:
3232
33- -h, --help Print this help and exit
34- -v, --verbose Print script debug info
35- -a, --all-in-one Bake user-data and meta-data into the generated ISO. By default you will
36- need to boot systems with a CIDATA volume attached containing your
37- autoinstall user-data and meta-data files.
38- For more information see: https://ubuntu.com/server/docs/install/autoinstall-quickstart
39- -u, --user-data Path to user-data file. Required if using -a
40- -m, --meta-data Path to meta-data file. Will be an empty file if not specified and using -a
41- -k, --no-verify Disable GPG verification of the source ISO file. By default SHA256SUMS-<current date> and
42- SHA256SUMS-<current date>.gpg files in the script directory will be used to verify the authenticity and integrity
43- of the source ISO file. If they are not present the latest daily SHA256SUMS will be
44- downloaded and saved in the script directory. The Ubuntu signing key will be downloaded and
45- saved in a new keyring in the script directory.
46- -s, --source Source ISO file. By default the latest daily ISO for Ubuntu 20.04 will be downloaded
47- and saved as <script directory>/ubuntu-original-<current date>.iso
48- That file will be used by default if it already exists.
49- -d, --destination Destination ISO file. By default <script directory>/ubuntu-autoinstall-<current date>.iso will be
50- created, overwriting any existing file.
33+ -h, --help Print this help and exit
34+ -v, --verbose Print script debug info
35+ -a, --all-in-one Bake user-data and meta-data into the generated ISO. By default you will
36+ need to boot systems with a CIDATA volume attached containing your
37+ autoinstall user-data and meta-data files.
38+ For more information see: https://ubuntu.com/server/docs/install/autoinstall-quickstart
39+ -e, --use-hwe-kernel Force the generated ISO to boot using the hardware enablement (HWE) kernel. Not supported
40+ by early Ubuntu 20.04 release ISOs.
41+ -u, --user-data Path to user-data file. Required if using -a
42+ -m, --meta-data Path to meta-data file. Will be an empty file if not specified and using -a
43+ -k, --no-verify Disable GPG verification of the source ISO file. By default SHA256SUMS-<current date> and
44+ SHA256SUMS-<current date>.gpg files in the script directory will be used to verify the authenticity and integrity
45+ of the source ISO file. If they are not present the latest daily SHA256SUMS will be
46+ downloaded and saved in the script directory. The Ubuntu signing key will be downloaded and
47+ saved in a new keyring in the script directory.
48+ -s, --source Source ISO file. By default the latest daily ISO for Ubuntu 20.04 will be downloaded
49+ and saved as <script directory>/ubuntu-original-<current date>.iso
50+ That file will be used by default if it already exists.
51+ -d, --destination Destination ISO file. By default <script directory>/ubuntu-autoinstall-<current date>.iso will be
52+ created, overwriting any existing file.
5153```
5254
5355### Example
0 commit comments