systemrescue-zfs/airootfs
Gerd v. Egidy 36dc530a50 Properly cast floats to booleans in sysrescue-autorun and sysrescue-initialize.py
When the lua script parses the YAML config, it converts a `1` to `1.0` because in
lua all numbers are floats. So it writes out `1.0`, which is then loaded by the
python scripts later. Make the type conversion for booleans aware of this.

This allows to write something like `ar_disable: 1` in the YAML and have it
acted upon as expected.
2022-05-22 21:14:01 +02:00
..
etc Properly cast floats to booleans in sysrescue-autorun and sysrescue-initialize.py 2022-05-22 21:14:01 +02:00
opt/firefox-esr improve Firefox default settings 2022-01-01 12:50:09 +01:00
root Merge branch 'workspace-count' into 'main' 2022-05-09 11:30:15 +00:00
usr implement handling of serial consoles for autoterminal 2022-05-12 22:53:57 +02:00