`pmbootstrap config <name> False` does not work
- You can
pmbootstrap config ssh_keys True
but you can'tpmbootstrap config ssh_keys False
. - Likewise, you can
pmbootstrap config sudo_timer True
but you can'tpmbootstrap config sudo_timer False
. - In fact, you can't
False
anyTrue
usingpmbootstrap config
. But you canTrue
anyFalse
. - You can
pmbootstrap config -r ssh_keys
toFalse
it. But only because its default value isFalse
. - But you are never able to
False
build_pkgs_on_install
usingpmbootstrap config
because its default value isTrue
.
Don't let it deceive you, though. It will dutifully report:
$ pmbootstrap config ssh_keys False
[21:06:55] Config changed: ssh_keys='False'
But a pmbootstrap config
will reveal its lie.