From fad19948c2f2c2088e7fc5fd3dc42d62d5877264 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org>
Date: Fri, 3 Feb 2023 11:16:52 -0500
Subject: [PATCH] another way to patch the images

---
 howto/quintex.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/howto/quintex.md b/howto/quintex.md
index be3094be..1043a451 100644
--- a/howto/quintex.md
+++ b/howto/quintex.md
@@ -206,6 +206,9 @@ index 2d15f500..3260ad6e 100644
  #define IMAGE_ARCHIVE_CMD	/* Archive image management commands */
 ```
 
+An alternative to this is to use [named configurations](https://ipxe.org/appnote/named_config) instead of
+patching the global file.
+
 ## iPXE booting
 
 To boot a rescue system, you first need to build the above modified
-- 
GitLab