Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add new packages v20170508 | Leah Neukirchen | 2017-05-08 | 1 | -2/+18 |
| | |||||
* | mkhrmpf.sh: enable xz BCJ filter | Leah Neukirchen | 2017-05-08 | 1 | -0/+1 |
| | |||||
* | additionally add LTS kernel | Leah Neukirchen | 2017-05-08 | 4 | -0/+55 |
| | |||||
* | add new packages v20161121 | Christian Neukirchen | 2016-11-21 | 1 | -0/+14 |
| | |||||
* | Merge branch 'master' of https://github.com/voidlinux/void-mklive | Christian Neukirchen | 2016-11-21 | 3 | -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 Neukirchen | 2016-09-24 | 1 | -1/+1 |
| | | |||||
| * | mkrootfs.sh.in: fix for odroid-c2. | Christian Neukirchen | 2016-09-24 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #83 from pullmoll/installer | Jürgen Buchmüller | 2016-09-09 | 1 | -23/+60 |
| |\ | | | | | | | installer.sh.in: fixes and improvements | ||||
| | * | installer.sh.in: fixes and improvements | Juergen Buchmueller | 2016-09-05 | 1 | -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 correct | Toyam Cox | 2016-08-24 | 1 | -1/+1 |
| | | |||||
* | | add new packages | Christian Neukirchen | 2016-09-23 | 1 | -0/+2 |
| | | |||||
* | | add new packages | Christian Neukirchen | 2016-09-04 | 1 | -0/+6 |
| | | |||||
* | | grub fix v20160822 | Christian Neukirchen | 2016-08-22 | 1 | -1/+1 |
| | | |||||
* | | enable serial getty when using serial console | Christian Neukirchen | 2016-08-22 | 2 | -0/+13 |
| | | |||||
* | | add support for text booting and serial console | Christian Neukirchen | 2016-08-22 | 3 | -13/+31 |
| | | | | | | | | Also enable HDT. | ||||
* | | README.md: document minimum requirements v20160820 | Christian Neukirchen | 2016-08-20 | 1 | -0/+5 |
| | | |||||
* | | add new packages | Christian Neukirchen | 2016-08-20 | 1 | -0/+12 |
| | | |||||
* | | Merge branch 'master' of https://github.com/voidlinux/void-mklive | Christian Neukirchen | 2016-08-20 | 1 | -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 RP | 2016-08-11 | 1 | -1/+1 |
| | | |||||
| * | mkimage: active first partition (fat32) for bbb and others. | Juan RP | 2016-08-10 | 1 | -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 v20160626 | Christian Neukirchen | 2016-06-26 | 1 | -0/+4 |
| | | |||||
* | | extra: include a GRUB 2 ISO | Christian Neukirchen | 2016-06-26 | 4 | -0/+7 |
| | | | | | | | | Generated using "grub-mkrescue --compress=xz -o grub2.iso". | ||||
* | | move xbps-alternatives to mkhrmpf v20160527 v20160427 | Christian Neukirchen | 2016-05-27 | 2 | -6/+7 |
| | | |||||
* | | add tnftp | Christian Neukirchen | 2016-05-27 | 2 | -2/+4 |
| | | |||||
* | | Merge branch 'master' of https://github.com/voidlinux/void-mklive | Christian Neukirchen | 2016-05-27 | 5 | -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üller | 2016-05-12 | 1 | -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 Neukirchen | 2016-05-06 | 1 | -2/+7 |
| | | |||||
| * | mkrootfs.sh.in: add odroid-c2. | Christian Neukirchen | 2016-05-04 | 1 | -1/+7 |
| | | |||||
| * | Add *.iso to .gitignore (#69) | Michael Aldridge | 2016-05-01 | 1 | -0/+1 |
| | | |||||
| * | mkimage: get rid of parted completely (missed this in previous). | Juan RP | 2016-04-29 | 1 | -1/+2 |
| | | |||||
| * | dracut/adduser.sh: remove double whitespace from sudoers. | Juan RP | 2016-04-29 | 1 | -1/+1 |
| | | | | | | | | This lets the installer remove the anon rule from etc/sudoers. | ||||
| * | mkrootfs: ignore rmdir error output. | Juan RP | 2016-04-29 | 1 | -1/+1 |
| | | |||||
| * | mkimage: ci20 uboot does not need /boot/vmlinux.img; looks for uImage. | Juan RP | 2016-04-27 | 1 | -1/+0 |
| | | |||||
| * | mkimage: match any platform (glibc and musl). | Juan RP | 2016-04-26 | 1 | -4/+4 |
| | | |||||
| * | mkimage: get rid of parted; use sfdisk(8). | Juan RP | 2016-04-26 | 2 | -12/+13 |
| | | |||||
| * | mkimage: ci20 just needs a single partition and expects the kernel in ↵ | Juan RP | 2016-04-26 | 1 | -1/+2 |
| | | | | | | | | /vmlinux.img. | ||||
| * | mkimage: added ci20 platform support (MIPS CI20 Creator). | Juan RP | 2016-04-26 | 1 | -0/+4 |
| | | |||||
| * | mkrootfs: added ci20 platform support (MIPS CI20 Creator). | Juan RP | 2016-04-26 | 1 | -2/+8 |
| | | |||||
* | | mkhrmpf.sh: set consoleblank=0. | Christian Neukirchen | 2016-05-27 | 1 | -1/+1 |
| | | | | | | | | We always want to see something when using hrmpf. | ||||
* | | bsdcpio: provided by bsdtar | Toyam Cox | 2016-05-24 | 1 | -1/+0 |
| | | | | | | | | Closes: #3 [via git-merge-pr] | ||||
* | | include make step in README | Toyam Cox | 2016-05-24 | 1 | -0/+1 |
| | | | | | | | | Closes: #2 [via git-merge-pr] | ||||
* | | add new packages | Christian Neukirchen | 2016-05-24 | 1 | -0/+9 |
| | | |||||
* | | add neatvi | Christian Neukirchen | 2016-04-22 | 1 | -0/+1 |
| | | |||||
* | | add zfs (without module binaries) v20160421 | Christian Neukirchen | 2016-04-21 | 2 | -1/+3 |
| | | |||||
* | | mklive.sh.in: add unconfigured package list. | Christian Neukirchen | 2016-04-21 | 1 | -1/+8 |
| | | |||||
* | | add libressl-netcat v20160420 | Christian Neukirchen | 2016-04-20 | 2 | -1/+3 |
| | | |||||
* | | burp2: drop. | Christian Neukirchen | 2016-04-20 | 1 | -2/+0 |
| | | |||||
* | | vis: conflict with outils. | Christian Neukirchen | 2016-04-20 | 1 | -1/+0 |
| | | |||||
* | | sslscan: removed. | Christian Neukirchen | 2016-04-20 | 1 | -1/+0 |
| | | |||||
* | | add new packages | Christian Neukirchen | 2016-04-20 | 1 | -0/+14 |
| | |