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:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user