void-mklive
void-mklive copied to clipboard
The Void Linux live image maker
Hi, I added bootloader's signing functionality. I needed that so i though to create a merge request. Pratically, i added two options: -d and -t. -d to set key file....
Hello, When I used `live.autologin` kernel option I noticed that, by default, it enables auto login for default user (`anon`), but even after installation, the auto login is still for...
Somewhat related to #131 from what I've seen but doesn't seem to be entirely the same issue: So I migrated to Void a few days ago and so far am...
I am trying to do a custom chroot install of void on my laptop, and I want keyboard to be cz-qwertz however if I set keyboard layout as cz-qwertz (which...
The void installer (void-live-x86_64-20191109-enlightenment.iso) has graphical bits that failed on my desktop/monitor. After selecting either entry from Grub (void or void RAM), about 2/3 of my screen was the void...
When installing `dkms` on Raspberry Pis with aarch64 architecture, `linux-headers` gets pulled as a dependency, but `rpi-kernel-headers` should be used instead. There are a few possible solutions: 1. remove `dkms`...
Live images should: - include the `void-docs` package - potentially include the `void-docs-browse` package as well - have a note in `motd` about accessing void-docs This can be a big...
The custom kernel version option `-v linux` is not working as expected. To use the linux-lts package, I had to pass `-p linux4.14` and `-v linux4.14`. Is this expected?
When I specify I want linux5.6 using the `-v` option, everything works as expected, but the default 5.4 kernel is still downloaded and installed. 5.4's headers are installed too, but...
- All other distributions with command-line installers (Arch, Gentoo, and Alpine) log in automatically by default. - The username and password are already hardcoded, so there is no possible use...