about summary refs log tree commit diff
path: root/isolinux
Commit message (Collapse)AuthorAgeFilesLines
* additionally add LTS kernelLeah Neukirchen2017-05-081-0/+12
|
* add support for text booting and serial consoleChristian Neukirchen2016-08-221-10/+14
| | | | Also enable HDT.
* extra: include a GRUB 2 ISOChristian Neukirchen2016-06-261-0/+5
| | | | Generated using "grub-mkrescue --compress=xz -o grub2.iso".
* use memtest86+ from official iso.Christian Neukirchen2015-10-091-3/+5
|
* isolinux.cfg.in: add extras.Christian Neukirchen2015-10-091-4/+19
|
* Merge remote-tracking branch 'origin/master'Christian Neukirchen2015-10-091-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. ...
| * mklive: add a new entry to load image into RAM (grub, syslinux).Juan RP2015-04-291-0/+4
| |
* | add memtest86+Christian Neukirchen2014-11-041-0/+3
| |
* | add load to ramChristian Neukirchen2014-11-041-0/+4
|/
* 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/+2
| | | | | | title. Requested by pancake.
* Move splash image and motd to data/; this way those can be overrided easily.Juan RP2014-09-181-0/+0
| | | | Close #9
* 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.
* mklive: avoid void-{artwork,mklive} dependencies on system.Juan RP2014-04-231-0/+0
| | | | | I'm starting to make the scripts distro independent; this is just the first step.
* 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-1/+1
|
* isolinux/isolinux.cfg.in: fix booting from first hd with syslinux>=5.Juan RP2013-04-281-1/+2
|
* Multiple updates and fixes; needs bash and xbps>=0.21.Juan RP2013-03-111-1/+1
|
* Update for new dracut (rd.liveimg) and /usr switch.Juan RP2012-08-291-1/+1
|
* isolinux.cfg.in: don't use multiline strings.Juan RP2012-07-061-3/+1
|
* Revamped to support EFI booting via grub2.Juan RP2012-07-061-0/+31