about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge pull request #47 from the-maldridge/grub32Juan RP2015-11-051-12/+27
| |\ | | | | | | Add support for proper 32 bit grub
| | * Add support for proper 32 bit grubMichael Aldridge2015-11-051-12/+27
| | |
| * | build-x86-images: enable the LXQt image by default.Juan RP2015-11-031-2/+2
| | |
| * | build-x86-images: added -r repo opt.Juan RP2015-11-021-3/+4
| | |
| * | mklive: make sure -r is preferred over defaults.Juan RP2015-11-021-1/+2
| | |
| * | installer: allow posix timezones too. (thanks \0xc0ffee@irc).Juan RP2015-11-011-1/+1
| | |
* | | move zpaq to backup.Christian Neukirchen2015-10-291-1/+1
| | |
* | | add category servers.Christian Neukirchen2015-10-291-15/+18
| | |
* | | add atticChristian Neukirchen2015-10-291-0/+1
| | | | | | | | | | | | This costs 11MB due to python3, but I really want it.
* | | arrange hrmpf.packages by category.Christian Neukirchen2015-10-292-281/+308
| | |
* | | TODOChristian Neukirchen2015-10-291-0/+1
| | |
* | | INSTALL.usb: update.Christian Neukirchen2015-10-281-4/+4
| | |
* | | remove samba and wireshark, install ettercap and other goodies. v0.1.90.20151028Christian Neukirchen2015-10-281-3/+24
| | |
* | | mklive.sh.in: store list of installed packages.Christian Neukirchen2015-10-281-0/+2
| | |
* | | Merge branch 'master' of https://github.com/voidlinux/void-mkliveChristian Neukirchen2015-10-282-36/+30
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of https://github.com/voidlinux/void-mklive: installer: remove liveuser from /etc/sudoers in local installation. installer: get rid of unused systemd checks. installer: detect cciss partitions correctly (3/3). installer: detect cciss partitions correctly (2/2). mklive: make -r append repo to the head rather than replacing. installer: detect ciss(4) devices/partitions correctly (#44).
| * | installer: remove liveuser from /etc/sudoers in local installation.Juan RP2015-10-171-0/+1
| | | | | | | | | | | | Close #43
| * | installer: get rid of unused systemd checks.Juan RP2015-10-171-32/+6
| | |
| * | installer: detect cciss partitions correctly (3/3).Juan RP2015-10-171-1/+1
| | | | | | | | | | | | | | | | | | This finally allows for a successfull installation with cciss(4) devices. Thanks to maldrige for testing.
| * | installer: detect cciss partitions correctly (2/2).Juan RP2015-10-171-1/+4
| |/
| * mklive: make -r append repo to the head rather than replacing.Juan RP2015-10-161-3/+2
| | | | | | | | | | This allows you to use local repos with higher priority than the official remote ones.
| * installer: detect ciss(4) devices/partitions correctly (#44).Juan RP2015-10-101-0/+17
| |
* | tiny additions.Christian Neukirchen2015-10-171-0/+2
| |
* | kill packages pulling in icu55.Christian Neukirchen2015-10-121-2/+0
| |
* | hrmpf.packages: eject is in util-linux.Christian Neukirchen2015-10-121-1/+0
| |
* | hrmpf.packages: cv is now called progress.Christian Neukirchen2015-10-121-1/+1
| |
* | a few more things.Christian Neukirchen2015-10-121-1/+14
| |
* | more small stuff.Christian Neukirchen2015-10-121-0/+7
| |
* | hrmpf: add cmus, it's almost free.Christian Neukirchen2015-10-121-0/+4
| |
* | add INSTALL.usb. v0.1.90.20151011Christian Neukirchen2015-10-111-0/+14
| |
* | mkhrmpf.sh: more free space.Christian Neukirchen2015-10-111-0/+1
| |
* | more README.Christian Neukirchen2015-10-111-3/+33
| |
* | a few more packages.Christian Neukirchen2015-10-111-0/+5
| |
* | package list tweaks. v0.1.90Christian Neukirchen2015-10-101-12/+6
| |
* | add various EFI tools.Christian Neukirchen2015-10-101-0/+8
| |
* | use memtest86+ from official iso.Christian Neukirchen2015-10-095-6/+8
| |
* | issue: bump.Christian Neukirchen2015-10-091-1/+1
| |
* | TODO: update.Christian Neukirchen2015-10-091-9/+1
| |
* | isolinux.cfg.in: add extras.Christian Neukirchen2015-10-091-4/+19
| |
* | add extra imagesChristian Neukirchen2015-10-093-0/+0
| |
* | mkhrmpf.sh: refactor.Christian Neukirchen2015-10-092-343/+337
| |
* | mklive.sh.in: add -B.Christian Neukirchen2015-10-091-1/+7
| |
* | mklive.sh.in: add memdisk support.Christian Neukirchen2015-10-091-0/+1
| |
* | dracut/services.sh: enable only mentioned services.Christian Neukirchen2015-10-091-15/+2
| |
* | mkhrmpf.sh: add new packages.Christian Neukirchen2015-10-091-6/+101
| |
* | Merge remote-tracking branch 'origin/master'Christian Neukirchen2015-10-0921-228/+543
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (136 commits) dracut/services: don't autostart dmeventd, lvmetad and mdadm. mklive: fix guessing linux kernel pkgname. fix set_keymap rc.conf installer.sh: fix static IP settings in menu_install build-arm-images: PLATFORM can be overrided now. build-rootfs: build musl rootfs too; PLATFORMS can be overrided now. build-x86-images: added lxqt image. dracut/dm-autologin: autostart lxqt if available. mkrootfs: add dockstar support mklive: install GRUB EFI loader as EFI/BOOT/BOOTX64.EFI. build-x86-images: add gnome-keyring to cinnamon/mate/xfce images. build-x86-images: add firefox now it's available for musl. build-arm-images: respect musl targets. mkimage: consistently redirect std{err,out} to /dev/null with dd(1). build-arm-images: disable cubietruck for now; does not boot. build-arm-images: build all ARM images for glibc and musl. mkrootfs: get rid of pixz; fix rpi target arch. mkrootfs: set cachedir to $PWD/xbps-cachedir-<arch>; misc tweaks for musl. mkrootfs: update for musl support. build-x86-images: do not build the kde image; does not work yet. ...
| * dracut/services: don't autostart dmeventd, lvmetad and mdadm.Juan RP2015-10-091-1/+1
| |
| * mklive: fix guessing linux kernel pkgname.Juan RP2015-10-091-3/+3
| |
| * Merge pull request #41 from steski/staticip-issueJuan RP2015-10-021-1/+1
| |\ | | | | | | installer.sh: fix static IP settings in menu_install
| | * installer.sh: fix static IP settings in menu_installSteve Prybylski2015-10-011-1/+1
| | |
| * | Merge pull request #42 from zurx/masterJuan RP2015-10-021-1/+1
| |\ \ | | |/ | |/| fix set_keymap rc.conf