Changes between 11.2 and 11.3
This is a brief overview of the changes in autoyast between
openSUSE 11.2 and openSUSE 11.3 There are more fixes and
features in other yast modules like the bootloader that affect
the autoinstallation but are not listed here.
This list only contains the changes of the autoyast itself.
-
[doc]
Documentation updates
-
[func]
if you use autoyast=slp you can add a "description=" attribute for each URL in the slp.reg config file
-
[func]
<location> can be CDATA now (bnc#546387) to avoid trouble when <location> is a CGI script on an http server
-
[bug]
check if cdrom is mounted when using an image to install and the image is on CD/DVD. thanx to Leonardo L. P. da Mata for a patch. The imaging feature is still experimental
-
[func]
autoyast=nfs:// falls back to nfs4 if nfs3 mounting fails
-
[func]
added command line interface to the clone_system client (try "yast2 clone_system help")
-
[func]
rules can have dialogs now, to select the XML snippets manually (read my blog for a description)
-
[bug]
set mode to config during cloning (bnc#520658)
-
[bug]
reusing of logical partitions can fail (bnc#557994). This bug was invented with 11.2 and can be workarounded by setting the partition_id
-
[bug]
mountby was not cloned correctly (bnc#557759)
-
[bug]
autoyast=usb failed if the USB device was already mounted (bnc#565557)
-
[func]
autoyast=label://THE_LABEL/THE_PATH/THE_FILE.xml implemented to look for the profile on devices with a label
-
[bug]
passing a boolean answer value via $VAL to an ask-script failed (bnc#572166)
-
[bug]
the regex match for rules only worked for substring, not with real regexpressions (bnc#572932)
-
[func]
the <drive> section in the <partitioning> can have a new symbol <imsmdriver config:type="symbol"> to choose between `IMSM_DMRAID and `IMSM_MDADM (bnc#574270)
-
[func]
you can choose a different inst-source in the UI then the one of the running system
-
[bug]
the resize of a partition was not creating free space (bnc#580842)
-
[bug]
don't install post-packages with ayast_setup twice (bnc#584564)
-
[bug]
post-patterns did not work with ayast_setup (bnc#584564)
-
[func]
"location" option added to the scripts UI
-
[func]
"location" option added to the config-files UI