update bootloaders
This commit is contained in:
parent
5ea4591bf0
commit
f2b847ba0a
|
@ -1,39 +1,39 @@
|
||||||
### recovery.cfg for Live-Session
|
### recovery.cfg for Live-Session
|
||||||
include stdmenu.cfg
|
include stdmenu.cfg
|
||||||
menu title AçorOS Recovery Options
|
menu title AcorOS Recovery Options
|
||||||
|
|
||||||
label R-sda2
|
label R-sda2
|
||||||
menu label ^AçorOS on sda2
|
menu label ^AcorOS on sda2
|
||||||
linux /live/vmlinuz
|
linux /live/vmlinuz
|
||||||
initrd /live/initrd.img
|
initrd /live/initrd.img
|
||||||
append boot=local root=/dev/sda2 ro quiet splash
|
append boot=local root=/dev/sda2 ro quiet splash
|
||||||
|
|
||||||
label R-sda3
|
label R-sda3
|
||||||
menu label ^AçorOS on sda3
|
menu label ^AcorOS on sda3
|
||||||
linux /live/vmlinuz
|
linux /live/vmlinuz
|
||||||
initrd /live/initrd.img
|
initrd /live/initrd.img
|
||||||
append boot=local root=/dev/sda3 ro quiet splash
|
append boot=local root=/dev/sda3 ro quiet splash
|
||||||
|
|
||||||
label R-nvme0n1p2
|
label R-nvme0n1p2
|
||||||
menu label ^AçorOS on nvme0n1p2
|
menu label ^AcorOS on nvme0n1p2
|
||||||
linux /live/vmlinuz
|
linux /live/vmlinuz
|
||||||
initrd /live/initrd.img
|
initrd /live/initrd.img
|
||||||
append boot=local root=/dev/nvme0n1p2 ro quiet splash
|
append boot=local root=/dev/nvme0n1p2 ro quiet splash
|
||||||
|
|
||||||
label R-nvme0n1p3
|
label R-nvme0n1p3
|
||||||
menu label ^AçorOS on nvme0n1p3
|
menu label ^AcorOS on nvme0n1p3
|
||||||
linux /live/vmlinuz
|
linux /live/vmlinuz
|
||||||
initrd /live/initrd.img
|
initrd /live/initrd.img
|
||||||
append boot=local root=/dev/nvme0n1p3 ro quiet splash
|
append boot=local root=/dev/nvme0n1p3 ro quiet splash
|
||||||
|
|
||||||
label R-mmcblk0p2
|
label R-mmcblk0p2
|
||||||
menu label ^AçorOS on mmcblk0p2
|
menu label ^AcorOS on mmcblk0p2
|
||||||
linux /live/vmlinuz
|
linux /live/vmlinuz
|
||||||
initrd /live/initrd.img
|
initrd /live/initrd.img
|
||||||
append boot=local root=/dev/mmcblk0p2 ro quiet splash
|
append boot=local root=/dev/mmcblk0p2 ro quiet splash
|
||||||
|
|
||||||
label R-mmcblk0p3
|
label R-mmcblk0p3
|
||||||
menu label ^AçorOS on mmcblk0p3
|
menu label ^AcorOS on mmcblk0p3
|
||||||
linux /live/vmlinuz
|
linux /live/vmlinuz
|
||||||
initrd /live/initrd.img
|
initrd /live/initrd.img
|
||||||
append boot=local root=/dev/mmcblk0p3 ro quiet splash
|
append boot=local root=/dev/mmcblk0p3 ro quiet splash
|
||||||
|
@ -41,14 +41,14 @@ label R-mmcblk0p3
|
||||||
#### ### ## # This line is intentionaly left blank. # ## ### ####
|
#### ### ## # This line is intentionaly left blank. # ## ### ####
|
||||||
### By following the constucts above, We can add additional entries
|
### By following the constucts above, We can add additional entries
|
||||||
#label Alternative boot
|
#label Alternative boot
|
||||||
# menu label ^Alternative AçorOS (amd64)
|
# menu label ^Alternative AcorOS (amd64)
|
||||||
# linux /live/vmlinuz
|
# linux /live/vmlinuz
|
||||||
# initrd /live/initrd.img
|
# initrd /live/initrd.img
|
||||||
# append boot=live components quiet splash persistence
|
# append boot=live components quiet splash persistence
|
||||||
# say Now booting alternative method
|
# say Now booting alternative method
|
||||||
### By following the constucts above, We can add additional entries
|
### By following the constucts above, We can add additional entries
|
||||||
#label Alternative boot
|
#label Alternative boot
|
||||||
# menu label ^Alternative AçorOS (amd64)
|
# menu label ^Alternative AcorOS (amd64)
|
||||||
# linux /live/vmlinuz
|
# linux /live/vmlinuz
|
||||||
# initrd /live/initrd.img
|
# initrd /live/initrd.img
|
||||||
# append boot=live components quiet splash persistence
|
# append boot=live components quiet splash persistence
|
||||||
|
|
Loading…
Reference in New Issue