mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 23:59:53 +07:00
Revert "Auxiliary commit to revert individual files from 56d2fba4dd6f8baa8d813f49bac540681af90c46"
This reverts commit f41e5e635e6fc9c411399bf60243f2b27a677e5f. Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
5ba0d0d673
commit
0a2ddad16a
@ -96,7 +96,7 @@ if [ -s /zImage-dsm -a -s /initrd-dsm ]; then
|
||||
echo "Access http://find.synology.com/ to connect the DSM via web."
|
||||
}
|
||||
fi
|
||||
menuentry 'DSM Mode' --id boot {
|
||||
menuentry 'Arc DSM Mode' --id boot {
|
||||
set_gfxpayload
|
||||
echo "Loading Arc Kernel..."
|
||||
linux /bzImage-arc ${ARC_CMDLINE} ${arc_cmdline}
|
||||
@ -107,7 +107,7 @@ if [ -s /zImage-dsm -a -s /initrd-dsm ]; then
|
||||
fi
|
||||
|
||||
if [ -s /automated ]; then
|
||||
menuentry 'Automated Config Mode' --id automated {
|
||||
menuentry 'Arc Automated Config Mode' --id automated {
|
||||
set_gfxpayload
|
||||
echo "Loading Arc Kernel..."
|
||||
linux /bzImage-arc ${ARC_CMDLINE} ${arc_cmdline} automated_arc
|
||||
@ -117,7 +117,7 @@ if [ -s /automated ]; then
|
||||
}
|
||||
fi
|
||||
|
||||
menuentry 'Config Mode' --id config {
|
||||
menuentry 'Arc Config Mode' --id config {
|
||||
set_gfxpayload
|
||||
echo "Loading Arc Kernel..."
|
||||
linux /bzImage-arc ${ARC_CMDLINE} ${arc_cmdline} force_arc
|
||||
@ -126,7 +126,7 @@ menuentry 'Config Mode' --id config {
|
||||
echo "Booting..."
|
||||
}
|
||||
|
||||
menuentry 'Update Mode' --id update {
|
||||
menuentry 'Arc Update Mode' --id update {
|
||||
set_gfxpayload
|
||||
echo "Loading Arc Kernel..."
|
||||
linux /bzImage-arc ${ARC_CMDLINE} ${arc_cmdline} update_arc
|
||||
@ -136,7 +136,7 @@ menuentry 'Update Mode' --id update {
|
||||
}
|
||||
|
||||
if [ -s /zImage-dsm -a -s /initrd-dsm ]; then
|
||||
menuentry 'Recovery Mode' --id recovery {
|
||||
menuentry 'DSM Recovery Mode' --id recovery {
|
||||
set_gfxpayload
|
||||
echo "Loading Arc Kernel..."
|
||||
linux /bzImage-arc ${ARC_CMDLINE} ${arc_cmdline} recovery
|
||||
@ -144,7 +144,7 @@ if [ -s /zImage-dsm -a -s /initrd-dsm ]; then
|
||||
initrd /initrd-arc
|
||||
echo "Booting..."
|
||||
}
|
||||
menuentry 'Reinstall Mode' --id junior {
|
||||
menuentry 'DSM Reinstall Mode' --id junior {
|
||||
set_gfxpayload
|
||||
echo "Loading Arc Kernel..."
|
||||
linux /bzImage-arc ${ARC_CMDLINE} ${arc_cmdline} force_junior
|
||||
|
Loading…
Reference in New Issue
Block a user