„debootstrap_minimal_dekstop_from_scratch.md“ ändern
This commit is contained in:
parent
a96a6a4e6b
commit
b3eedbf54c
1 changed files with 5 additions and 1 deletions
|
@ -13,4 +13,8 @@ Howto `debootstrap` a bare minimal Debian Desktop from scratch
|
|||
- 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`
|
||||
- `apt update ; apt install linux-image-generic grub-pc ifupdown man console-data locales`
|
||||
- do locales settings
|
||||
- `dpkg-reconfigure locales`
|
||||
- install X-Server and window manager
|
||||
- `apt install --no-install-recommends xserver-xorg jwm xdm xterm`
|
Loading…
Reference in a new issue