File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- for isofile in $isopath/Fedora-Workstation -Live-*.iso; do
1
+ for isofile in $isopath/Fedora-* -Live-*.iso; do
2
2
if [ -e " $isofile" ]; then
3
3
regexp --set =isoname " $isopath/(.*)" " $isofile"
4
4
submenu " $isoname ->" " $isofile" {
5
5
iso_path =" $2"
6
6
loopback loop " $iso_path"
7
7
probe --label --set =cd_label (loop)
8
- menuentry " Start Fedora Workstation Live" {
8
+ menuentry " Start Fedora Live" {
9
9
bootoptions =" iso-scan/filename=$iso_path root=live:CDLABEL=$cd_label rd.live.image quiet"
10
10
linux (loop)/isolinux/vmlinuz $bootoptions
11
11
initrd (loop)/isolinux/initrd.img
12
12
}
13
- menuentry " Start Fedora Workstation Live in basic graphics mode" {
13
+ menuentry " Start Fedora Live in basic graphics mode" {
14
14
bootoptions =" iso-scan/filename=$iso_path root=live:CDLABEL=$cd_label rd.live.image nomodeset quiet"
15
15
linux (loop)/isolinux/vmlinuz $bootoptions
16
16
initrd (loop)/isolinux/initrd.img
17
17
}
18
- menuentry " Test this media & start Fedora Workstation Live" {
18
+ menuentry " Test this media & start Fedora Live" {
19
19
bootoptions =" iso-scan/filename=$iso_path root=live:CDLABEL=$cd_label rd.live.image rd.live.check quiet"
20
20
linux (loop)/isolinux/vmlinuz $bootoptions
21
21
initrd (loop)/isolinux/initrd.img
You can’t perform that action at this time.
0 commit comments