„debootstrap_minimal_dekstop_from_scratch.md“ ändern
This commit is contained in:
parent
b3eedbf54c
commit
841e76a760
1 changed files with 4 additions and 1 deletions
|
@ -17,4 +17,7 @@ Howto `debootstrap` a bare minimal Debian Desktop from scratch
|
|||
- do locales settings
|
||||
- `dpkg-reconfigure locales`
|
||||
- install X-Server and window manager
|
||||
- `apt install --no-install-recommends xserver-xorg jwm xdm xterm`
|
||||
- `apt install --no-install-recommends xserver-xorg jwm xdm xterm`
|
||||
- ensure grub is installed
|
||||
- `grub-install /dev/sdXY ; update-grub`
|
||||
- `reboot`
|
Loading…
Reference in a new issue