From 33619868a0e3f7b1a3282fd81d47952e7204a409 Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Thu, 12 Sep 2019 19:20:39 +0100 Subject: [PATCH] Update ubuntu-installation.md --- docs/ubuntu-installation.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/docs/ubuntu-installation.md b/docs/ubuntu-installation.md index 4f379a53..53dfa7de 100644 --- a/docs/ubuntu-installation.md +++ b/docs/ubuntu-installation.md @@ -37,18 +37,16 @@ export OVERWRITE='.;https://github.com/xpetit/custom.git' ## OS configuration -Run a terminal and type : +Run a terminal and type these commands : -```console -student@ubuntu:~$ unset HISTFILE -student@ubuntu:~$ sudo apt-get -y install curl -student@ubuntu:~$ bash <(curl -sSL raw.githubusercontent.com/01-edu/public/master/scripts/kickstart.sh) -[...] -Ask for student user password (will be removed later) -[...] -Long installation/configuration process then reboots +```shell +unset HISTFILE +sudo apt-get -y install curl +bash <(curl -sSL raw.githubusercontent.com/01-edu/public/master/scripts/kickstart.sh) ``` +The script will ask for student user password (which will be deleted after) and then after a long configuration process it will restart the computer. + The system is now read-only, every data is written to a temporary partition. The session is password-less.