mirror of
https://github.com/YunoHost/cd_build.git
synced 2024-09-03 20:06:24 +02:00
Update README.md
This commit is contained in:
parent
24687ad381
commit
1143635337
1 changed files with 10 additions and 7 deletions
17
README.md
17
README.md
|
@ -2,12 +2,6 @@ CD Build tools
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
|
||||||
Requirements
|
|
||||||
------------
|
|
||||||
|
|
||||||
* Debian Jessie
|
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
```
|
```
|
||||||
|
@ -33,7 +27,16 @@ Or
|
||||||
Troubleshooting
|
Troubleshooting
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
If you got errors for mysql-password debconf, temporaly change rights on /var/cache/debconf/passwords.dat
|
### Debugging errors during the install via the ISO
|
||||||
|
|
||||||
|
- Launch the install in a virtualbox
|
||||||
|
- Actual logs appear in tty 4, you can switch to it by pressing Alt+F4
|
||||||
|
- You can manually launch commands from another tty (e.g. the 2nd) but the output will appear in tty4...
|
||||||
|
- To actually enter the real system (chroot ?) you'll need to run `in-target`
|
||||||
|
|
||||||
|
### Errors related to mysql-password debconf
|
||||||
|
|
||||||
|
Temporaly change rights on /var/cache/debconf/passwords.dat
|
||||||
|
|
||||||
This file doesn't contain password.
|
This file doesn't contain password.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue