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

``` abby: it would be nice to have a way to bake in the date the installers were created, and if the clock is detected to be before this date...

installer

Can the void installed have options for automated paritioning of the disk (similar to arch linux) as setting up different filesystems like ZFS, BTRFS can become tiring and also backup...

installer

[Using static XBPS](https://docs.voidlinux.org/xbps/troubleshooting/static.html) from a foreign distro such as Ubuntu or Arch causes the process to get stuck (no new output without finishing script after 20 minutes) towards the end,...

bug
help wanted

Not sure which project to put this in, so move it if necessary ... Perhaps you'd like to add a `loopback.cfg` to the live iso. That way, various tools can...

enhancement
help wanted
good first issue

I know this board really lacks in community and documentation around it - I would love to see it supported here. It's a powerful board, and I really like the...

enhancement
help wanted

during installation, there's an option to create a regular user (and password) The interface accepts short passwords without errors. Later, in the "install" step, the installer complains there are no...

mklive.sh uses `du -sh` which takes compression of the filesystem (e.g. on ZFS) into account. This makes the number unreliable. Prefer `du -bh`.

bug

### Is this a new report? Yes ### System Info n/a ### Package(s) Affected n/a ### Does a report exist for this bug with the project's home (upstream) and/or another...

bug

The current `mount_pseudofs()` and `umount_psuedofs()` functions don't always allow umount to work properly. The following errors are resolved by using the `mount_pseudofs()` and `umount_psuedofs()` functions from lib.sh. The current functions...