From 33643e4d7249ca26a4c408c0725eefb029080753 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Wed, 9 Oct 2019 23:45:47 +0200 Subject: [PATCH] [enh] Add readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0029dfa --- /dev/null +++ b/README.md @@ -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/ +``` +