From 918838e5ee44574842d855978c96dc7adba12a6d Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Sun, 30 Apr 2023 14:04:17 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Edebootstrap=5Fminimal=5Fdekstop=5Ffrom?= =?UTF-8?q?=5Fscratch.md=E2=80=9C=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debootstrap_minimal_dekstop_from_scratch.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 debootstrap_minimal_dekstop_from_scratch.md diff --git a/debootstrap_minimal_dekstop_from_scratch.md b/debootstrap_minimal_dekstop_from_scratch.md new file mode 100644 index 0000000..50dca59 --- /dev/null +++ b/debootstrap_minimal_dekstop_from_scratch.md @@ -0,0 +1,8 @@ +Howto `debootstra` a bare minimal Debian Desktop from scratch +============================================================= + +1. partitioning and filesystem + 1. create a root partition and swap partition + 2. `mkfs.ext4` and `mkswap` +2. run debootstrap + - `debootstrap bullseye /mnt/ http://ftp.de.debian.org/debian` \ No newline at end of file