about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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 r...Juan RP2014-06-011-8/+20
* 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 installed,...Juan RP2014-05-311-2/+4
* mklive: added -b option to specify an alternative base-system pkg.Juan RP2014-05-311-6/+13
* 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
* Merge pull request #7 from Gottox/masterJuan RP2014-05-161-1/+4
|\
| * 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
* 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
* installer/mklive: make sure to install dcron rather than cronie.Juan RP2014-02-032-3/+3
* installer: add a network option in main menu.Juan RP2014-02-031-1/+3
* installer: added basic wifi setup via dhcpcd (only WEP and WPA/PSK for now).Juan RP2014-02-031-13/+46
* installer: copy host void rsa pubkey to the target rootfs.Juan RP2014-02-031-0/+2
* README: update.Juan RP2014-01-281-3/+4
* mkimage: guess platform automatically, add new options to set fstype and boot...Juan RP2014-01-281-24/+34
* mkrootfs: make platform argument mandatory, install <platform>-base pkg autom...Juan RP2014-01-281-17/+30
* Merge pull request #6 from Gottox/masterJuan RP2014-01-281-0/+5
|\
| * install bootloader on udroid-u2Gottox2014-01-281-0/+5
|/
* Merge pull request #5 from jan-schreib/masterJuan RP2014-01-271-1/+1
|\
| * Fixed typo.Jan S2014-01-261-1/+1
|/
* mkimage: use conv=sparse if dd supports it; added -p to set platform.Juan RP2014-01-261-7/+27
* mkrootfs: accept -p cubieboard.Juan RP2014-01-261-0/+1
* Merge pull request #4 from Gottox/masterJuan RP2014-01-222-6/+13
|\
| * using xpart instead of losetup -P, as -P is not supported by debian stableroot2014-01-221-5/+12
| * Merge branch 'master' of https://github.com/voidlinux/void-mkliveroot2014-01-221-1/+1
| |\ | |/ |/|
* | mkrootfs: fix xbps-query -R PKGBASEJuan RP2014-01-221-1/+1
| * Merge branch 'master' of https://github.com/voidlinux/void-mkliveGottox2014-01-221-3/+3
| |\ | |/ |/|
* | mkrootfs: typofix in previous.Juan RP2014-01-221-3/+3
| * typo fixGottox2014-01-221-1/+1
|/
* mkrootfs: replace -R with -C to specify xbps.conf.Juan RP2014-01-221-5/+6
* mkrootfs: remove std{err,out} redirs to see cmd output.Juan RP2014-01-221-2/+2
* mkrootfs: fix previous.Juan RP2014-01-221-1/+2
* mkrootfs: fix xbps-query with remote repos.Juan RP2014-01-221-1/+1
* mkrootfs: added -R to set the xbps repository.Juan RP2014-01-221-5/+6
* mkimage: create /boot partition at 4096 sectors.Juan RP2014-01-211-1/+1
* mkrootfs: added new flags: -k <xbps-keys-dir> and -m <platform> (rpi|odroid*).Juan RP2014-01-211-9/+21