From 726cf4221fda0162c9bc09d9a10bc875c968cedb Mon Sep 17 00:00:00 2001 From: root Date: Sat, 17 Jun 2023 23:00:39 +0200 Subject: [PATCH] more comments. --- uefi-usb-boot-stick/images/README.md | 2 +- uefi-usb-boot-stick/images/buzzard/README.md | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/uefi-usb-boot-stick/images/README.md b/uefi-usb-boot-stick/images/README.md index 1bc67ed..20436b1 100644 --- a/uefi-usb-boot-stick/images/README.md +++ b/uefi-usb-boot-stick/images/README.md @@ -1,3 +1,3 @@ * initramdisks are dummies since they can be large and may be a security risk -* * * * * * * * kernel images are also dummies to reduce the size +* kernel images are also dummies to reduce the size diff --git a/uefi-usb-boot-stick/images/buzzard/README.md b/uefi-usb-boot-stick/images/buzzard/README.md index dcd56b7..de1281a 100644 --- a/uefi-usb-boot-stick/images/buzzard/README.md +++ b/uefi-usb-boot-stick/images/buzzard/README.md @@ -1,4 +1,6 @@ -Symbolic links work too. This reduces maintenance since this allows you to use -initrd.img and vmlinuz as names in the grub.cfg, and only requires updating of -symlinks to move to another version. +Symbolic links work too. This provides a number of benefits: +* low maintenance: when updating to a newer version, the grub.cfg + can stay the same +* versioning: easily check the current configuration on what version is + actually used by looking at the file name.