- Checking if the disk is -partitionable- instead of checking if it

is a real disk. Needed for Multipath disks. (bnc#909349)
- autoyast=file:///<autoinst.xml> : Mount the installation source
  in order to copy AutoYaST configuration file into inst_sys.
  (bnc#908271)

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=579
This commit is contained in:
YaST Team Bot 2015-01-19 12:25:03 +00:00 committed by Git OBS Bridge
parent cd30d51142
commit 62bfb86e53
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:1caea6173e4bb3eea83faf1fe1a64b17042b98887a8b9f1166cd5d13014afce2 oid sha256:57e13032b89bd07f65063c9f1bb2e8c1e32a2ad247eec4f7801840329d7a6096
size 636177 size 636030

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 19 09:10:15 CET 2015 - schubi@suse.de
- Checking if the disk is -partitionable- instead of checking if it
is a real disk. Needed for Multipath disks. (bnc#909349)
- autoyast=file:///<autoinst.xml> : Mount the installation source
in order to copy AutoYaST configuration file into inst_sys.
(bnc#908271)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 30 13:46:52 CET 2014 - schubi@suse.de Tue Dec 30 13:46:52 CET 2014 - schubi@suse.de

View File

@ -31,6 +31,7 @@ BuildRequires: yast2-installation-control
# xmllint # xmllint
BuildRequires: libxml2-tools BuildRequires: libxml2-tools
BuildRequires: yast2 BuildRequires: yast2
BuildRequires: yast2-packager
BuildRequires: yast2-services-manager BuildRequires: yast2-services-manager
BuildRequires: yast2-storage BuildRequires: yast2-storage
BuildRequires: yast2-transfer BuildRequires: yast2-transfer