„debootstrap_minimal_dekstop_from_scratch.md“ ändern

This commit is contained in:
DeltaLima 2023-04-30 14:13:52 +02:00
parent 9889b12c4d
commit a09b9238a1
1 changed files with 4 additions and 1 deletions

View File

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