From 47fdd5d5fdb9285ebe368a2c861d13876f7c766c Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Sun, 30 Apr 2023 14:23:40 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Edebootstrap=5Fminimal=5Fdekstop=5Ffrom?= =?UTF-8?q?=5Fscratch.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debootstrap_minimal_dekstop_from_scratch.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debootstrap_minimal_dekstop_from_scratch.md b/debootstrap_minimal_dekstop_from_scratch.md index 56a344c..d0dd33a 100644 --- a/debootstrap_minimal_dekstop_from_scratch.md +++ b/debootstrap_minimal_dekstop_from_scratch.md @@ -20,4 +20,8 @@ Howto `debootstrap` a bare minimal Debian Desktop from scratch - `apt install --no-install-recommends xserver-xorg jwm xdm xterm` - ensure grub is installed - `grub-install /dev/sdXY ; update-grub` +- set root password +- `passwd root` +- create a user +- `adduser coolusername` - `reboot` \ No newline at end of file