about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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 ↵Juan RP2014-01-281-24/+34
| | | | boot fssize.
* mkrootfs: make platform argument mandatory, install <platform>-base pkg ↵Juan RP2014-01-281-17/+30
| | | | automatically.
* Merge pull request #6 from Gottox/masterJuan RP2014-01-281-0/+5
|\ | | | | install bootloader on -p udroid-u2
| * install bootloader on udroid-u2Gottox2014-01-281-0/+5
|/
* Merge pull request #5 from jan-schreib/masterJuan RP2014-01-271-1/+1
|\ | | | | Fixed typo.
| * 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
|\ | | | | Typo fix
| * using xpart instead of losetup -P, as -P is not supported by debian stableroot2014-01-221-5/+12
| | | | | | | | mkfs.vfat thinks it writes to a raw device instead of a partition on debian. force it
| * 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
|