maj readme.md
This commit is contained in:
parent
5b620e279f
commit
84e9949ab9
11
readme.md
11
readme.md
|
|
@ -17,8 +17,10 @@ SCK 23 bleu
|
||||||
NSS 24 violet
|
NSS 24 violet
|
||||||
IRQ pas utilisé
|
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
|
||||||
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
|
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 !!!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue