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 14fa9f7 commit cda6b41Copy full SHA for cda6b41
autoinstall.yaml
@@ -120,7 +120,7 @@ autoinstall:
120
121
# Generate SSH key
122
- curtin in-target --target=/target -- bash -c '
123
- USERNAME=$(getent passwd 1000 | cut -d':' -f1);
+ USERNAME=$(getent passwd 1000 | cut -d\':\' -f1);
124
USER_HOME="/home/$USERNAME";
125
echo "Detected user $USERNAME";
126
if [ -d "$USER_HOME" ]; then
0 commit comments