diff options
| author | Tianhao Wang <shrik3@riseup.net> | 2023-03-11 00:39:38 +0100 |
|---|---|---|
| committer | Tianhao Wang <shrik3@riseup.net> | 2023-03-11 00:39:38 +0100 |
| commit | 2625fd044547c7e8b8de287963ba9422aff1f051 (patch) | |
| tree | 0d48aa38831399d0006efdb18a6e983586ebb9f2 /isofiles/boot | |
| parent | 29e28bc9c67378d0d9a7174dec6a0b541fb7f4d5 (diff) | |
fix linking
Diffstat (limited to 'isofiles/boot')
| -rw-r--r-- | isofiles/boot/grub/grub.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isofiles/boot/grub/grub.cfg b/isofiles/boot/grub/grub.cfg index 2fc735b..9c8c0fa 100644 --- a/isofiles/boot/grub/grub.cfg +++ b/isofiles/boot/grub/grub.cfg @@ -1,7 +1,7 @@ set timeout=0 set default=0 -menuentry "OOStuBS" { +menuentry "RuStuBS" { insmod all_video multiboot /boot/kernel boot |
