author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-06-23 13:07:56 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-06-23 13:07:56 UTC |
parent | f856c3965fb022f7af6155684cdff23a4bd56ae5 |
exec-initial.sh | +3 | -0 |
diff --git a/exec-initial.sh b/exec-initial.sh index 3cc072f..75fb21a 100755 --- a/exec-initial.sh +++ b/exec-initial.sh @@ -26,6 +26,9 @@ userdel builder 2>/dev/null || true # Add the builder user useradd -U -G users,wheel -u 2000 -m builder +# The root user could use the skel files, too. +cp /etc/skel/.bash* /root/ + # Null out the passwords passwd -d root passwd -d builder