Skip to content

Releases: glemsom/dkvm

v0.7.17

04 May 19:33

Choose a tag to compare

v0.7.16

04 May 14:31

Choose a tag to compare

Full Changelog: v0.7.15...v0.7.16

v0.7.15

03 May 05:52

Choose a tag to compare

Full Changelog: v0.7.13...v0.7.15

v0.7.13

02 May 06:45

Choose a tag to compare

Changed

  • Swapped TTY assignments: DKVM Manager now runs on tty1 (primary) and dkvmmenu.sh runs on tty2 (backup).

v0.7.12

30 Apr 21:05

Choose a tag to compare

Changed

  • Changed mkisofs to use -iso-level 4 for scripts ISO creation, improving compatibility with longer filenames and deeper directory structures.
  • Improved DKVM Manager injection in runme.sh: the tty2 entry in /etc/inittab is 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.