We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c269b61 commit fc693b3Copy full SHA for fc693b3
config/rootfs-overlay/etc/rcS.d/S98setup
@@ -3,7 +3,7 @@
3
case "$1" in
4
start)
5
# If the user already exists this won't cause any problems
6
- adduser user --disabled-password
+ adduser user --disabled-password 2>/dev/null
7
8
mkdir -p /shared
9
mount -t 9p -o trans=virtio,version=9p2000.L shared /shared
0 commit comments