about summary refs log tree commit diff
path: root/grub
Commit message (Collapse)AuthorAgeFilesLines
* additionally add LTS kernelLeah Neukirchen2017-05-081-0/+29
|
* grub fix v20160822Christian Neukirchen2016-08-221-1/+1
|
* add support for text booting and serial consoleChristian Neukirchen2016-08-221-2/+12
| | | | Also enable HDT.
* mklive: add a new entry to load image into RAM (grub, syslinux).Juan RP2015-04-291-0/+9
|
* mklive: force-add init=/sbin/init to the kernel cmdline for now.Juan RP2014-09-201-1/+1
|
* mklive: added -C and -T to append kernel cmdline args and modify bootloader ↵Juan RP2014-09-181-2/+3
| | | | | | title. Requested by pancake.
* mklive: switch to xz initramfs; misc tweaks.Juan RP2014-05-231-1/+1
|
* mklive: improved to avoid host deps; use our own pkgs to generate images.Juan RP2014-05-221-1/+1
| | | | | | | | | | | | | | | | | | | That means that mklive just needs xbps to generate working images. Usage: mklive.sh [options] Options: -r <repo-url> Use this XBPS repository (may be specified multiple times). -c <cachedir> Use this XBPS cache directory (/var/cache/xbps if unset). -k <keymap> Default keymap to use (us if unset) -l <locale> Default locale to use (en_US.UTF-8 if unset). -i <gzip|bzip2|xz> Compression type for the initramfs image (gzip if unset). -s <gzip|bzip2|xz> Compression type for the squashfs image (xz if unset) -o <file> Output file name for the ISO image (auto if unset). -p "pkg pkgN ..." Install additional packages into the ISO image. The mklive.sh script generates a live image of the Void Linux distribution. This ISO image can be written to a CD/DVD-ROM or any USB stick.
* vmklive: drop locale.LANG from kernel cmdline, it's always set to en_US.UTF-8.Juan RP2013-11-141-1/+1
|
* Set locale.LANG in grub/syslinux config.Juan RP2013-05-211-1/+1
|
* Update grub/isolinux kernel cmdline: remove useless args.Juan RP2013-05-201-2/+2
|
* grub/grub_void.cfg.in: add missing ')' that broke configuration.Juan RP2013-05-191-1/+1
|
* Multiple updates and fixes; needs bash and xbps>=0.21.Juan RP2013-03-111-1/+1
|
* Revamped to support EFI booting via grub2.Juan RP2012-07-062-0/+51