summaryrefslogtreecommitdiffstats
path: root/NEWS
blob: ff609c186f925f2a3f8740df9598d3c5e5a3b869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
1.6:
- fix unmounting disks in live root
- go on unmounting when one umount fails
- log when umount fails
- sync /var/log in installed root when needed

1.5:
- fix checking that available space is enough

1.4:
- check available space before formatting and installing (#22764)
- display error message and exit if install (files copy) failed
  (#22764)
- print an error message when the partitioning fails instead of dying
- run partition step in a loop while errors occur
- detect disks later to make startup faster
- do not hardcode first boot config files, copy them from
  /etc/draklive-install.d/sysconfig
- read live user from /etc/draklive-install.d/user
- add more wait messages
- update advert (from Hélène)

1.3:
- mount /proc and /sys before install (for mkinitrd to find drivers)
- create devices early to have a consistent root before calling other
  programs (so that /dev/null does not become a plain file when
  accessed by other programs, thanks rtp!)
- don't die when unmounting fails

1.2:
- better fix for mdkonline

1.1:
- fix reenabling mdkonline after install

1.0:
- copy rpm db from /tmp/rpm/real if it exists
- do not try to "clean" rpm db anymore

0.9:
- add some padding between ad an progress bar
- rediscover hardddisks at first boot
- remove autologin before first boot and user finish-install's
  USER_AUTOLOGIN_FIRST instead (or else kdm's consolekit support will
  segfault, because we remove the autologin user during xsetup)

0.8:
- update ad
- use xdg-user-dir to detect desktop directory of guest user
  when removing desktop entries
- brute force clean of rpm db to fix draklive-install removal

0.7:
- really fix "reboot needed" warning (#33986)
- umount all partitions before starting install
- remove /etc/modprobe.d/mandriva-live after install

0.6:
- fix "reboot needed" warning (#33986)
- enable mdkonline after install (#34000)
- use new pop_wait_messages option from interactive::gtk
  not to use hack that does not work anymore (made the installer crash)

0.5:
- use shared bootloader code (so that resume= is correctly set)

0.4:
- add advertising image
- use icons with correct size

0.3:
- fix partitions auto-allocate (from Pixel)
- use --one-file-system tar option instead of excluding unwanted folders

0.2:
- use plural-forms in translations (from Pablo)
- fix progress bar (#27889)
- use fs::partitioning and fs::partitioning_wizard instead of copying
  installer code
- allow to run draklive-install at live boot with "install"
  parameter on the kernel command line (using xsetup.d)
- update/clean menus
- add menu entry
- reuse same window for bootloader options

0.1.10:
- enable crond service after install

0.1.9:
- improve fstab probe (and detect swap devices so that they can be
  unmounted, thanks Pixel for the debugging, #25538)

0.1.8:
- don't run GLX configuration in finish-install
- create /mnt and its top-level-directories (#25137)
- don't grab focus if a window manager is running (#23454) and,
  as a side effect, don't die when switching to another desktop (#23453)

0.1.7:
- don't ask whether to Move/Hide old files (#21366)
- don't remove mdk-folders anymore, we'll try to fix the /home/guest files issue
- don't ask timezone settings
- allow to install doc in disk install
- remove useless update-menus calls

0.1.6:
- allow to use grub as a bootloader (#21318, fix typo)
- enable back dkms service
- enable first boot wizard at system boot
- show the window centered (useful if run in xsetup.d script)

0.1.5:
- updates translations

0.1.4
- make the wizard really die when it is cancelled
- use a smaller welcome image
- make sure the cancel button is available in this pseudo-drakboot-boot

0.1.3:
- set prefix after partitionWizard, so that partition tools don't fail to find fs tools (#21260)
- use correct size for small icon

0.1.2:
- add translations

0.1:
- initial release