mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-21 06:03:41 +00:00
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. |
||
|---|---|---|
| .. | ||
| initcpio | ||
| iptables | ||
| modprobe.d | ||
| profile.d | ||
| skel | ||
| sysctl.d | ||
| systemd | ||
| X11/xinit | ||
| xdg/menus | ||
| fstab | ||
| hostname | ||
| issue | ||
| locale.conf | ||
| machine-id | ||
| nanorc | ||
| os-release | ||
| pacman-rolling.conf | ||
| pacman-snapshot.conf | ||
| vconsole.conf | ||