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
9106d4ff22
commit
5a00034459
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@ 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
|
||||
certutil -d sql:$HOME/.pki/nssdb -A -t "C,," -n YunoHostCA /etc/yunohost/certs/yunohost.org/ca.pem
|
||||
certutil -d sql:$HOME/.pki/nssdb -A -t "P,," -n YunoHostCrt /etc/yunohost/certs/yunohost.org/crt.pem
|
||||
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
|
||||
```
|
||||
|
||||
11. **chroot** Edit `/etc/inittab` to login automatically
|
||||
|
|
Loading…
Add table
Reference in a new issue