From 5de2ea1f2bd32e57f292ff4ca19514df8aa09c90 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 1 May 2024 20:40:56 +0200 Subject: [PATCH] Revert --- readme.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/readme.md b/readme.md index 9df5e0b..b0510f2 100644 --- a/readme.md +++ b/readme.md @@ -180,16 +180,6 @@ docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_ Replace the example path `/home/user/custom.xml` with the filename of the modified XML file. - - NOTE: If you are using a custom image (custom.iso) you can customize the settings for the automatic isntallation by providing a custom.xml file in your compose file. For example, add the following line inside your compose file: - - ```yaml - volumes: - - /home/user/custom.xml:/run/assets/custom.xml - ``` - - Replace the example path `/home/user/custom.xml` with the filename of the modified XML file. - * ### How do I run a script after installation? To run your own script after installation, you can create a file called `install.bat` and place it in a folder together with other files it needs (programs to install for example). Then bind it in your compose file like this: