From 54e0e28a6441b065ce1d470429ddea3f71ca81ad Mon Sep 17 00:00:00 2001 From: Ganna Zhyrnova <112796922+gannazhyrnova@users.noreply.github.com> Date: Fri, 21 Nov 2025 12:55:22 +0200 Subject: [PATCH 1/2] xorriso.md Grammar check --- docs/gemstones/xorriso.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/gemstones/xorriso.md b/docs/gemstones/xorriso.md index c8e0ba90a0..03a2f183e1 100644 --- a/docs/gemstones/xorriso.md +++ b/docs/gemstones/xorriso.md @@ -1,12 +1,12 @@ --- title: Write to Physical CD/DVD with Xorriso author: Joseph Brinkman -contributors: Steven Spencer +contributors: Steven Spencer, Ganna Zhyrnova --- ## Introduction -I recently discovered that burning hybrid ISOs onto a physical CD/DVD on Rocky Linux using graphical tools poses a challenge. Thankfully, Xorriso is a simple to use CLI app that handles this task well! +I recently discovered that burning hybrid ISOs to a physical CD/DVD on Rocky Linux using graphical tools is challenging. Thankfully, Xorriso is a simple-to-use CLI app that handles this task well! ## Problem Description @@ -15,7 +15,7 @@ Burn an ISO onto a physical CD/DVD. ## Prerequisites - Internet connection -- Familiarity with terminal +- Familiarity with the terminal - CD/DVD RW drive ## Procedure @@ -38,4 +38,4 @@ Xorriso relies on a C library `libisofs`. You can learn more about the `libisofs ## Conclusion -In this gemstone you learned how to write an ISO to a physical disk with Xorriso! Keep in mind that Xorriso can be used to write other filetypes to physical disks, but I found it especially handy for hybrid ISO format that graphical tools did not know how to deal with. +In this gemstone, you learned how to write an ISO to a physical disk with Xorriso! Keep in mind that Xorriso can be used to write other filetypes to physical disks, but I found it especially handy for the hybrid ISO format that graphical tools didn't know how to handle. From c0a8c0c12281233cf92ede231ac1da654d120d90 Mon Sep 17 00:00:00 2001 From: sspencerwire Date: Fri, 21 Nov 2025 08:24:45 -0600 Subject: [PATCH 2/2] Update xorriso.md undo the contraction --- docs/gemstones/xorriso.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gemstones/xorriso.md b/docs/gemstones/xorriso.md index 03a2f183e1..0b12dfdf65 100644 --- a/docs/gemstones/xorriso.md +++ b/docs/gemstones/xorriso.md @@ -38,4 +38,4 @@ Xorriso relies on a C library `libisofs`. You can learn more about the `libisofs ## Conclusion -In this gemstone, you learned how to write an ISO to a physical disk with Xorriso! Keep in mind that Xorriso can be used to write other filetypes to physical disks, but I found it especially handy for the hybrid ISO format that graphical tools didn't know how to handle. +In this gemstone, you learned how to write an ISO to a physical disk with Xorriso! Keep in mind that Xorriso can be used to write other filetypes to physical disks, but I found it especially handy for the hybrid ISO format that graphical tools did not know how to handle.