maj readme.md

This commit is contained in:
icon 2022-08-30 06:39:20 +04:00
parent 5b620e279f
commit 84e9949ab9
1 changed files with 10 additions and 1 deletions

View File

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