systemrescue-zfs/airootfs/etc/systemd/scripts
Gerd v. Egidy cecd6946ff sysrescue-autorun: improve type casting for booleans
The recently implemented type casting code doesn't work intuitively for
booleans: for example it treats a string "0" as False and doesn't show
an error message for it. So the user might be unaware of this.

So add a dedicated conversion function for booleans.

Also add checks for conversions from dicts and lists, forbid to cast them
to strings because that is most probably not what the user wants.
2022-05-22 15:49:10 +02:00
..
choose-mirror SystemRescueCd-6.0.0 2019-02-02 11:22:52 +00:00
sysrescue-autorun sysrescue-autorun: improve type casting for booleans 2022-05-22 15:49:10 +02:00
sysrescue-initialize.py sysrescue-initialize.py: Ensure the values given in the config file have the correct types 2022-05-22 15:43:10 +02:00