2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-23 15:50:55 +00:00

Adjustments for Suse 16.1 beta

This commit is contained in:
Jarrod Johnson
2026-06-22 09:59:40 -04:00
parent a117aace05
commit 701a9a7268
2 changed files with 4 additions and 4 deletions
@@ -19,6 +19,6 @@ python3 /opt/confluent/bin/apiclient /confluent-public/os/$profile/scripts/pre.s
chmod +x /tmp/pre.sh
/tmp/pre.sh > $serialcons 2>&1
kill $tailpid
agama config load /tmp/autoinstall.json > $serialcons 2>&1
agama install > $serialcons 2>&1
agama finish > $serialcons 2>&1
agama config load /tmp/autoinstall.json <> $serialcons > $serialcons 2>&1
agama install <> $serialcons > $serialcons 2>&1
agama finish <> $serialcons > $serialcons 2>&1
+1 -1
View File
@@ -644,7 +644,7 @@ def check_sles(isoinfo):
elif '.2' in medianame:
disk = '2'
elif hline[-1].startswith('16'):
if hline[1] == 'openSUSE':
if hline[1] in ('openSUSE', 'Leap'):
distro = 'opensuse_leap'
else:
distro = 'sle'