Releases: glemsom/dkvm
Releases · glemsom/dkvm
v0.7.17
Full Changelog: v0.7.16...v0.7.17
v0.7.16
Full Changelog: v0.7.15...v0.7.16
v0.7.15
Full Changelog: v0.7.13...v0.7.15
v0.7.13
Changed
- Swapped TTY assignments: DKVM Manager now runs on tty1 (primary) and
dkvmmenu.shruns on tty2 (backup).
v0.7.12
Changed
- Changed
mkisofsto use-iso-level 4for scripts ISO creation, improving compatibility with longer filenames and deeper directory structures. - Improved DKVM Manager injection in
runme.sh: thetty2entry in/etc/inittabis now updated if it already exists instead of blindly appending a duplicate line. - Replaced the warning message for a missing DKVM Manager binary with the standard
err()function for consistent error reporting.