Skip to content

Commit cb95d6a

Browse files
committed
Use Fedora Workstation config for Live ISOs
1 parent 823b977 commit cb95d6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mbusb.d/fedora.d/workstation-generic.cfg renamed to mbusb.d/fedora.d/live-generic.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
for isofile in $isopath/Fedora-Workstation-Live-*.iso; do
1+
for isofile in $isopath/Fedora-*-Live-*.iso; do
22
if [ -e "$isofile" ]; then
33
regexp --set=isoname "$isopath/(.*)" "$isofile"
44
submenu "$isoname ->" "$isofile" {
55
iso_path="$2"
66
loopback loop "$iso_path"
77
probe --label --set=cd_label (loop)
8-
menuentry "Start Fedora Workstation Live" {
8+
menuentry "Start Fedora Live" {
99
bootoptions="iso-scan/filename=$iso_path root=live:CDLABEL=$cd_label rd.live.image quiet"
1010
linux (loop)/isolinux/vmlinuz $bootoptions
1111
initrd (loop)/isolinux/initrd.img
1212
}
13-
menuentry "Start Fedora Workstation Live in basic graphics mode" {
13+
menuentry "Start Fedora Live in basic graphics mode" {
1414
bootoptions="iso-scan/filename=$iso_path root=live:CDLABEL=$cd_label rd.live.image nomodeset quiet"
1515
linux (loop)/isolinux/vmlinuz $bootoptions
1616
initrd (loop)/isolinux/initrd.img
1717
}
18-
menuentry "Test this media & start Fedora Workstation Live" {
18+
menuentry "Test this media & start Fedora Live" {
1919
bootoptions="iso-scan/filename=$iso_path root=live:CDLABEL=$cd_label rd.live.image rd.live.check quiet"
2020
linux (loop)/isolinux/vmlinuz $bootoptions
2121
initrd (loop)/isolinux/initrd.img

0 commit comments

Comments
 (0)