Commit 6259385
authored
Small checker for obsidian iso's (#12)
* added gentoo system
* added openrc support
* added network service for openrc systems
* Some cleanup of the code
* Fixes for Base Installer
Removed my specific testing code to reflect the upstream code, from there, fixed the variable name to point to the correct location/file.
* Support for obsidian iso's.
Removed ID_LIKE, because it is not found in os-release.
On ObsidianOS iso's, the Name and ID are obsidianos and obsidian instead of the underlying distro (arch, gentoo etc.). That is why I used package managers as an check.
* small fix
Name should be obsidianos instead of obsidian1 parent 4e30fde commit 6259385
1 file changed
Lines changed: 31 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | 101 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
111 | 133 | | |
112 | 134 | | |
113 | 135 | | |
| |||
0 commit comments