diff --git a/debootstrap_minimal_dekstop_from_scratch.md b/debootstrap_minimal_dekstop_from_scratch.md index 5d8d64b..c3a72aa 100644 --- a/debootstrap_minimal_dekstop_from_scratch.md +++ b/debootstrap_minimal_dekstop_from_scratch.md @@ -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` -- \ No newline at end of file +- 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` \ No newline at end of file