From 4b02721e28457ae6bdc64c319cf0cc3cc07c9c1e Mon Sep 17 00:00:00 2001 From: Elias Bakken Date: Sat, 11 May 2024 15:38:39 +0200 Subject: [PATCH] Change password on barebone --- armbian/customize-image-barebone.sh | 5 +++++ 1 file changed, 5 insertions(+) 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