diff options
author | Marco Varlese <marco.varlese@suse.com> | 2017-09-06 09:16:11 +0200 |
---|---|---|
committer | Marco Varlese <marco.varlese@suse.com> | 2017-09-06 14:47:21 +0200 |
commit | adb14e16aa33bec59603733d1f30bb4ffd272e32 (patch) | |
tree | 4ddd1be0d90b919ed373c5dce61e273518fbfd7f /systems/opensuse/42.2 | |
parent | 7608b5f5b73af88bd22e1825a013cbcd123050ac (diff) |
openSUSE support
Modified support for Leap 42.2 so not to be prompted for y/n on update
and installation of required packages.
Added Leap 42.3 as supported OS.
Upgraded documentation accordingly.
Change-Id: I33f3046a5b33bc842534a16911423a2febaa9417
Signed-off-by: Marco Varlese <marco.varlese@suse.com>
Diffstat (limited to 'systems/opensuse/42.2')
-rwxr-xr-x | systems/opensuse/42.2/build_base_machine.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/opensuse/42.2/build_base_machine.sh b/systems/opensuse/42.2/build_base_machine.sh index cf55484b..44d6f02b 100755 --- a/systems/opensuse/42.2/build_base_machine.sh +++ b/systems/opensuse/42.2/build_base_machine.sh @@ -19,8 +19,8 @@ # Contributors: # Marco Varlese, SUSE LINUX GmbH -zypper update -zypper install $(echo " +zypper -q -n update +zypper -q -n install -y $(echo " # compiler, tools and dependencies make automake |