void-mklive
void-mklive copied to clipboard
The Void Linux live image maker
https://github.com/void-linux/void-docs/issues/692 https://github.com/void-linux/void-runit/pull/40
Hello all together, here are some more improvements. Don't know if they are wanted by any users but I've had wished they already existed for my purposes. This request adds...
Hello together, found some issues with the DONE variables if the installation process is aborted and resumed afterwards. The following fixes can help to improve the installation process, especially the...
For f2fs, set fs_passno also to 0 if not a root filesystem. For btrfs and xfs, set fs_passno to 0 in all cases. See fsck.btrfs(8) and fsck.xfs(8) for more information....
This adds an option to set the default shell of the `root` user and documents the `live.shell` kernel option. I know that a similar change has already been closed (#99)....
This is a quick modification to the installer script that automatically creates `@` subvolumes on BTRFS partitions. I mentioned in my issue (#205) that `zstd` compression could (and should) be...
The installer was originally written when the dhcpcd wpa_supplicant hook was enabled. In early 2019, the hook was disabled and it appears that the installer has been unable to configure...
when using void-installer and using static network setting it seems like the gateway doesn't get set properly. I traced it down to this line in the installer https://github.com/void-linux/void-mklive/blob/95e305c4611705838d35773ac6404caa80b40400/installer.sh.in#L927 shouldn't that...