Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ The supported `boot/iso/` sub-directories (in alphabetical order) are :
* [`grml`](https://grml.org/)
* [`ipxe`](https://ipxe.org/) - _.iso or .efi_
* [`kali`](https://www.kali.org/)
* [`kdeneon`](https://neon.kde.org/)
* [`kubuntu`](https://kubuntu.org/)
* [`libreelec`](https://libreelec.tv/)
* [`linuxmint`](https://linuxmint.com/)
Expand Down
6 changes: 6 additions & 0 deletions grub2/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,12 @@ if any_exists ${isopath}/kali/kali-*.iso; then
}
fi

if any_exists ${isopath}/kdeneon/neon-*.iso; then
menuentry "KDE neon >" --class kdeneon {
configfile "${prefix}/inc-kdeneon.cfg"
}
fi

if any_exists ${isopath}/kubuntu/kubuntu-*.iso; then
menuentry "Kubuntu >" --class kubuntu {
configfile "${prefix}/inc-kubuntu.cfg"
Expand Down
20 changes: 20 additions & 0 deletions grub2/inc-kdeneon.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# KDE neon
function add_menu {
isofile="$1"

regexp \
--set 1:isoname \
--set 2:edition \
--set 3:date \
"^${isopath}/kdeneon/(neon-(.+)-([0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9])-[0-9][0-9][0-9][0-9]\.iso)\$" "${isofile}"
menuentry "KDE neon ${edition} ${date}" "${isofile}" "${isoname}" --class kdeneon {
set isofile=$2
set isoname=$3
use "${isoname}"
loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=${isofile} fsck.mode=skip quiet splash
initrd (loop)/casper/initrd*
}
}

for_each_sorted add_menu "$isopath"/kdeneon/neon-*.iso
Binary file added grub2/themes/invader/icons/kdeneon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
164 changes: 164 additions & 0 deletions icons-original/invader/kdeneon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.