Skip to content

Commit

Permalink
Updated the default password (#27)
Browse files Browse the repository at this point in the history
* Updated the default password

* Removed the to-do comment
  • Loading branch information
dack-fe authored Jan 28, 2021
1 parent 717ec49 commit 768e647
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions rootfs/setup_rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,9 @@ curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin
echo
echo "setting up user account..."
echo

# setup our root user
# TODO: we really should not be using root for everything
# we should create a normal user and disable the root account,
# or at least give it a strong password...
echo "root:root" | chpasswd
echo "root:frost1234" | chpasswd

# we're done; exit the chroot
echo "done setting up rootfs..."
Expand Down

0 comments on commit 768e647

Please sign in to comment.