From 5fdb21e1acca3320088a1d0585fee3e9ae388ee3 Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Thu, 16 Apr 2026 19:17:24 +0200 Subject: [PATCH] refactor(docs): Update requirements for unattended Debian ISO creation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63f6a1b..fc790a2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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. +This repository requires the `xorriso` and `genisoimage` commands (usually the `libisoburn` and `cdrtools` packages respectively) ## Usage 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`