summaryrefslogtreecommitdiffstats
path: root/images/grub2.config
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2021-02-14 22:07:22 +0200
committerThomas Backlund <tmb@mageia.org>2021-02-14 22:07:22 +0200
commitbd8b1884e1304cd7048a412eac7948d03f6c5370 (patch)
tree3e87eb11111fb6d0cd9c47d6ed473154458413b9 /images/grub2.config
parent5adc047c82124f42f858c6eb5fec3a7e220bebdb (diff)
downloaddrakx-bd8b1884e1304cd7048a412eac7948d03f6c5370.tar
drakx-bd8b1884e1304cd7048a412eac7948d03f6c5370.tar.gz
drakx-bd8b1884e1304cd7048a412eac7948d03f6c5370.tar.bz2
drakx-bd8b1884e1304cd7048a412eac7948d03f6c5370.tar.xz
drakx-bd8b1884e1304cd7048a412eac7948d03f6c5370.zip
drop cauldron references
Diffstat (limited to 'images/grub2.config')
-rw-r--r--images/grub2.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/images/grub2.config b/images/grub2.config
index 9cde03e59..c7c176a0f 100644
--- a/images/grub2.config
+++ b/images/grub2.config
@@ -22,12 +22,12 @@ set timeout=10
search --no-floppy --set=root -l 'Mageia-8-x86_64-netinstall'
-menuentry 'Start Mageia 8 (Cauldron) Install' {
+menuentry 'Start Mageia 8 Install' {
linux /isolinux/x86_64/vmlinuz audit=0 quiet noiswmd
initrd /isolinux/x86_64/all.rdz
}
-menuentry 'Start Mageia 8 (Cauldron) Rescue' {
+menuentry 'Start Mageia 8 Rescue' {
linux /isolinux/x86_64/vmlinuz audit=0 noiswmd rescue
initrd /isolinux/x86_64/all.rdz
}