From 1115150b3cbccb00207d33e37b76f7fc156cdeda Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Sat, 28 Jan 2023 15:47:35 +0100 Subject: [PATCH] clarified dependencies and usage --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 731ed09..63f6a1b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Debian Unattended Quality of Life scripts to automate the creation of an unattended version of any Debian ISO. +## Requirements +This repository requires `docker` installed. Check the [ansible](/ansible/ansible) repository if you don't have it. + ## Usage -Simply put an ISO file ending in `netinst.iso` and watch the magic happen by launching `./unattended.sh` +Simply put a `preseed.cfg` and an ISO file ending in `netinst.iso` in the repo folder and watch the magic happen by launching `./unattended.sh`