„debootstrap_minimal_dekstop_from_scratch.md“ ändern

This commit is contained in:
DeltaLima 2023-04-30 14:23:00 +02:00
parent b3eedbf54c
commit 841e76a760
1 changed files with 4 additions and 1 deletions

View File

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