„debootstrap_minimal_dekstop_from_scratch.md“ ändern
This commit is contained in:
parent
9889b12c4d
commit
a09b9238a1
1 changed files with 4 additions and 1 deletions
|
@ -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`
|
- `for m in dev proc sys ; do mount /$m /mnt/$m ; done`
|
||||||
- chroot into the new environment and run bash
|
- chroot into the new environment and run bash
|
||||||
- `chroot /mnt/ /bin/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`
|
Loading…
Reference in a new issue