grml / grml-terminalserver

terminalserver for Grml
4 stars 1 forks source link

grml-terminalserver setup is broken when booting with toram #5

Open mika opened 5 years ago

mika commented 5 years ago

When booting a Grml system with the toram boot option, this causes the booted system to end up with an incomplete rootfs from grml-terminalserver's perspective. As we noticed today during a troubleshooting session the generated configuration fails hard from several different angles (dummy entries in generated configs, missing syslinux *.c32 files, un-replaced variables like %SQUASHFS_NAME% or so).

We either manage to fix this by handling this in grml-terminalserver's code, or we check for this situation and fail hard to avoid surprises for the user.

/cc @jkirk