From 2d1f1697b9d842ecd1d3c6507a70d2468f1652e4 Mon Sep 17 00:00:00 2001 From: GNU Date: Tue, 16 Aug 2022 19:14:53 +0800 Subject: [PATCH] Updated Create DevTerm A06 OS image from scratch (markdown) --- Create-DevTerm-A06-OS-image-from-scratch.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Create-DevTerm-A06-OS-image-from-scratch.md b/Create-DevTerm-A06-OS-image-from-scratch.md index 982476f..5452254 100644 --- a/Create-DevTerm-A06-OS-image-from-scratch.md +++ b/Create-DevTerm-A06-OS-image-from-scratch.md @@ -56,6 +56,13 @@ sudo chroot . ``` ## Inside Chroot +### Run password wizard +``` +sh /etc/profile.d/armbian-check-first-login.sh +``` +set **root** password,create default user **cpi** with password **cpi** + +### Install devterm software ``` sudo apt update sudo apt install curl wget -y @@ -74,11 +81,7 @@ 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 ```