void-mklive icon indicating copy to clipboard operation
void-mklive copied to clipboard

The Void Linux live image maker

Results 100 void-mklive issues
Sort by recently updated
recently updated
newest added

It seems that at least for some of the ISOs with desktop environment there is not enough free space, inodes, whatever to make `build-live-images.sh` create usable output. Here's a screenshot...

Lots of discussion has been had about broken polkit in Void linux. I decided to try to get to the bottom of it and have found the issues. LXDM is...

https://forum.voidlinux.org/t/solved-void-installer-issue-chpasswd-cannot-determine-your-user-name/6866 at the end after ‘Executing post-install kernal hook: 20-dracut …’ I receive the following chpasswd: Cannot determine your user name useradd: group '100' does not exist useradd: the GROUP~...

All information related to the testing of the 20221001 image set should be in this thread.

Based on https://github.com/void-linux/void-packages/pull/39796 and tested. ``` xi -S qemu-user-static lz4 xz doas ./mkrootfs.sh aarch64 doas ./mkplatformfs.sh -r ../void-packages/hostdir/binpkgs/asahi/ asahi void-aarch64-ROOTFS-20220916.tar.xz doas ./mkimage.sh void-asahi-PLATFORMFS-20220916.tar.xz doas xz -d void-asahi-20220916.img.xz doas dd if=void-asahi-20220916.img...

Any plans to eventually support FriendlyElec NanoPi SBCs? They're quite popular. https://github.com/void-linux/void-mklive/blob/master/mkimage.sh.in#L120

Pretty self explanatory. If I dont want to enable some services which would be enabled by default (elogind, polkit), I can disable them with `-D "elogind polkit"` I'm not sure...

```sh validate_useraccount() { # don't check that USERNAME has been set because it can be empty local USERLOGIN=$(get_option USERLOGIN) local USERPASSWORD=$(get_option USERPASSWORD) local USERGROUPS=$(get_option USERGROUPS) if [ -n "$USERLOGIN" ]...

installer

Very WIP, I am opening a PR here just to track the progress. TODO: - [ ] include base system xbps cache and let installer with the local source use...