Closed runlevel5 closed 3 years ago
Since I can't easily do fallback at creation time, I've added a shell field to nodes.yaml which allows admins to select a non-default shell for exceptional cases. I have a MIPS (OpenWRT) node that fits the bill, where users will default to /bin/ash.
shell
nodes.yaml
/bin/ash
Since I can't easily do fallback at creation time, I've added a
shell
field tonodes.yaml
which allows admins to select a non-default shell for exceptional cases. I have a MIPS (OpenWRT) node that fits the bill, where users will default to/bin/ash
.