diff --git a/armbian/customize-image-barebone.sh b/armbian/customize-image-barebone.sh index 1c60a79..c41003d 100644 --- a/armbian/customize-image-barebone.sh +++ b/armbian/customize-image-barebone.sh @@ -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