From eecfa6f6bd142938c237a998566289edc11c8fbb Mon Sep 17 00:00:00 2001 From: GNU Date: Tue, 16 Aug 2022 18:46:23 +0800 Subject: [PATCH] Updated Create DevTerm A06 OS image from scratch (markdown) --- Create-DevTerm-A06-OS-image-from-scratch.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Create-DevTerm-A06-OS-image-from-scratch.md b/Create-DevTerm-A06-OS-image-from-scratch.md index 6c55a46..982476f 100644 --- a/Create-DevTerm-A06-OS-image-from-scratch.md +++ b/Create-DevTerm-A06-OS-image-from-scratch.md @@ -74,6 +74,11 @@ bootlogo=false extraargs= fbcon=rotate:1 ... ``` +### run password wizard +``` +sh /etc/profile.d/armbian-check-first-login.sh +``` +set **root** password,create default user **cpi** with password **cpi** ### autologin ``` @@ -115,11 +120,7 @@ sudo apt install -y arandr chromium-browser vlc cpupower-gui xfce4-power-manager ``` ### /etc/default/apport `enable=0` -### run password wizard -``` -sh /etc/profile.d/armbian-check-first-login.sh -``` -set **root** password,create default user **cpi** with password **cpi** + # Quit Chroot ```