diff --git a/readme.md b/readme.md index 6c72ab5..c4a4beb 100755 --- a/readme.md +++ b/readme.md @@ -17,8 +17,10 @@ SCK 23 bleu NSS 24 violet IRQ pas utilisé +# installation de node js (ansible) +node.yml -# splash screen +# splash screen (écran de boot = pub) ``` sudo cp splash.png /usr/share/plymouth/themes/pix/splash.png sudo cp splash.png /usr/share/plymouth/themes/pix/splash.png @@ -78,3 +80,10 @@ cd /home/sysop/serveurNfcNodeJs/ node serveur_nfc.js ``` + +# /home/sysop/.bashrc (ajouter) +``` +[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && startx -- -nocursor +``` + +# L'automatisation de l'install par ansible est en cours !!!