summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Makefile: generate executable scripts.Juan RP2014-01-111-0/+1
* mklive.sh.in: install local installer if available, otherwise the host one.Juan RP2014-01-111-0/+6
* mklive.sh: make it work with xbps>=0.27.Juan RP2014-01-111-5/+10
* installer: after successfull installation only remove dialog pkg.Juan RP2013-11-141-1/+1
* mklive: always use base-system and dialog pkgs to generate the live image.Juan RP2013-11-141-9/+4
* vmklive: drop locale.LANG from kernel cmdline, it's always set to en_US.UTF-8.Juan RP2013-11-142-2/+2
* mkrootfs: drop systemd dependency; misc tweaks.Juan RP2013-11-121-19/+43
* mkimage: check for losetup existence too.Juan RP2013-11-121-1/+1
* mkimage: check for mkfs.xxx after setting defaults.Juan RP2013-11-111-6/+6
* mkimage: make sure to update rootfstype on /boot/cmdline.txt for Raspberry Pi.Juan RP2013-11-111-0/+4
* mkimage: allow -r f2fs or any other fs and check we have required cmds.Juan RP2013-11-101-1/+7
* mkrootfs: added -p option to add extra pkgs to the rootfs.Juan RP2013-11-101-3/+4
* installer: repair local installations.Juan RP2013-10-161-4/+6
* Make this work with xbps >= 0.26.Juan RP2013-09-292-2/+3
* mkimage: do not force FAT32 for the /boot filesystem.Juan RP2013-09-211-1/+1
* installer: use an infobox when copying live image to target; misc tweaks.Juan RP2013-09-161-7/+9
* installer: two more infoboxes after copying image to target; remove useless dir.Juan RP2013-09-141-0/+3
* mklive: update conf file with an uptodate pkglist.Juan RP2013-09-141-4/+1
* COPYING: sync with reality.Juan RP2013-09-141-1/+2
* installer: remove temporary pkgs from target after copying live image.Juan RP2013-08-261-0/+2
* Makefile: use short git tag; bump to v21.Juan RP2013-08-231-2/+2
* README -> README.mdJuan RP2013-08-221-0/+0
* README: update.Juan RP2013-08-221-36/+14
* installer: repair network install.Juan RP2013-08-221-25/+33