about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* dracut/services: do not enable agetty on serial by default.Juan RP2015-02-141-1/+1
|
* mkrootfs: die if $QEMU_BIN is not in PATH.Juan RP2015-02-121-0/+3
|
* mklive: force C locale to install base pkgs to silence dracut.Juan RP2015-02-111-1/+1
|
* mkimage: do not touch rootfstype from cmdline, it's unnecessary.Juan RP2015-02-101-4/+0
|
* mkrootfs: generate rpi2 tarballs with a proper name.Juan RP2015-02-061-2/+4
|
* mkrootfs: override PLATFORM for rpi; we do use the same platform pkg.Juan RP2015-02-061-1/+1
|
* build-arm-images: build the rpi2 image.Juan RP2015-02-061-1/+1
|
* mk{image,rootfs}: add support for the rpi2 platform (armv7).Juan RP2015-02-062-2/+4
|
* mkrootfs: support i686/x86_64.Christian Neukirchen2015-02-011-6/+21
|
* mkrootfs: use parallel xz.Christian Neukirchen2015-02-011-1/+1
|
* mklive: unbreak setting multiple repos via -r (close #17)Juan RP2015-01-311-2/+3
|
* build-x86-images: fix cinnamon image; add gnome-terminal and gvfs.Juan RP2015-01-251-2/+2
|
* build-x86-images: by popular demand add cryptsetup/lvm2/mdadm to all images.Juan RP2015-01-251-1/+1
|
* build-x86-images: generate image with cinnamon.Juan RP2015-01-251-4/+9
|
* dracut/display-manager-autologin: autostart cinnamon if found.Juan RP2015-01-251-0/+2
|
* dracut/services: do not enable agetty-serial.Juan RP2015-01-251-1/+1
|
* mkimage: added bananapi platform.Juan RP2015-01-191-3/+3
|
* mkrootfs: add 'bananapi' platform.Juan RP2015-01-191-2/+3
|
* mkimage: disable fsck on rootfs if it's f2fs; it does not work in the rpi.Juan RP2015-01-171-1/+6
|
* installer: mount pseudofs to regenerate the initramfs.Juan RP2015-01-151-2/+2
| | | | This fixes the last issue with musl!
* data/void-vpkgs.conf: add some more default pkgs.Juan RP2015-01-101-5/+6
|
* installer: generate a non hostonly initramfs; force-add ahci just in case.Juan RP2015-01-051-1/+1
|
* mklive: declare vpkgs unversioned and update path for xbps>=0.43.Juan RP2015-01-052-4/+4
|
* mklive: more fixes for musl images.Juan RP2014-12-291-3/+5
| | | | | - Reconfigure util-linux only if it's installed in rootdir. - dracut: force add the ahci kernel module and build a non hostonly image.
* mklive: misc fixes to generate successful musl images.Juan RP2014-12-291-7/+8
|
* mklive: only remove unnecessary pkgs if don't have revdeps.Juan RP2014-12-171-1/+6
| | | | ... otherwise switch them to automatic installation mode.
* mklive: multiple improvements and fixes.Juan RP2014-12-172-92/+72
| | | | | | | - Does not need bash anymore, a POSIX shell is enough. - Avoid installing base-system twice to generate the initramfs. - Reconfigure some pkgs in the rootfs... otherwise some system users won't be created. - Added -K opt to not remove builddir.
* installer: swap is not mandatory.Juan RP2014-12-161-2/+2
|
* New script to build ARM rootfs/images.Juan RP2014-12-151-0/+11
|
* installer: redirect debug msgs to /dev/tty8.Juan RP2014-12-151-4/+4
| | | | /dev/tty7 might be used by the X server.
* mkimage: simplify.Juan RP2014-12-061-3/+1
|
* mkimage: get rid of partx completely.Juan RP2014-12-061-1/+0
|
* mkimage: use losetup --partscan rather than partx.Juan RP2014-12-051-2/+1
|
* mkimage: umount boot only in !beaglebone.Juan RP2014-12-051-1/+3
|
* mklive.sh: dont error out if loop module cannot be loaded.Juan RP2014-12-051-1/+1
|
* mk{image,rootfs}: misc tweaks for beaglebone.Juan RP2014-12-052-17/+12
|
* mkimage: remove unnecessary beaglebone workaround.Juan RP2014-12-051-4/+0
|
* mkrootfs: put /boot/MLO at the head on beaglebone.Juan RP2014-12-051-1/+7
| | | | This file must be in the first sectors of the /boot FAT partition on the image.
* mkrootfs: mount binfmt_misc and use pixz if available.Juan RP2014-12-051-2/+7
|
* .gitignore: ignore .sh files in topdir.Juan RP2014-12-051-0/+1
|
* mk{image,rootfs}: add beaglebone platform support.Juan RP2014-12-052-5/+9
|