about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add -V option to show version to void-mk{live,rootfs} and installer in the ti...Juan RP2013-08-113-4/+9
* .gitignore: ignore all .sh files.Juan RP2013-08-111-3/+1
* installer: detect xen native domU disks (xvd devices).Juan RP2013-08-101-8/+6
* Bump to v18.Juan RP2013-07-291-1/+1
* installer: use lsblk(8) to find fs{size,type}; use blkid(8) -o value to find ...Juan RP2013-07-261-10/+10
* mklive.sh.in: if REPOSITORY_CACHE not set use system default cachedir.Juan RP2013-07-121-6/+5
* mklive.sh.in: use -S while installing pkgs for the initramfs.Juan RP2013-07-121-1/+1
* Bump version to 17.Juan RP2013-07-121-1/+1
* mklive.sh.in: repair support for remote repos.Juan RP2013-07-121-3/+8
* mklive.sh.in: add -S to XBPS_ARGS, to make this work with remote repos.Juan RP2013-07-121-1/+1
* installer: tyop fix.Juan RP2013-07-011-1/+1
* installer: avoid creating a broken dhcpcd.conf.Juan RP2013-07-011-13/+16
* Bump version to v16.Juan RP2013-06-121-1/+1
* dracut/adduser.sh: fix issue #1.Juan RP2013-06-121-0/+2
* mklive.sh: fix the xorriso efi args (needs -no-emul-boot).Juan RP2013-06-121-1/+1
* Bump to v15 for the recent EFI boot fix (tested by ojab).Juan RP2013-06-111-1/+1
* Use Fedora way to generate the images with xorriso (-e and -isohybrid-gpt-bas...Juan RP2013-06-111-1/+1
* dracut: chown after chroot to NEWROOT instead.Juan RP2013-06-022-2/+1
* dracut/module-setup.sh: need chown(1) for adduser.sh.Juan RP2013-06-021-0/+1
* dracut/adduser.sh: fix polkit rules file name.Juan RP2013-06-021-1/+1
* mklive: force-add vmklive dracut module and generate a polkit rules file to b...Juan RP2013-06-022-3/+18
* installer: added support for f2fs (Flash-Friendly Filesystem).Juan RP2013-05-231-5/+7
* After installing pkgs reconfigure them with systemd-nspawn.Juan RP2013-05-221-2/+2
* dracut/copy-initramfs.sh: set $KVER to make this work again.Juan RP2013-05-221-0/+1
* dracut/locale.sh: set locale/keymap in newroot config files too.Juan RP2013-05-211-0/+9
* mklive: copy kmods from temp rootfs to the final rootfs; remove redundant stuff.Juan RP2013-05-211-15/+4
* Set locale.LANG in grub/syslinux config.Juan RP2013-05-212-2/+2
* dracut: new locale.sh script to rebuild the target locale.Juan RP2013-05-212-0/+15
* copy-kmods.sh -> copy-initramfs.sh; do not copy kmods, just the initramfs for...Juan RP2013-05-212-8/+1
* mklive: disable drm dracut module in the initramfs.Juan RP2013-05-211-1/+1
* Makefile: bump to 0.14.Juan RP2013-05-201-1/+1
* dracut/copy-kmods.sh: copy the initramfs to the new rootfs for proper shutdown.Juan RP2013-05-201-0/+3
* mklive: disable dash in the live initramfs; this really sucks for interactive...Juan RP2013-05-201-1/+1
* Make sure all filesystems in targetdir are unmounted.Juan RP2013-05-201-1/+1
* Update grub/isolinux kernel cmdline: remove useless args.Juan RP2013-05-202-3/+3
* dracut: misc tweaks.Juan RP2013-05-202-9/+9
* mklive: copy chain.c32 from syslinux to boot from harddisk.Juan RP2013-05-201-0/+1
* installer: redirect output to $LOG when regenerating the libc locales.Juan RP2013-05-201-1/+1
* installer: provide full list of keymaps, locales and timezones; regenerate wa...Juan RP2013-05-201-6/+14
* Copy network kernel modules for network install; misc tweaks.Juan RP2013-05-201-4/+11
* dracut/module-setup.sh: need depmod in initramfs for copy-kmods.sh.Juan RP2013-05-201-0/+1
* dracut/copy-kmods.sh: after copying kmod re-run depmod.Juan RP2013-05-201-1/+3
* Misc tweaks to the generated initramfs in the live image.Juan RP2013-05-191-3/+2
* Add another script for dracut to copy kmods from initramfs to the new rootfs.Juan RP2013-05-192-0/+8
* installer: quote a variable to avoid an error while unmounting target filesys...Juan RP2013-05-191-1/+1
* Switch to iproute and dhcpcd and drop ifconfig/route/udhcpc.Juan RP2013-05-191-7/+13
* Drop wget dependency, use xbps-uhelper fetch instead.Juan RP2013-05-191-1/+1
* Drop static list of timezones, use timedatectl(8) instead.Juan RP2013-05-191-422/+5
* Start integration of void-installer and start conversion to non-busybox utils.Juan RP2013-05-197-36/+1345
* grub/grub_void.cfg.in: add missing ')' that broke configuration.Juan RP2013-05-191-1/+1