diff --git a/debootstrap_minimal_dekstop_from_scratch.md b/debootstrap_minimal_dekstop_from_scratch.md index 50dca59..6b4824c 100644 --- a/debootstrap_minimal_dekstop_from_scratch.md +++ b/debootstrap_minimal_dekstop_from_scratch.md @@ -1,8 +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 +- partitioning and filesystem +- create a root partition and swap partition +- `mkfs.ext4` and `mkswap` +- run debootstrap +- `debootstrap bullseye /mnt/ http://ftp.de.debian.org/debian` \ No newline at end of file