Last active
May 16, 2022 20:27
-
-
Save AntonioSun/15dffc99ac1bb0f0f2a3e0198239a4eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UI menu.c32 | |
TIMEOUT 2 | |
include defaults.conf | |
# Second partition (2) on the first hard disk (hd0); | |
# Linux would *typically* call this /dev/sda2. | |
LABEL Win | |
MENU LABEL Windows | |
KERNEL chain.c32 | |
APPEND hd0 2 | |
LABEL Live | |
MENU LABEL Live | |
# MENU DEFAULT | |
KERNEL chain.c32 | |
APPEND hd0 3 | |
LABEL OS1 | |
MENU LABEL OS1 | |
KERNEL chain.c32 | |
APPEND hd0 8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment