Пост #273200 |
сохранен 12.03.2024 16:01
- Редактировать пост
- Печать
- Скачать
- Посты-ответы на этот пост: # 275811
- Посмотреть дерево постов
-
Сравнить с постом
#
Текст поста
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 } |