From b3eedbf54cd0ab75adca463883f4530dd35f9f0e Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Sun, 30 Apr 2023 14:20:25 +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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debootstrap_minimal_dekstop_from_scratch.md b/debootstrap_minimal_dekstop_from_scratch.md index 1b9c814..ca7816f 100644 --- a/debootstrap_minimal_dekstop_from_scratch.md +++ b/debootstrap_minimal_dekstop_from_scratch.md @@ -13,4 +13,8 @@ Howto `debootstrap` a bare minimal Debian Desktop from scratch - give the machine a good hostname - `echo mycrazyhostname > /etc/hostname` - install basic stuff, like linux kernel, grub and networking-scripts -- `apt update ; apt install linux-image-generic grub-pc ifupdown man console-data locales` \ No newline at end of file +- `apt update ; apt install linux-image-generic grub-pc ifupdown man console-data locales` +- do locales settings +- `dpkg-reconfigure locales` +- install X-Server and window manager +- `apt install --no-install-recommends xserver-xorg jwm xdm xterm` \ No newline at end of file