„debootstrap_minimal_dekstop_from_scratch.md“ hinzufügen

This commit is contained in:
DeltaLima 2023-04-30 14:04:17 +02:00
parent 07de0dd66c
commit 918838e5ee
1 changed files with 8 additions and 0 deletions

View File

@ -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`