summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* mklive: force-add init=/sbin/init to the kernel cmdline for now.Juan RP2014-09-202-2/+2
|
* mklive: set live user shell to /bin/sh; use /etc/issue; disable autologin.Juan RP2014-09-203-23/+4
|
* mklive: always omit dracut systemd module if base-system-systemd is not used.Juan RP2014-09-201-0/+2
|
* mklive: added -C and -T to append kernel cmdline args and modify bootloader ↵Juan RP2014-09-183-6/+18
| | | | | | title. Requested by pancake.
* Move splash image and motd to data/; this way those can be overrided easily.Juan RP2014-09-183-28/+21
| | | | Close #9
* installer: fixed multiple random issues.Juan RP2014-08-291-10/+21
| | | | | | | - there's no need to check if $SYSTEMD_INIT==1, just test if it's set. - set TIMEZONE correctly to /etc/rc.conf. - Set fstab(5) fs_passno correctly for the rootfs and additional filesystems. - Disable fsck if rootfs is f2fs, it does not work correctly.
* installer: ignore partitions that are part of LVM.Juan RP2014-08-291-0/+1
|
* installer: detect LUKS and LVM LVs correctly.Juan RP2014-08-291-11/+11
|
* installer: remove unnecessary quoting.Juan RP2014-08-291-1/+3
|
* installer: remove last ref to parted.Juan RP2014-08-251-1/+0
|
* installer: drop parted and switch to cfdisk.Juan RP2014-08-251-2/+2
|
* dracut/adduser.sh: repair autologin with the latest agetty runit service.Juan RP2014-08-081-1/+1
|
* README: update.Juan RP2014-08-031-2/+2
|
* mklive: remove a check that is no longer necessary.Juan RP2014-08-021-9/+0
|
* mklive: add systemd dracut module for systemd images.Juan RP2014-08-021-3/+2
|
* mklive: fix regression introduced in ca3a146bb (UEFI boot not working).Juan RP2014-08-021-3/+2
| | | | | | | | The issue was that I forgot to copy the generated grubx64.efi into the vfat image that is embedded into the ISO image, resulting in an unbootable image on UEFI systems. Thanks to pancake for reporting!
* dracut/adduser.sh: do not add user to the systemd-journal group.Juan RP2014-08-021-1/+1
|
* installer: mount /tmp as tmpfs.Juan RP2014-07-311-0/+3
|
* mkrootfs: update for base-system as runit.Juan RP2014-07-291-5/+5
|
* installer: fix network install.Juan RP2014-07-281-2/+2
|
* mklive.sh: run grub-mkstandalone via xbps-uchroot(8) to avoid host issues.Juan RP2014-06-291-4/+6
|
* dracut/copy-initramfs.sh: only run this with systemd.Juan RP2014-06-291-1/+3
|
* README: add some examples.Juan RP2014-06-251-0/+12
|
* mkrootfs: use built-in void pubkey; assign default void repo if -r unset.Juan RP2014-06-251-11/+3
|
* mklive: two fixes to generate images on any linux distro.Juan RP2014-06-252-2/+15
| | | | | - Store and use default void rsa pubkey for the xbps repos. - If -r is unset, use default void main http repo.
* dracut/adduser.sh: no need to remove pam_systemd with runit anymore.Juan RP2014-06-201-2/+1
|
* mkrootfs: added c option correctly.Juan RP2014-06-011-1/+1
|
* mkrootfs: added -b, -c and -r options to set system pkg, cachedir and repos ↵Juan RP2014-06-011-8/+20
| | | | respectively.
* installer: fixed some issues found with base-system-runit.Juan RP2014-05-311-7/+15
|
* dracut/display-manager-autologin.sh: if enlightenment and lxdm are ↵Juan RP2014-05-311-2/+4
| | | | installed, autostart it.
* mklive: added -b option to specify an alternative base-system pkg.Juan RP2014-05-311-6/+13
| | | | Use -b base-system-runit to generate an image with eudev+runit.
* Add global systemd varYpnose2014-05-301-5/+10
|
* Enable runit imagesYpnose2014-05-301-7/+31
|
* mklive: misc tweaks to generate a proper image with runit.Juan RP2014-05-233-4/+16
|
* mklive: do not assume glibc and/or systemd (might use musl and runit instead ↵Juan RP2014-05-233-9/+18
| | | | :-).
* mklive: switch to xz initramfs; misc tweaks.Juan RP2014-05-234-15/+12
|
* mklive: improved to avoid host deps; use our own pkgs to generate images.Juan RP2014-05-224-154/+96
| | | | | | | | | | | | | | | | | | | 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.
* Merge pull request #7 from Gottox/masterJuan RP2014-05-161-1/+4
|\ | | | | Don't show plain password in Settings screen.
| * Don't show plain password in Settings screenEnno Boland2014-05-071-1/+4
| |
* | installer: for btrfs filesystems use -f to force creation.Juan RP2014-05-111-1/+1
| |
* | mklive: correctly set path to store the iso image.Juan RP2014-05-111-3/+5
| |
* | mklive: load loop kmod in the grub stage instead.Juan RP2014-05-111-1/+2
| |
* | mklive: generatate image in cwd.Juan RP2014-05-071-1/+1
|/
* mklive: redirect to logfile when reconfiguring locales; load loop kmod too.Juan RP2014-04-281-1/+2
|
* README.md: sync with reality.Juan RP2014-04-231-4/+15
|
* mklive: avoid void-{artwork,mklive} dependencies on system.Juan RP2014-04-232-18/+15
| | | | | I'm starting to make the scripts distro independent; this is just the first step.
* mklive: remove unnecessary steps.Juan RP2014-04-221-7/+0
|
* mklive: switch to xbps-uchroot(8); bye bye systemd-nspawn.Juan RP2014-04-222-4/+5
|
* Revert "installer/mklive: make sure to install dcron rather than cronie."Juan RP2014-02-032-3/+3
| | | | | | This reverts commit 1ccbe860517465abe70d8b450fa6cae69ab4b691. I'll fix this properly via base-system.
* installer/mklive: make sure to install dcron rather than cronie.Juan RP2014-02-032-3/+3
| | | | | | dcron is smaller and only has a libc dependency. cronie is selected because it appears alphabetically before in the repo index.