Sugar on a Stick/Sugar Clone: Difference between revisions
No edit summary |
→editliveos.help: update for script changes |
||
Line 185: | Line 185: | ||
[-N, --noshell] | [-N, --noshell] | ||
[-t, --tmpdir <tmpdir>] | [-t, --tmpdir <tmpdir>] | ||
[-T, --leave-tmpfiles] | |||
[-y, --yumcache <cachedir>] | [-y, --yumcache <cachedir>] | ||
[-e, --exclude <exclude, s>] | [-e, --exclude <exclude, s>] | ||
Line 256: | Line 257: | ||
Temporary directory to use for staging the build. | Temporary directory to use for staging the build. | ||
(default: /var/tmp) | (default: /var/tmp) | ||
-T, --leave-tmpfiles Skip deletion of temporary files and directories and | |||
unmounting of the edited image. | |||
-y CACHEDIR, --yumcache=CACHEDIR | -y CACHEDIR, --yumcache=CACHEDIR | ||
Directory to use for for the yum cache. default: None | Directory to use for for the yum cache. default: None | ||
Line 310: | Line 313: | ||
Specifies a new size of NN MiB for the overlay (or | Specifies a new size of NN MiB for the overlay (or | ||
changing the size by a difference of +NN or -NN MiB, | changing the size by a difference of +NN or -NN MiB, | ||
if a | if a size is prefixed). If NN = 0 (or nets to <= 0), | ||
no change will be made. | no change will be made. | ||
--refresh-only Specify replacing the squashfs.img or | --refresh-only Specify replacing the squashfs.img or rootfs_img of | ||
the source LiveOS installation instance with such | the source LiveOS installation instance with such | ||
files from the new build, and resetting any overlay. | files from the new build, and resetting any overlay. | ||
Line 320: | Line 323: | ||
Specify the compression type for SquashFS. Will | Specify the compression type for SquashFS. Will | ||
override the current compression or lack thereof. | override the current compression or lack thereof. | ||
--compress Specify compression | --compress Specify compression for the filesystem imageUsed when | ||
overriding an uncompressed source. | |||
--skip-compression Specify building the .iso with an uncompressed root | |||
--skip-compression Specify building the .iso with an uncompressed | file system. | ||
--refresh-uncompressed | --refresh-uncompressed | ||
Specify refreshing the source with an uncompressed | Specify refreshing the source with an uncompressed | ||
root file system. | |||
--skip-minimize Specify no osmin.img minimal snapshot. | --skip-minimize Specify no osmin.img minimal snapshot. | ||
-a KERNELARGS, --extra-kernel-args=KERNELARGS | -a KERNELARGS, --extra-kernel-args=KERNELARGS |