mirror of
https://github.com/YunoHost/yunohost-debootstrap.git
synced 2024-09-03 20:06:21 +02:00
[enh] Add readme
This commit is contained in:
parent
452adde14d
commit
33643e4d72
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# yunohost-debootstrap
|
||||
This script allow you to create yunohost installation with debootstrap.
|
||||
|
||||
## Setup on debian
|
||||
|
||||
```
|
||||
sudo apt install debootstrap
|
||||
git clone https://github.com/YunoHost/yunohost-debootstrap
|
||||
sudo cp yunohost-debootstrap/yunohost /usr/share/debootstrap/scripts/
|
||||
```
|
||||
|
||||
## Test it
|
||||
```
|
||||
mkdir ynh_chroot
|
||||
debootstrap --include="acpi-support-base,kbd,udev,linux-image-amd64,openssh-server,ca-certificates,debhelper" yunohost ./ynh_chroot/ https://deb.debian.org/debian/
|
||||
```
|
||||
|
Loading…
Add table
Reference in a new issue