about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge pull request #57 from enguerrand/masterJuan RP2016-02-041-10/+28
| |\ \ | | |/ | |/| mklive: add -I directory inclusion option
| | * mklive: add -I directory inclusion optionEnguerrand de Rochefort2016-01-311-10/+28
| | |
| * | Merge pull request #52 from equalsraf/tb-post-hookJuan RP2016-01-301-1/+6
| |\ \ | | | | | | | | mkrootfs: Added -k to run post hook
| | * | mkrootfs: Added -k to run post hookRui Abreu Ferreira2016-01-181-1/+6
| | |/ | | | | | | | | | | | | New flag -k <cmd>. "<cmd> <path>" is executed after the rootfs is created, <path> points to the new rootfs.
| * | Merge pull request #58 from lxb/masterJuan RP2016-01-301-1/+4
| |\ \ | | |/ | |/| installer: check network configured on source
| | * installer: check network configured on sourcelxb2016-01-291-1/+4
| |/
* | add new packagesChristian Neukirchen2016-03-071-1/+8
| |
* | add new packagesChristian Neukirchen2016-02-101-0/+5
| |
* | Merge branch 'master' of https://github.com/voidlinux/void-mklive v20160123Christian Neukirchen2016-01-232-9/+9
|\| | | | | | | | | | | | | * 'master' of https://github.com/voidlinux/void-mklive: Switch to truncate to allocate storage for images mklive: make this work with grub-2.02. mklive: make this work on musl hosts.
| * Merge pull request #51 from Vaelatern/truncateJuan RP2016-01-152-4/+4
| |\ | | | | | | Switch to truncate to allocate storage for images
| | * Switch to truncate to allocate storage for imagesToyam Cox2016-01-142-4/+4
| |/ | | | | | | Works in low memory situations
| * mklive: make this work with grub-2.02.Juan RP2015-12-191-3/+3
| |
| * mklive: make this work on musl hosts.Juan RP2015-12-121-3/+3
| |
* | add new packagesChristian Neukirchen2016-01-231-0/+7
| |
* | add new packagesChristian Neukirchen2016-01-101-1/+10
| |
* | add new packagesChristian Neukirchen2015-12-191-0/+4
| |
* | add new packagesChristian Neukirchen2015-12-161-0/+3
| |
* | add new packagesChristian Neukirchen2015-12-141-1/+4
| |
* | Remove version in /etc/issue, replace with build date.Christian Neukirchen2015-12-022-2/+2
| |
* | add kismet.Christian Neukirchen2015-12-021-0/+1
| |
* | README: remove version.Christian Neukirchen2015-12-021-1/+1
| |
* | add a few framebuffer tools.Christian Neukirchen2015-12-021-0/+4
| |
* | mklive.sh.in: set alternatives. v0.1.90.20151128Christian Neukirchen2015-11-281-0/+4
| |
* | small additionsChristian Neukirchen2015-11-281-1/+6
| |
* | Merge remote-tracking branch 'remotes/origin/master'Christian Neukirchen2015-11-283-21/+37
|\| | | | | | | | | | | | | | | | | | | * remotes/origin/master: installer: redirect stderr to /dev/null for cciss(4). Add support for proper 32 bit grub build-x86-images: enable the LXQt image by default. build-x86-images: added -r repo opt. mklive: make sure -r is preferred over defaults. installer: allow posix timezones too. (thanks \0xc0ffee@irc).
| * installer: redirect stderr to /dev/null for cciss(4).Juan RP2015-11-101-2/+2
| |
| * 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
| |