Skip to content

Commit

Permalink
New SLES 15 Fixes and Updates (#258)
Browse files Browse the repository at this point in the history
fix SLES 15 SP6 Deployment issues due to missing grub-efi package.

Set SLES 15 supported MAAS version to 3.3 as there is code in place to support that.
  • Loading branch information
alanbach authored Aug 28, 2024
1 parent 369f4bc commit eb27155
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Read more about how [custom images](https://maas.io/docs/how-to-customise-images
| Rocky 8 | Beta | >= 3.3 |
| Rocky 9 | Beta | >= 3.3 |
| SLES 12 | Beta | >= 3.4 |
| SLES 15 | Beta | >= 3.4 |
| SLES 15 | Beta | >= 3.3 |
| Ubuntu | Stable | >= 3.0 |
| VMWare ESXi 6 | EOL | >= 3.0 |
| VMWare ESXi 7 | Stable | >= 3.0 |
Expand Down
3 changes: 3 additions & 0 deletions sles15/http/sles15.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@
<package>tar</package>
<package>wget</package>
<package>xfsprogs</package>
<package>grub2-i386-pc</package>
<package>grub2-x86_64-efi</package>
<package>grub2-branding-SLE</package>
</packages>
<patterns config:type="list">
<pattern>base</pattern>
Expand Down

0 comments on commit eb27155

Please sign in to comment.