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