Skip to content

Commit dacfc99

Browse files
committed
grub.cfg: Clarify relationship with bootupd in comments
- Add a comment explaining that changes to this config file (grub.cfg) do not directly affect the system's GRUB configuration. - Bootupd uses this file as a reference to generate static GRUB config files, and the actual grub.cfg installed on the system comes from bootupd. - This clarification helps avoid confusion for those expecting changes here to take immediate effect. Signed-off-by: Renata Ravanelli <[email protected]>
1 parent 7f06c1d commit dacfc99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/grub.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Changes in this file won't take affect, unless you also
2+
# update the Static GRUB configuration files in bootup
3+
# See: https://github.com/coreos/bootupd/pull/536
14
# petitboot doesn't support -e and doesn't support an empty path part
25
if [ -d (md/md-boot)/grub2 ]; then
36
# fcct currently creates /boot RAID with superblock 1.0, which allows

0 commit comments

Comments
 (0)