From add9bd8a09f5ceb85280b5d77234f8d9e4636eed Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Mon, 19 May 2025 16:16:18 +0200 Subject: [PATCH] Tiny change, add FAQ section --- README.md | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index db864b1..e451a8a 100644 --- a/README.md +++ b/README.md @@ -46,32 +46,12 @@ $ ksflatten -c recipes/virtual-desktop-luanti.cfg -o dishes/virtual-desktop-luan > If any errors are detected, go back and fix them. -If multiple dishes are affected by your ingredient, you can flatten them all - -- Navigate to the recipes' directory - -``` -cd recipes -``` - -- Then use the following - -``` -for filename in *.cfg; do ksflatten -c "$filename" -o "../dishes/$filename"; done -``` - -The following message can be discarded: - -``` -/usr/lib/python3.13/site-packages/pykickstart/commands/partition.py:461: KickstartParseWarning: A partition with the mountpoint / has already been defined. -``` - It is time to test the new dish! - Navigate inside the `dishes` folder: ``` -$ cd ../dishes/ +$ cd dishes/ ``` * You can then kickstart your own installation: @@ -113,6 +93,28 @@ $ cd ../dishes/ That's it ! +## FAQ + +If multiple dishes are affected by your ingredient, you can flatten them all + +- Navigate to the recipes' directory + +``` +cd recipes +``` + +- Then use the following + +``` +for filename in *.cfg; do ksflatten -c "$filename" -o "../dishes/$filename"; done +``` + +The following message can be discarded: + +``` +/usr/lib/python3.13/site-packages/pykickstart/commands/partition.py:461: KickstartParseWarning: A partition with the mountpoint / has already been defined. +``` + ## Acknowledgement Thanks to the main contributors of the official Fedora kickstart files repository, and related tools: