mirror of
https://github.com/YunoHost/cd_build.git
synced 2024-09-03 20:06:24 +02:00
[enh] Update documentation
This commit is contained in:
parent
5a6425a9da
commit
fe3641fe9c
1 changed files with 7 additions and 13 deletions
20
README.md
20
README.md
|
@ -19,7 +19,13 @@ sudo apt-get install -f simple-cdd enisoimage qemu-kvm
|
||||||
Build an image
|
Build an image
|
||||||
---------------
|
---------------
|
||||||
```
|
```
|
||||||
build-simple-cdd --conf ./simple-cdd-amd64.conf
|
./build-yunohost amd64
|
||||||
|
```
|
||||||
|
|
||||||
|
Or
|
||||||
|
|
||||||
|
```
|
||||||
|
./build-yunohost i386
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -33,15 +39,3 @@ This file doesn't contain password.
|
||||||
```
|
```
|
||||||
sudo chmod o+r /var/cache/debconf/passwords.dat
|
sudo chmod o+r /var/cache/debconf/passwords.dat
|
||||||
```
|
```
|
||||||
|
|
||||||
Old how to
|
|
||||||
-----
|
|
||||||
```
|
|
||||||
./build-yunohost amd64
|
|
||||||
```
|
|
||||||
|
|
||||||
Or
|
|
||||||
|
|
||||||
```
|
|
||||||
./build-yunohost i386
|
|
||||||
```
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue