Skip to content

Commit

Permalink
Updated Solus config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mexit committed Mar 21, 2024
1 parent 5c6a712 commit 36f6948
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 3 deletions.
Binary file added cert/solus/solus.cer
Binary file not shown.
30 changes: 30 additions & 0 deletions cert/solus/solus.crt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
-----BEGIN CERTIFICATE-----
MIIFJTCCAw2gAwIBAgIUBDvGPAxbLPKwnakur6bRnxtjgQgwDQYJKoZIhvcNAQEL
BQAwIjEgMB4GA1UEAwwXU29sdXMgTWFjaGluZSBPd25lciBLZXkwHhcNMjIxMjEx
MTEzNTE0WhcNMzIxMjA4MTEzNTE0WjAiMSAwHgYDVQQDDBdTb2x1cyBNYWNoaW5l
IE93bmVyIEtleTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJtwyOMd
AFbdWnK13XzigJAvbHGcG+jM8GdX0doiuMhb1DowQ0gg5e4D8ncUZJqg4Tny/XXE
1KIveN23VCZVU0wfzoBrU2k1nf2s2hxoMeVV5KtFt1d3WzdRPm3kk95R54VQBgh9
fbRQ5KeBADLhsLBVA6JKxTdpdqX3+QRerUML4qhAZF7LXwDBMv924J1rvOsRgsGD
mzoq4P+PCimtZZymsWcV1hmFbNmdOVfTxKnWZ7N2BZPK+5UGKjec+xVAtOgds5d6
sfJnp1oUYpoH/4Oj7vPjcNhhCmu0sNEjGcFUlmnMXtfxl/cygbdhsCLLuvBTcfIq
Wj2gu+BBjIcP8ljWsIKLRj8EI1A0uV5H+GghUjk1dk3XKPWUKo0xpY+wpdNyxsY+
FYU9GNHTL7/tRF6xKZ1EJs4qBj00pyHJoKzFMoy/8LB+jtEggq5OM1Zl4r/Srnh2
c9/EZ4SQZq8JuiceBTOn8h22ROSasE0o5VjK4GtXpJt7C852xJPLLQD2engrbMva
UYPKEmrQlZjKIbgE68dcaUOa6YOz/QGIYA31qpd5/aD6UEiLdD3x422q0qYK2U4a
4Xbe+xjtAIdX1fX0tLI7gagO7XiS4y2sKcaw19IVj1h+/4vrPSayLjuQ+r9x5SXb
NFxdVkodPoLKVllsg1NFhXk7RvWSQz3RBZgNAgMBAAGjUzBRMB0GA1UdDgQWBBQ2
G/Jl2wm7y6A5FFPFKjwFc/8C8TAfBgNVHSMEGDAWgBQ2G/Jl2wm7y6A5FFPFKjwF
c/8C8TAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4ICAQASpEM+dNyA
eMGxd1oespBsfF0ifLtjAuamfC5YKH2a+dxXVbw4wfQSvqAsaYfcjMyxIW0nJQB6
U7ZzX2OnNSMKocUc2NxgQw0RO9ncETRQTIm310dLXdCkDIN7diJfiGC2pIA6lsXU
2EzDNCmiYH6yvXyoBNCRYNsjgzgEjnmugC6B0SPNZqc29jV7DhrV6fKlksgprXr8
YLoytEAoGOErO3LK8NKafbb3M15mElN22ezi1v1n4KyjLv9LnlADr6pMinpbSxCL
+b7Tdrf63Q8yrTkO9seGgNOetXq5sUuaQ4vHeJxySp4T9AREHB47r9qxgnsi1PH4
lKmddQmHljIxzyH3bcnX5bs/sjH44bHrEi9Psy7zERdcDCAzjNKWxEWpJoDFZpfX
kZxQTHrvkkyHXXoEcEDPo37twfjY3Qezs4PMCsXRus+z+uUotacTfwKO/2U6sUpj
ZvikTWN+WeIYZVg9zb2eo8ChYDK+CosMsVzmigq1UC6rCY/GV7uhFpzY7Gr0flIe
kf2RA0efwYgvBKl/TdhNkDk1Hdhz0Awy57Eaw9XNbtfDnxJXEcAwyChOVBDF+yU8
JWcbs1ChR1fhcKpNF2CKtn8IymHpTChy81wX5E3Y6+Tm10CcmgRwWJYYKgYDtzXr
gsK8wNUzmbP+2FzI8A6n/1usxtN+s55TUg==
-----END CERTIFICATE-----
19 changes: 16 additions & 3 deletions config/Solus/Solus.cfg → config/solus/Solus.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# For Solus
# Solus
# https://getsol.us

iso_pattern="Solus-*.iso"

Expand All @@ -11,13 +12,25 @@ for isofile in $iso_dir/$iso_pattern; do
loopback loop $iso_path
probe --label --set=cd_label (loop)
isocfg="iso-scan/filename=$iso_path"
bootoptions="root=live:CDLABEL=$cd_label ro rd.luks=0 rd.md=0 rd.live.overlay.overlayfs=1 quiet splash"
bootoptions="root=live:CDLABEL=$cd_label ro rd.luks=0 rd.md=0 rd.live.overlay.overlayfs=1"
linux_path="(loop)/boot/kernel"
initrd_path="(loop)/boot/initrd.img"

menuentry "Start Solus" {
echo Loading kernel...
linux $linux_path $isocfg $bootoptions
linux $linux_path $isocfg $bootoptions quiet splash
echo Loading initrd...
initrd $initrd_path
}
menuentry "Start Solus (nomodeset -- NVIDIA compatibility mode)" {
echo Loading kernel...
linux $linux_path $isocfg $bootoptions quiet splash nomodeset
echo Loading initrd...
initrd $initrd_path
}
menuentry "Start Solus (verbose debugging mode)" {
echo Loading kernel...
linux $linux_path $isocfg $bootoptions rd.debug rd.live.debug systemd.log_level=debug
echo Loading initrd...
initrd $initrd_path
}
Expand Down
4 changes: 4 additions & 0 deletions docs/Supported_OS.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ Below is just a list of tested and working systems. The actual number of support
| | [Rocky-9.3-x86_64-minimal.iso](https://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9.3-x86_64-minimal.iso) | yes | [no](../config/rocky) | yes | Rocky |
| [Slax](https://www.slax.org) | [slax-64bit-debian-12.2.0.iso](https://ftp.sh.cvut.cz/slax/Slax-12.x/slax-64bit-debian-12.2.0.iso) | no | [no](../config/slax) | no | - |
| | [slax-64bit-slackware-15.0.4.iso](https://ftp.sh.cvut.cz/slax/Slax-15.x/slax-64bit-slackware-15.0.4.iso) | no | [no](../config/slax) | no | - |
| [Solus](https://getsol.us) | [Solus-4.5-Budgie.iso](https://downloads.getsol.us/isos/4.5/Solus-4.5-Budgie.iso) | yes | [no](../config/solus) | yes | Solus |
| | [Solus-4.5-GNOME.iso](https://downloads.getsol.us/isos/4.5/Solus-4.5-GNOME.iso) | yes | [no](../config/solus) | yes | Solus |
| | [Solus-4.5-Plasma.iso](https://downloads.getsol.us/isos/4.5/Solus-4.5-Plasma.iso) | yes | [no](../config/solus) | yes | Solus |
| | [Solus-4.5-XFCE-Beta.iso](https://downloads.getsol.us/isos/4.5/Solus-4.5-XFCE-Beta.iso) | yes | [no](../config/solus) | yes | Solus |
| [SparkyLinux](https://sparkylinux.org) | [sparkylinux-7.3-x86_64-lxqt.iso](https://downloads.sourceforge.net/sparkylinux/sparkylinux-7.3-x86_64-lxqt.iso) | no | yes | yes | Debian |
| [Tails](https://tails.net) | [tails-amd64-6.0.iso](https://download.tails.net/tails/stable/tails-amd64-6.0/tails-amd64-6.0.iso) | no | [no](../config/tails) | yes | Debian |
| [TUXEDO OS](https://os.tuxedocomputers.com) | [TUXEDO-OS-2-202402220947.iso](https://os.tuxedocomputers.com/TUXEDO-OS-2-202402220947.iso) | yes | yes | yes | TUXEDO |
Expand Down

0 comments on commit 36f6948

Please sign in to comment.