| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Also enable HDT.
|
|
|
|
| |
Generated using "grub-mkrescue --compress=xz -o grub2.iso".
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* origin/master: (136 commits)
dracut/services: don't autostart dmeventd, lvmetad and mdadm.
mklive: fix guessing linux kernel pkgname.
fix set_keymap rc.conf
installer.sh: fix static IP settings in menu_install
build-arm-images: PLATFORM can be overrided now.
build-rootfs: build musl rootfs too; PLATFORMS can be overrided now.
build-x86-images: added lxqt image.
dracut/dm-autologin: autostart lxqt if available.
mkrootfs: add dockstar support
mklive: install GRUB EFI loader as EFI/BOOT/BOOTX64.EFI.
build-x86-images: add gnome-keyring to cinnamon/mate/xfce images.
build-x86-images: add firefox now it's available for musl.
build-arm-images: respect musl targets.
mkimage: consistently redirect std{err,out} to /dev/null with dd(1).
build-arm-images: disable cubietruck for now; does not boot.
build-arm-images: build all ARM images for glibc and musl.
mkrootfs: get rid of pixz; fix rpi target arch.
mkrootfs: set cachedir to $PWD/xbps-cachedir-<arch>; misc tweaks for musl.
mkrootfs: update for musl support.
build-x86-images: do not build the kde image; does not work yet.
...
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
|
|
|
| |
title.
Requested by pancake.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
That means that mklive just needs xbps to generate working images.
Usage: mklive.sh [options]
Options:
-r <repo-url> Use this XBPS repository (may be specified multiple times).
-c <cachedir> Use this XBPS cache directory (/var/cache/xbps if unset).
-k <keymap> Default keymap to use (us if unset)
-l <locale> Default locale to use (en_US.UTF-8 if unset).
-i <gzip|bzip2|xz> Compression type for the initramfs image (gzip if unset).
-s <gzip|bzip2|xz> Compression type for the squashfs image (xz if unset)
-o <file> Output file name for the ISO image (auto if unset).
-p "pkg pkgN ..." Install additional packages into the ISO image.
The mklive.sh script generates a live image of the Void Linux distribution.
This ISO image can be written to a CD/DVD-ROM or any USB stick.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|