Skip to content

Commit 46f8bf0

Browse files
committed
Update Xubuntu to 16.04.2 (LTS) and 17.04
Also remove the non-working install entries, the installer is available once any live image has booted.
1 parent e5b85ce commit 46f8bf0

File tree

1 file changed

+8
-58
lines changed

1 file changed

+8
-58
lines changed

grub2/inc-xubuntu.cfg

Lines changed: 8 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,35 @@
11
# Xubuntu
22
if cpuid -l; then
3-
menuentry "Xubuntu 14.04.3 (LTS) Live Desktop amd64" --class xubuntu {
4-
set isoname="xubuntu-14.04.3-desktop-amd64.iso"
3+
menuentry "Xubuntu 16.04.2 (LTS) Live Desktop amd64" --class xubuntu {
4+
set isoname="xubuntu-16.04.2-desktop-amd64.iso"
55
set isofile="${isopath}/xubuntu/${isoname}"
66
echo "Using ${isoname}..."
77
loopback loop $isofile
88
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=${isofile} quiet splash
99
initrd (loop)/casper/initrd.lz
1010
}
11-
menuentry "Xubuntu 14.04.3 (LTS) Install Desktop amd64" --class xubuntu {
12-
set isoname="xubuntu-14.04.3-desktop-amd64.iso"
13-
set isofile="${isopath}/xubuntu/${isoname}"
14-
echo "Using ${isoname}..."
15-
loopback loop $isofile
16-
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=${isofile} quiet splash only-ubiquity
17-
initrd (loop)/casper/initrd.lz
18-
}
19-
menuentry "Xubuntu 15.04 Live Desktop amd64" --class xubuntu {
20-
set isoname="xubuntu-15.04-desktop-amd64.iso"
11+
menuentry "Xubuntu 17.04 Live Desktop amd64" --class xubuntu {
12+
set isoname="xubuntu-17.04-desktop-amd64.iso"
2113
set isofile="${isopath}/xubuntu/${isoname}"
2214
echo "Using ${isoname}..."
2315
loopback loop $isofile
2416
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=${isofile} quiet splash
2517
initrd (loop)/casper/initrd.lz
2618
}
27-
menuentry "Xubuntu 15.04 Install Desktop amd64" --class xubuntu {
28-
set isoname="xubuntu-15.04-desktop-amd64.iso"
29-
set isofile="${isopath}/xubuntu/${isoname}"
30-
echo "Using ${isoname}..."
31-
loopback loop $isofile
32-
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=${isofile} quiet splash only-ubiquity
33-
initrd (loop)/casper/initrd.lz
34-
}
35-
# Not Live, doesn't seem to work with the iso-scan parameter
36-
#menuentry "xubuntu 12.04.5 (LTS) Server amd64" --class xubuntu {
37-
# set isoname="xubuntu-12.04.5-server-amd64.iso"
38-
# set isofile="${isopath}/xubuntu/${isoname}"
39-
# echo "Using ${isoname}..."
40-
# loopback loop $isofile
41-
# linux (loop)/install/vmlinuz iso-scan/filename=${isofile} quiet
42-
# initrd (loop)/install/initrd.gz
43-
#}
4419
fi
45-
menuentry "Xubuntu 14.04.3 (LTS) Live Desktop i386" --class xubuntu {
46-
set isoname="xubuntu-14.04.3-desktop-i386.iso"
20+
menuentry "Xubuntu 16.04.2 (LTS) Live Desktop i386" --class xubuntu {
21+
set isoname="xubuntu-16.04.2-desktop-i386.iso"
4722
set isofile="${isopath}/xubuntu/${isoname}"
4823
echo "Using ${isoname}..."
4924
loopback loop $isofile
5025
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=${isofile} quiet splash
5126
initrd (loop)/casper/initrd.lz
5227
}
53-
menuentry "Xubuntu 14.04.3 (LTS) Install Desktop i386" --class xubuntu {
54-
set isoname="xubuntu-14.04.3-desktop-i386.iso"
55-
set isofile="${isopath}/xubuntu/${isoname}"
56-
echo "Using ${isoname}..."
57-
loopback loop $isofile
58-
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=${isofile} quiet splash only-ubiquity
59-
initrd (loop)/casper/initrd.lz
60-
}
61-
menuentry "Xubuntu 15.04 Live Desktop i386" --class xubuntu {
62-
set isoname="xubuntu-15.04-desktop-i386.iso"
28+
menuentry "Xubuntu 17.04 Live Desktop i386" --class xubuntu {
29+
set isoname="xubuntu-17.04-desktop-i386.iso"
6330
set isofile="${isopath}/xubuntu/${isoname}"
6431
echo "Using ${isoname}..."
6532
loopback loop $isofile
6633
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=${isofile} quiet splash
6734
initrd (loop)/casper/initrd.lz
6835
}
69-
menuentry "Xubuntu 15.04 Install Desktop i386" --class xubuntu {
70-
set isoname="xubuntu-15.04-desktop-i386.iso"
71-
set isofile="${isopath}/xubuntu/${isoname}"
72-
echo "Using ${isoname}..."
73-
loopback loop $isofile
74-
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=${isofile} quiet splash only-ubiquity
75-
initrd (loop)/casper/initrd.lz
76-
}
77-
# Not Live, doesn't seem to work with the iso-scan parameter
78-
#menuentry "xubuntu 12.04.5 (LTS) Server i386" --class xubuntu {
79-
# set isoname="xubuntu-12.04.5-server-i386.iso"
80-
# set isofile="${isopath}/xubuntu/${isoname}"
81-
# echo "Using ${isoname}..."
82-
# loopback loop $isofile
83-
# linux (loop)/install/vmlinuz iso-scan/filename=${isofile} quiet
84-
# initrd (loop)/install/initrd.gz
85-
#}

0 commit comments

Comments
 (0)