diff --git a/debootstrap_minimal_dekstop_from_scratch.md b/debootstrap_minimal_dekstop_from_scratch.md index 56a344c..d0dd33a 100644 --- a/debootstrap_minimal_dekstop_from_scratch.md +++ b/debootstrap_minimal_dekstop_from_scratch.md @@ -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` \ No newline at end of file