57 lines
1.6 KiB
INI
57 lines
1.6 KiB
INI
### recovery.cfg for Live-Session
|
|
include stdmenu.cfg
|
|
menu title My-distro Recovery Options
|
|
|
|
label R-sda2
|
|
menu label ^My-distro on sda2
|
|
linux /live/vmlinuz
|
|
initrd /live/initrd.img
|
|
append boot=local root=/dev/sda2 ro quiet splash
|
|
|
|
label R-sda3
|
|
menu label ^My-distro on sda3
|
|
linux /live/vmlinuz
|
|
initrd /live/initrd.img
|
|
append boot=local root=/dev/sda3 ro quiet splash
|
|
|
|
label R-nvme0n1p2
|
|
menu label ^My-distro on nvme0n1p2
|
|
linux /live/vmlinuz
|
|
initrd /live/initrd.img
|
|
append boot=local root=/dev/nvme0n1p2 ro quiet splash
|
|
|
|
label R-nvme0n1p3
|
|
menu label ^My-distro on nvme0n1p3
|
|
linux /live/vmlinuz
|
|
initrd /live/initrd.img
|
|
append boot=local root=/dev/nvme0n1p3 ro quiet splash
|
|
|
|
label R-mmcblk0p2
|
|
menu label ^My-distro on mmcblk0p2
|
|
linux /live/vmlinuz
|
|
initrd /live/initrd.img
|
|
append boot=local root=/dev/mmcblk0p2 ro quiet splash
|
|
|
|
label R-mmcblk0p3
|
|
menu label ^My-distro on mmcblk0p3
|
|
linux /live/vmlinuz
|
|
initrd /live/initrd.img
|
|
append boot=local root=/dev/mmcblk0p3 ro quiet splash
|
|
|
|
#### ### ## # This line is intentionaly left blank. # ## ### ####
|
|
### By following the constucts above, We can add additional entries
|
|
#label Alternative boot
|
|
# menu label ^Alternative My-distro
|
|
# 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 My-distro
|
|
# linux /live/vmlinuz
|
|
# initrd /live/initrd.img
|
|
# append boot=live components quiet splash persistence
|
|
# say Now booting alternative method
|
|
|