systemrescue-zfs/airootfs/etc/systemd/scripts
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
..
choose-mirror SystemRescueCd-6.0.0 2019-02-02 11:22:52 +00:00
sysrescue-autorun Properly cast floats to booleans in sysrescue-autorun and sysrescue-initialize.py 2022-05-22 21:14:01 +02:00
sysrescue-initialize.py Properly cast floats to booleans in sysrescue-autorun and sysrescue-initialize.py 2022-05-22 21:14:01 +02:00