Add OpenSuSE Leap 15.5

This commit is contained in:
Greg Hellings
2024-01-09 15:19:06 -06:00
parent a98f94c280
commit 8ff8fdfac2
7 changed files with 161 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
distro = "opensuse"
version = "15.5"
iso = {
url = "https://download.opensuse.org/distribution/leap/15.5/iso/openSUSE-Leap-15.5-NET-x86_64-Media.iso"
checksum = "a2f7f2f1b6b3d3ef96f5c8f804d87ebd01e5cf982357c533f4c39c33cd20ec56"
}
boot_command = [
"e<wait>",
"<down><down><down><down><end><wait>",
" autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml textmode=1<wait>",
"<leftCtrlOn>x<leftCtrlOff>"
]
http_directory = "distros/opensuse/15.5/http/"