Skip to content

Commit

Permalink
Change password on barebone
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbakken committed May 11, 2024
1 parent ea37791 commit 4b02721
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions armbian/customize-image-barebone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,13 @@ post_build() {
apt install -y "$ADD_PACKAGE_LIST"
}

prep_install() {
echo root:temppwd | chpasswd
}

echo "🍰 Rebuild starting..."

prep_install
add_overlays
post_build

Expand Down

0 comments on commit 4b02721

Please sign in to comment.