From a09b9238a1872dc4009be94e6107d2c6728730f9 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Sun, 30 Apr 2023 14:13:52 +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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debootstrap_minimal_dekstop_from_scratch.md b/debootstrap_minimal_dekstop_from_scratch.md index 5d8d64b..c3a72aa 100644 --- a/debootstrap_minimal_dekstop_from_scratch.md +++ b/debootstrap_minimal_dekstop_from_scratch.md @@ -10,4 +10,7 @@ Howto `debootstra` a bare minimal Debian Desktop from scratch - `for m in dev proc sys ; do mount /$m /mnt/$m ; done` - chroot into the new environment and run bash - `chroot /mnt/ /bin/bash` -- \ No newline at end of file +- 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