mirror of
https://github.com/AuxXxilium/arc-v.git
synced 2024-11-23 15:01:04 +07:00
grub: update
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
a707e93f5a
commit
a46c7b7f61
@ -73,7 +73,7 @@ search --set=root --label "ARC3"
|
||||
if [ -s /zImage-dsm -a -s /initrd-dsm ]; then
|
||||
if [ "${default}" = "direct" ]; then
|
||||
set timeout="1"
|
||||
menuentry 'Directly boot DSM Kernel' --id direct {
|
||||
menuentry 'Direct DSM Mode' --id direct {
|
||||
set_gfxpayload
|
||||
echo "cmdline:"
|
||||
echo "${dsm_cmdline}"
|
||||
@ -85,7 +85,7 @@ if [ -s /zImage-dsm -a -s /initrd-dsm ]; then
|
||||
echo "Access http://find.synology.com/ to connect the DSM via web."
|
||||
}
|
||||
fi
|
||||
menuentry 'Boot DSM' --id boot {
|
||||
menuentry 'DSM Mode' --id boot {
|
||||
set_gfxpayload
|
||||
echo "Loading Arc Kernel..."
|
||||
linux /bzImage-arc console=${TERM} ${ARC_CMDLINE}
|
||||
@ -93,7 +93,7 @@ if [ -s /zImage-dsm -a -s /initrd-dsm ]; then
|
||||
initrd /initrd-arc
|
||||
echo "Booting..."
|
||||
}
|
||||
menuentry 'Force re-install DSM' --id junior {
|
||||
menuentry 'DSM force Reinstall' --id junior {
|
||||
set_gfxpayload
|
||||
echo "Loading Arc Kernel..."
|
||||
linux /bzImage-arc console=${TERM} ${ARC_CMDLINE} force_junior
|
||||
@ -103,7 +103,7 @@ if [ -s /zImage-dsm -a -s /initrd-dsm ]; then
|
||||
}
|
||||
fi
|
||||
|
||||
menuentry 'Configure Loader' --id config {
|
||||
menuentry 'Config Mode' --id config {
|
||||
set_gfxpayload
|
||||
echo "Loading Arc Kernel..."
|
||||
linux /bzImage-arc console=${TERM} ${ARC_CMDLINE} force_arc
|
||||
|
Loading…
Reference in New Issue
Block a user