mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update create_live_usb.md
This commit is contained in:
parent
827f8e6f55
commit
e70845c1f3
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +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
|
||||
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue