Commit Graph

656 Commits

Author SHA256 Message Date
YaST Team Bot
b9f5da2ea4 - Installer Updates does not overwrite Driver Updates
(bsc#1088685).
- 4.0.49

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=954
2018-04-17 13:43:24 +00:00
YaST Team Bot
2494c0e7ec - Don't hard-code the role text color (bsc#1087399).
- 4.0.48

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=953
2018-04-17 07:40:14 +00:00
YaST Team Bot
30b983db32 - Ensure proper patterns are selected when going back to system
role and switch to different role (bsc#1088883)
- 4.0.47

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=952
2018-04-16 13:27:47 +00:00
YaST Team Bot
96b337d8a6 - Set Add-On products for installation again after the base
product has been selected (bnc#1086846).
- 4.0.46

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=951
2018-04-11 08:20:28 +00:00
YaST Team Bot
1d5b85dd84 - Use AbortException when user aborts (part of fate#318196).
- 4.0.45

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=950
2018-04-09 08:03:04 +00:00
YaST Team Bot
60b54d49c9 - Start web VNC for the installation process (bsc#1078785)
- 4.0.44

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=949
2018-04-06 14:35:14 +00:00
YaST Team Bot
9e32ab5858 - Fix tests to use correct storage instance (part of fate#318196).
- 4.0.43

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=948
2018-04-03 11:04:05 +00:00
YaST Team Bot
fa51f4d6fc - System roles: make the radio buttons match other dialogs,
using images (bsc#1084674)
- 4.0.42

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=947
2018-03-23 14:05:26 +00:00
YaST Team Bot
8eed7406f8 - Make many system roles fit in the dialog (using a RichText
widget, bsc#1084674)
- 4.0.41

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=946
2018-03-20 16:32:50 +00:00
YaST Team Bot
30351f58ba - Self-Update report errors when the self_update is enabled
explicitly by linuxrc or using an AutoYaST profile.
  (bsc#1084820)
- 4.0.40

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=945
2018-03-20 10:57:40 +00:00
YaST Team Bot
5bf9bcd597 - Set the 'ro' property on Btrfs filesystem when using an AutoYaST
profile which sets the 'ro' option explicitly (related to
  bsc#1079000).
- 4.0.39

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=943
2018-03-14 08:43:11 +00:00
YaST Team Bot
6cb3122073 - complex_welcome: Translate license text if the language has been
changed (bnc#1077733).
- 4.0.38

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=942
2018-03-13 11:52:08 +00:00
YaST Team Bot
7b0f7f6cb8 - Set Btrfs 'ro' property at the end of the installation
when needed (bsc#1079000)
- 4.0.37

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=941
2018-03-13 08:55:22 +00:00
YaST Team Bot
47351c5a0f - Pass args to parent class constructor (bsc#1083500)
- 4.0.36

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=940
2018-03-01 15:09:53 +00:00
YaST Team Bot
4a30a51665 - fix marking texts for translation (bsc#1081361, bsc#1083015)
- 4.0.35

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=939
2018-02-27 12:51:30 +00:00
YaST Team Bot
6daf24a699 - More gentle handling of aborts caused by hardware probing errors
(bsc#1079228, bsc#1079817, bsc#1063059, bsc#1080554, bsc#1076776,
  bsc#1070459 and some others).
- Re-enable the old fix for bsc#298049 (abort button during ongoing
  hardware probing).
- Cleanup of dead code
- 4.0.34

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=938
2018-02-27 10:00:12 +00:00
YaST Team Bot
f7c9ca82d5 - Ensure previous role selection is cleared when doing desktop
selection (bsc#1078961)
- 4.0.33

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=937
2018-02-13 13:07:39 +00:00
YaST Team Bot
aba58cd796 - Startup scripts: Replaced xinetd by xvnc.socket (fate#323373)
- Revert changes added in 4.0.29 bringing back the enablement of
  the xvnc.socket during the first stage if Linuxrc.vnc is set.
  (bnc#1077236)
- 4.0.32

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=936
2018-02-12 09:39:47 +00:00
YaST Team Bot
917cbb9f3b - Added requirement iproute2 to spec file. This is needed by
the VNC AutoYaST installation in the second stage.
  (Follow up of bnc#1077236)
- 4.0.31

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=935
2018-02-06 11:32:34 +00:00
YaST Team Bot
f5fcfcfebb - do not crash if no role is selected (bsc#1078809)
- 4.0.30

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=934
2018-02-02 16:06:47 +00:00
YaST Team Bot
974aedef19 - Provides the current language when asking for the product's
release notes to the yast2.rpm API (related to bsc#1079045).
- 4.0.29

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=933
2018-02-02 15:01:24 +00:00
YaST Team Bot
73898addaf - Do not enable xvnc.socket for second installation stage.
Xvnc will be started by a direct call in vnc.sh. (bnc#1077236)
- 4.0.28

- 4.0.27

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=932
2018-01-31 14:12:06 +00:00
YaST Team Bot
7794ece60e - Reimplemented finding package upgrades to require less memory
(related to bsc#1076768)
- 4.0.33

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=931
2018-01-30 10:26:06 +00:00
YaST Team Bot
3b748dad84 - Start performing real installation with as much memory as
possible  (bsc#1076768)
- 4.0.26

  (bsc#1075334)

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=929
2018-01-26 12:40:45 +00:00
YaST Team Bot
3caa41a132 - Read the root_subvolume_read_only setting from its new location
(moved by libstorage-ng) in the control file (boo#1077047).
- 4.0.25

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=928
2018-01-23 10:03:05 +00:00
YaST Team Bot
d9f4400fb1 - save keyboard settings before console settings (bsc#1076798)
- 4.0.24

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=927
2018-01-19 14:37:07 +00:00
YaST Team Bot
b552dbe916 - Update YaST2-Firstboot.service: Depreciate plymouth --wait, add
conflict to plymouth start service.
- Update YaST2-Second-Stage.service: Depreciate plymouth deactivate
  command and add conflict to plymouth start service. For that will
  block TTY device activation(bsc#1042554).
- 4.0.23

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=926
2018-01-18 13:21:57 +00:00
YaST Team Bot
46f9fc0c9b - Fix initialization to copy the profile to /tmp/profile again
(bsc#1075334) 
- 4.0.22

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=925
2018-01-10 16:43:47 +00:00
YaST Team Bot
9dbab4370e - Fixed popup layout for bnc#1061754.
- 4.0.21

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=923
2017-12-20 13:49:02 +00:00
YaST Team Bot
a514adf6c4 - Warn the user if the infrastructure is not available for running
the second stage (bnc#1061754)
- 4.0.20

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=922
2017-12-19 13:15:57 +00:00
YaST Team Bot
10b4b33aad - Removal of SYSTEMCTL_OPTIONS environment variable (fate#323393)
- 4.0.19

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=921
2017-12-18 16:06:49 +00:00
YaST Team Bot
b278015891 - drop copy_to_system support (FATE#320873)
- 4.0.18

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=920
2017-12-14 08:07:07 +00:00
YaST Team Bot
96bf565187 - Log the system name at start to see which system is running
in the inst-sys (for easier debugging)

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=919
2017-12-12 08:48:42 +00:00
YaST Team Bot
bb5c0bd341 - Replaced Remote module by the new y2remote/remote class
(bsc#1070582)
- Updated yast2-network dependency.
- 4.0.17

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=918
2017-12-11 16:51:58 +00:00
YaST Team Bot
273d2dda29 approach (fate#324198)
OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=917
2017-12-11 16:25:31 +00:00
YaST Team Bot
b82c22e63e - Filter out modules extensions based on product, using white list
approach (fate##324198)
- 4.0.16

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=916
2017-12-11 08:45:38 +00:00
YaST Team Bot
886a1138c2 - Break autoyast2 and yast2-installation dependency cycle
(bsc#1070996) 
- 4.0.15

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=915
2017-12-05 07:13:07 +00:00
YaST Team Bot
deda68e039 - Do not ignore start_multipath setting (bsc#1070343).
- 4.0.14

- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468).

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=914
2017-12-01 11:44:32 +00:00
YaST Team Bot
c822519da6 - Unify firewall proposals and finish clients replacing
firewall_stage1_finish by firewall_finish. (fate#323460)
- 4.0.13

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=911
2017-11-03 14:05:59 +00:00
YaST Team Bot
fcbe905e34 - Cleanup old registration attempts before starting Installer. This
is needed for restarted installation after it has been aborted
  earlier (bsc#1065167).
- 4.0.12

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=910
2017-11-02 13:54:05 +00:00
YaST Team Bot
6996a67115 - Always show the license agreement on single product media,
even during upgrade (bsc#1065172)
- 4.0.11

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=909
2017-10-30 15:23:47 +00:00
YaST Team Bot
5673510a46 - Less eager inst-sys cleanup, libzypp actually needs some cached
files during package installation, remove only the white listed
  known files (bsc#1063459)
- 4.0.10

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=908
2017-10-24 10:38:35 +00:00
YaST Team Bot
fac590dbf3 - umount efivars properly (bsc#1063063)
- 4.0.9

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=907
2017-10-23 19:46:36 +00:00
YaST Team Bot
a2f22c83d7 - Write polkit settings even if no desktop is selected
(bsc#1062788)
- 4.0.8

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=905
2017-10-17 07:39:29 +00:00
YaST Team Bot
270116f2e9 - Adapted complex welcome client allowing to continue with the
installation when there are no products available. (bsc#1059070)
- 4.0.7

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=904
2017-10-16 08:31:15 +00:00
YaST Team Bot
134943993f - Dropped call of dasd_reload which caused renumbering of disks and
user got confused.(FATE#318138)
- 4.0.6

- AY: Warn the user if an remote installation is not completely
  possible because there are not all needed packages availble in
  the installed system. (bnc#1055279, bnc#1058071)
- 4.0.5

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=902
2017-10-10 08:58:37 +00:00
YaST Team Bot
065efc2dd0 - Add support to read release notes from an RPM in the
repository (fate#323273)
- 4.0.4

- Add support for system roles ordering (related to bsc#1049297)

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=900
2017-09-26 13:54:54 +00:00
YaST Team Bot
cc43fff8ee - Do not allow changing the selected base product on an already
registered system (bsc#1060252)

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=898
2017-09-26 10:45:44 +00:00
YaST Team Bot
ed475ce01b - Re-activated the step to search for system files (users and SSH
keys) in existing systems. It was temporarily disabled during the
  migration to storage-ng (part of fate#323837).
- 4.0.3

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=897
2017-09-25 08:39:37 +00:00
YaST Team Bot
19e7d5a32c - Removed obsolete inst_info client which is not used anymore.
(bsc#1047060)
- 4.0.2

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=896
2017-09-13 08:57:23 +00:00