Paste #273200 |
pasted on 12.03.2024 16:01
- Edit to this paste
- Raw
- The following pastes replied to this paste: # 275811
- Show paste tree
-
Compare with paste
#
Text paste
1 2 3 4 5 6 7 8 | menuentry 'CalculateISO' { set isolabel=CLDX-20221227 //Volume id - можно узнать с помощью: isoinfo -d -i *.iso set isofile="/home/guest/iso/cldx-23-x86_64.iso" //путь к iso loopback loop ${isofile} //создаём loop set root=(loop) //root наше устройство linux /boot/vmlinuz root=live:LABEL=$isolabel iso-scan/filename=${isofile} noeject lang=ru_RU docache initrd /boot/initrd } |