about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #31 from pullmoll/masterJuan RP2015-05-271-1/+2
|\ | | | | mkimage.sh: fix partition size + toggle boot flag
| * mkimage.sh: fix partition size + toggle boot flagjbu2015-05-261-1/+2
|/
* mkrootfs: fix previous.Juan RP2015-05-261-4/+4
|
* mkrootfs: accept *-musl for any platform.Juan RP2015-05-261-12/+9
|
* mk{image,rootfs}: accept musl targets and fix image creation with two ↵Juan RP2015-05-262-6/+9
| | | | partitions.
* dracut/display-manager-autologin: autologin to i3 if found.Juan RP2015-05-251-0/+2
|
* mklive: force modesetting on musl for now.Juan RP2015-05-242-0/+9
| | | | | intel and radeon drivers are currently broken with musl (segmentation fault in OsLookupColor()).
* build-x86-images: added kde image, but don't hook it up yet.Juan RP2015-05-241-1/+9
|
* dracut/display-manager-autologin.sh: enable kdm autologin.Juan RP2015-05-241-0/+6
|
* mkrootfs: add cubietruck platform.Juan RP2015-05-221-3/+3
|
* installer: remove partx(8) use; cfdisk should be enough.Juan RP2015-05-221-1/+1
|
* installer: remove void-installer in local installation.Juan RP2015-05-221-0/+1
|
* mkimage: bananapi-uboot still assumes fat partition.Juan RP2015-05-211-1/+1
|
* mkimage: on bpi, cubie{board2,truck} we don't need a FAT partition.Juan RP2015-05-211-18/+29
|
* mkrootfs: fix -r order.Juan RP2015-05-201-2/+2
|
* Merge pull request #27 from pullmoll/masterJuan RP2015-05-204-10/+15
|\ | | | | installer.sh.in: really fix the md parsing
| * mkimage.sh.in: add cubietruckjbu2015-05-161-5/+9
| |
| * build-rootfs.sh.in: add cubietruckjbu2015-05-161-1/+1
| |
| * build-arm-images.sh.in: add cubietruckjbu2015-05-161-1/+1
| |
| * installer.sh.in: really fix the md parsingjbu2015-05-141-3/+4
| |
* | installer: update for xbps>=0.43 (close #29).Juan RP2015-05-201-2/+2
|/
* dracut: only install memdisk stuff if /usr/bin/memdiskfind exists.Juan RP2015-05-081-5/+7
|
* Added musl.voidlinux.net RSA pubkey.Juan RP2015-05-081-0/+12
|
* installer: detect /dev/mmcblkX devices.Juan RP2015-05-081-1/+1
|
* Merge pull request #26 from pullmoll/masterJuan RP2015-05-082-17/+18
|\ | | | | void-mklive: Fixes for systems with md / lvm2
| * void-mklive: Fixes for systems with md / lvm2jbu2015-05-082-17/+18
|/ | | | | | - Add quotes around $TARGET to allow for empty $1 in build-x86-images.sh - In installer.sh there was $part for md where it should have been $p - The list of md and lvm partitions should occur just once, thus move it out of the loop
* Support for MEMDISKChristian Neukirchen2015-05-025-1/+43
| | | | | | | | | | | | The .iso can now be booted using Grub (memdisk from Syslinux package): linux16 /memdisk initrd16 /path/to/iso As well as from Syslinux: LINUX memdisk INITRD path/to/iso
* installer: accept WPA passphrases up to 50 chars.Juan RP2015-05-011-1/+1
|
* build-{arm-images,rootfs}: added support to build just one platform.Juan RP2015-04-302-3/+11
|
* build-x86-images: add firefox/pa to all DE flavours; add support to build X img.Juan RP2015-04-301-16/+27
|
* dracut/services: do not enable the pulseaudio service.Juan RP2015-04-291-1/+1
|
* mklive: add a new entry to load image into RAM (grub, syslinux).Juan RP2015-04-292-0/+13
|
* Merge pull request #23 from Gottox/usbamoryEnno Boland2015-04-294-4/+7
|\ | | | | add platform support for USB armory
| * add platform support for USB armoryEnno Boland2015-04-284-4/+7
|/
* COPYING: it's 2015.Juan RP2015-04-151-1/+1
|
* README: update mklive examples.Juan RP2015-04-151-3/+7
|
* mklive: use $BASE_ARCH if set for the image filename.Juan RP2015-04-151-1/+1
|
* build-x86-images.sh.in: improve the monospace fonts issue.Juan RP2015-04-081-1/+1
|
* dracut/services: do not enable wpa_supplicant.Juan RP2015-04-071-1/+1
|
* mklive: reconfigure base-files for the kvm group.Juan RP2015-04-071-1/+1
|
* build-rootfs: fix arg order.Juan RP2015-02-221-1/+1
|
* build-rootfs: new script to build all rootfs tarballs.Juan RP2015-02-221-0/+9
|
* build-arm-images: only build the images, the rootfs must be available.Juan RP2015-02-221-5/+5
|
* mkimage: misc cosmetic tweaks; umount rootfs/boot only if it's mounted.Juan RP2015-02-221-3/+3
|
* mklive: add libgcc to required pkgs; glibc's pthread_cancel needs it :/Juan RP2015-02-211-1/+1
|
* build-x86-images: pass additional args to mklive.Juan RP2015-02-211-5/+5
|
* Merge pull request #19 from teh-jazzman/masterJuan RP2015-02-211-1/+3
|\ | | | | Option not to install a bootloader
| * Option not to install a bootloaderStefan Mühlinghaus2015-02-201-1/+3
|/
* dracut/adduser: add user to the audio/video groups.Juan RP2015-02-141-1/+1
|
* build-x86-images: add gnome-themes-standard for gtk[23] apps.Juan RP2015-02-141-1/+1
|