Update create_live_usb.md

This commit is contained in:
kload@kload.fr 2014-06-02 12:54:30 +02:00 committed by YunoHost
parent e70845c1f3
commit d4c684c84a

View file

@ -69,7 +69,7 @@ cd /tmp/yunohost_install && ./autoinstall_yunohostv2
```bash
echo "127.0.0.1 yunohost.org" >> /etc/hosts
echo "chromium --user-data-dir=/root/.config/chromium --app=https://yunohost.org/yunohost/admin/" >> /etc/xdg/openbox/autostart
echo 'if [[ -z "$DISPLAY" ]] && [[ $(tty) == /dev/tty1 ]]; then startx fi' >> /root/.bashrc
echo "if [ -z \"$DISPLAY\" ] && [ $(tty) == /dev/tty1 ]; \nthen \n startx \nfi" >> /root/.bashrc
certutil -d sql:$HOME/.pki/nssdb -A -t "C,," -n YunoHostCA -i /etc/yunohost/certs/yunohost.org/ca.pem
certutil -d sql:$HOME/.pki/nssdb -A -t "P,," -n YunoHostCrt -i /etc/yunohost/certs/yunohost.org/crt.pem
```