„debootstrap_minimal_dekstop_from_scratch.md“ ändern

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

View File

@ -20,4 +20,8 @@ Howto `debootstrap` a bare minimal Debian Desktop from scratch
- `apt install --no-install-recommends xserver-xorg jwm xdm xterm`
- ensure grub is installed
- `grub-install /dev/sdXY ; update-grub`
- set root password
- `passwd root`
- create a user
- `adduser coolusername`
- `reboot`