|
@@ -99,7 +99,7 @@ Wrapper script around mklive.sh for several standard flavors of live images.
|
|
|
Adds void-installer and other helpful utilities to the generated images.
|
|
|
|
|
|
OPTIONS
|
|
|
- -a <arch> Set XBPS_ARCH in the image
|
|
|
+ -a <arch> Set architecture (or platform) in the image
|
|
|
-b <variant> One of base, enlightenment, xfce, mate, cinnamon, gnome, kde,
|
|
|
lxde, or lxqt (default: base). May be specified multiple times
|
|
|
to build multiple variants
|
|
@@ -188,7 +188,7 @@ generated by mkrootfs.sh.
|
|
|
|
|
|
Supported platforms: i686, x86_64, GCP,
|
|
|
rpi-armv6l, rpi-armv7l, rpi-aarch64,
|
|
|
- pinebookpro, pinephone, rock64, rockpro64
|
|
|
+ pinebookpro, pinephone, rock64, rockpro64, asahi
|
|
|
|
|
|
OPTIONS
|
|
|
-b <system-pkg> Set an alternative base-system package (default: base-system)
|
|
@@ -218,7 +218,7 @@ OPTIONS
|
|
|
-b <fstype> /boot filesystem type (default: vfat)
|
|
|
-B <bsize> /boot filesystem size (default: 256MiB)
|
|
|
-r <fstype> / filesystem type (default: ext4)
|
|
|
- -s <totalsize> Total image size (default: 768MiB)
|
|
|
+ -s <totalsize> Total image size (default: 900MiB)
|
|
|
-o <output> Image filename (default: guessed automatically)
|
|
|
-x <num> Number of threads to use for image compression (default: dynamic)
|
|
|
-h Show this help and exit
|