about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* add new packages v20170508Leah Neukirchen2017-05-081-2/+18
|
* mkhrmpf.sh: enable xz BCJ filterLeah Neukirchen2017-05-081-0/+1
|
* additionally add LTS kernelLeah Neukirchen2017-05-084-0/+55
|
* add new packages v20161121Christian Neukirchen2016-11-211-0/+14
|
* Merge branch 'master' of https://github.com/voidlinux/void-mkliveChristian Neukirchen2016-11-213-26/+63
|\ | | | | | | | | | | | | | | * 'master' of https://github.com/voidlinux/void-mklive: mkimage.sh.in: odroid-c2: u-boot doesn't understand new ext4 features, disable. mkrootfs.sh.in: fix for odroid-c2. installer.sh.in: fixes and improvements installer.sh.in: change irc channel to be correct
| * mkimage.sh.in: odroid-c2: u-boot doesn't understand new ext4 features, disable.Christian Neukirchen2016-09-241-1/+1
| |
| * mkrootfs.sh.in: fix for odroid-c2.Christian Neukirchen2016-09-241-1/+1
| |
| * Merge pull request #83 from pullmoll/installerJürgen Buchmüller2016-09-091-23/+60
| |\ | | | | | | installer.sh.in: fixes and improvements
| | * installer.sh.in: fixes and improvementsJuergen Buchmueller2016-09-051-23/+60
| |/ | | | | | | | | | | | | + Add INFOBOX() because dialog --infobox is incompatible with --keep-tite on xterm + Use clear after INFOBOX() to not leave irritating info on the screen + Make the live system copy process use a --progressbox + Use a tar pipe to copy from live ISO to target file system
| * installer.sh.in: change irc channel to be correctToyam Cox2016-08-241-1/+1
| |
* | add new packagesChristian Neukirchen2016-09-231-0/+2
| |
* | add new packagesChristian Neukirchen2016-09-041-0/+6
| |
* | grub fix v20160822Christian Neukirchen2016-08-221-1/+1
| |
* | enable serial getty when using serial consoleChristian Neukirchen2016-08-222-0/+13
| |
* | add support for text booting and serial consoleChristian Neukirchen2016-08-223-13/+31
| | | | | | | | Also enable HDT.
* | README.md: document minimum requirements v20160820Christian Neukirchen2016-08-201-0/+5
| |
* | add new packagesChristian Neukirchen2016-08-201-0/+12
| |
* | Merge branch 'master' of https://github.com/voidlinux/void-mkliveChristian Neukirchen2016-08-201-2/+2
|\| | | | | | | | | | | * 'master' of https://github.com/voidlinux/void-mklive: mkimage: typo fix (close #80). mkimage: active first partition (fat32) for bbb and others.
| * mkimage: typo fix (close #80).Juan RP2016-08-111-1/+1
| |
| * mkimage: active first partition (fat32) for bbb and others.Juan RP2016-08-101-2/+2
| | | | | | | | | | | | | | I activated the second partition by accident when the code was changed to use sfdisk. Found and fixed by @pullmoll. Close #80
* | add new packages v20160626Christian Neukirchen2016-06-261-0/+4
| |
* | extra: include a GRUB 2 ISOChristian Neukirchen2016-06-264-0/+7
| | | | | | | | Generated using "grub-mkrescue --compress=xz -o grub2.iso".
* | move xbps-alternatives to mkhrmpf v20160527 v20160427Christian Neukirchen2016-05-272-6/+7
| |
* | add tnftpChristian Neukirchen2016-05-272-2/+4
| |
* | Merge branch 'master' of https://github.com/voidlinux/void-mkliveChristian Neukirchen2016-05-275-24/+252
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of https://github.com/voidlinux/void-mklive: installer.sh.in: add ISO-639 and ISO-3166 tables (#71) mkimage.sh.in: add odroid-c2. mkrootfs.sh.in: add odroid-c2. Add *.iso to .gitignore (#69) mkimage: get rid of parted completely (missed this in previous). dracut/adduser.sh: remove double whitespace from sudoers. mkrootfs: ignore rmdir error output. mkimage: ci20 uboot does not need /boot/vmlinux.img; looks for uImage. mkimage: match any platform (glibc and musl). mkimage: get rid of parted; use sfdisk(8). mkimage: ci20 just needs a single partition and expects the kernel in /vmlinux.img. mkimage: added ci20 platform support (MIPS CI20 Creator). mkrootfs: added ci20 platform support (MIPS CI20 Creator).
| * installer.sh.in: add ISO-639 and ISO-3166 tables (#71)Jürgen Buchmüller2016-05-121-4/+207
| | | | | | | | The locale selection now has user friendly names for language and country. This time without bashisms.
| * mkimage.sh.in: add odroid-c2.Christian Neukirchen2016-05-061-2/+7
| |
| * mkrootfs.sh.in: add odroid-c2.Christian Neukirchen2016-05-041-1/+7
| |
| * Add *.iso to .gitignore (#69)Michael Aldridge2016-05-011-0/+1
| |
| * mkimage: get rid of parted completely (missed this in previous).Juan RP2016-04-291-1/+2
| |
| * dracut/adduser.sh: remove double whitespace from sudoers.Juan RP2016-04-291-1/+1
| | | | | | | | This lets the installer remove the anon rule from etc/sudoers.
| * mkrootfs: ignore rmdir error output.Juan RP2016-04-291-1/+1
| |
| * mkimage: ci20 uboot does not need /boot/vmlinux.img; looks for uImage.Juan RP2016-04-271-1/+0
| |
| * mkimage: match any platform (glibc and musl).Juan RP2016-04-261-4/+4
| |
| * mkimage: get rid of parted; use sfdisk(8).Juan RP2016-04-262-12/+13
| |
| * mkimage: ci20 just needs a single partition and expects the kernel in ↵Juan RP2016-04-261-1/+2
| | | | | | | | /vmlinux.img.
| * mkimage: added ci20 platform support (MIPS CI20 Creator).Juan RP2016-04-261-0/+4
| |
| * mkrootfs: added ci20 platform support (MIPS CI20 Creator).Juan RP2016-04-261-2/+8
| |
* | mkhrmpf.sh: set consoleblank=0.Christian Neukirchen2016-05-271-1/+1
| | | | | | | | We always want to see something when using hrmpf.
* | bsdcpio: provided by bsdtarToyam Cox2016-05-241-1/+0
| | | | | | | | Closes: #3 [via git-merge-pr]
* | include make step in READMEToyam Cox2016-05-241-0/+1
| | | | | | | | Closes: #2 [via git-merge-pr]
* | add new packagesChristian Neukirchen2016-05-241-0/+9
| |
* | add neatviChristian Neukirchen2016-04-221-0/+1
| |
* | add zfs (without module binaries) v20160421Christian Neukirchen2016-04-212-1/+3
| |
* | mklive.sh.in: add unconfigured package list.Christian Neukirchen2016-04-211-1/+8
| |
* | add libressl-netcat v20160420Christian Neukirchen2016-04-202-1/+3
| |
* | burp2: drop.Christian Neukirchen2016-04-201-2/+0
| |
* | vis: conflict with outils.Christian Neukirchen2016-04-201-1/+0
| |
* | sslscan: removed.Christian Neukirchen2016-04-201-1/+0
| |
* | add new packagesChristian Neukirchen2016-04-201-0/+14
| |