Limit old suite workaround The workaround for https://github.com/go-debos/debos/issues/361 that was applied in https://github.com/go-debos/debos/commit/b3c1f76bcc1dbd55fef584b8ddbda33f12733116 breaks recipes for bookworm and newer.
(cherry picked from commit 18998ffaf78321e111d9823b3180eca3fa4593f6)
doc/examples: Don't wait for user to enter password The example user setup script calls adduser which in turn calls passwd to ask the user for a password; which waits indefinitely for user input. Since we set the password noninteractively, disable adduser from asking the user to set a password.
(cherry picked from commit c8c5075853aab9e1ac6ae07a3a7c2b070aa38a62)