1
0
OBS User unknown 2007-06-11 21:19:15 +00:00 committed by Git OBS Bridge
parent a80fc0cd5c
commit ce2dbf228f
5 changed files with 61 additions and 36 deletions

View File

@ -1,22 +0,0 @@
--- startup/Second-Stage/S07-medium
+++ startup/Second-Stage/S07-medium
@@ -19,7 +19,7 @@
#=============================================
# 11.1) activate network if counfiguration found
#---------------------------------------------
-if [ ! -z $(ls /etc/sysconfig/network/ifcfg-* |grep -v 'ifcfg-lo') ] ;then
+if [ ! -z "$(ls /etc/sysconfig/network/ifcfg-* |grep -v 'ifcfg-lo')" ]; then
log "\tnetwork configuration found -> activate network"
rcnetwork start && Y2_NETWORK_ACTIVE=1
--- startup/Second-Stage/S08-start
+++ startup/Second-Stage/S08-start
@@ -17,7 +17,7 @@
# will be displayed on the controling terminal
# ---
disable_splash
-if [ "$VNC" -eq 1 ] || [ -z $USE_SSH ] || [ "$USE_SSH" -eq 0 ] ; then
+if [ "$VNC" -eq 1 ] || [ -z "$USE_SSH" ] || [ "$USE_SSH" -eq 0 ] ; then
log "\tStarting X11/VNC based session..."
#==================================================
# We are going to start a VNC or X11 based session

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b5adee730dbd2bea5f3a25f7b092206612aac9037875b7f9e452b5bb67de862
size 197310

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4aa7b1dfd1e10a4642dd20de2ccc429546a3b6dbb74123177c193c0f60a51684
size 205753

View File

@ -1,7 +1,36 @@
-------------------------------------------------------------------
Sun Jun 10 21:11:13 CEST 2007 - schwab@suse.de
Mon Jun 11 18:30:48 CEST 2007 - locilka@suse.cz
- Fix quoting.
- Added lost fix from Andreas Schwab for startup scripts. The patch
fixes evaluation of bash expressions.
- 2.15.30
-------------------------------------------------------------------
Mon Jun 11 17:55:23 CEST 2007 - locilka@suse.cz
- Adjusted SCR for install.inf to provide read/write access.
- Writing install.inf for save_network script at the end of
the initial stage.
- Changed internal data structure for NetworkSetup in the initial
stage.
- Added Internet test to the end of the NetworkSetup in the initial
stage.
- 2.15.29
-------------------------------------------------------------------
Fri Jun 8 17:52:57 CEST 2007 - locilka@suse.cz
- Added initial implementation of possibility to setup network
in the first stage installation. New YCP clients have beed added:
inst_network_check and inst_network_setup. Scripts are called
from inst_system_analysis before sources are initialized
(FATE #301967).
-------------------------------------------------------------------
Thu Jun 7 15:08:08 CEST 2007 - locilka@suse.cz
- A new label "Writing YaST Configuration..." used in case of
restarting system or installation.
-------------------------------------------------------------------
Fri Jun 1 12:41:10 CEST 2007 - mzugec@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.15.28)
# spec file for package yast2-installation (Version 2.15.30)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,13 +11,12 @@
# norootforbuild
Name: yast2-installation
Version: 2.15.28
Release: 6
Version: 2.15.30
Release: 1
License: GNU General Public License (GPL)
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.15.28.tar.bz2
Patch: yast2-installation-2.15.28.diff
Source0: yast2-installation-2.15.30.tar.bz2
prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-country yast2-devtools yast2-testsuite
BuildRequires: yast2 >= 2.15.35
@ -85,8 +84,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.15.28
%patch
%setup -n yast2-installation-2.15.30
%build
%{prefix}/bin/y2tool y2autoconf
@ -149,8 +147,28 @@ rm -rf "$RPM_BUILD_ROOT"
%endif
%changelog
* Sun Jun 10 2007 - schwab@suse.de
- Fix quoting.
* Mon Jun 11 2007 - locilka@suse.cz
- Added lost fix from Andreas Schwab for startup scripts. The patch
fixes evaluation of bash expressions.
- 2.15.30
* Mon Jun 11 2007 - locilka@suse.cz
- Adjusted SCR for install.inf to provide read/write access.
- Writing install.inf for save_network script at the end of
the initial stage.
- Changed internal data structure for NetworkSetup in the initial
stage.
- Added Internet test to the end of the NetworkSetup in the initial
stage.
- 2.15.29
* Fri Jun 08 2007 - locilka@suse.cz
- Added initial implementation of possibility to setup network
in the first stage installation. New YCP clients have beed added:
inst_network_check and inst_network_setup. Scripts are called
from inst_system_analysis before sources are initialized
(FATE #301967).
* Thu Jun 07 2007 - locilka@suse.cz
- A new label "Writing YaST Configuration..." used in case of
restarting system or installation.
* Fri Jun 01 2007 - mzugec@suse.cz
- use shared isNetworkRunning() function in network_finish
- 2.15.28