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