/[soft]/draklive-install/trunk/NEWS
ViewVC logotype

Contents of /draklive-install/trunk/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4023 - (show annotations) (download)
Wed Apr 11 22:33:04 2012 UTC (12 years ago) by blino
File size: 6787 byte(s)
fix breakage due to prepare_minimal_root() changes (from tmb)
1 - fix breakage due to prepare_minimal_root() changes
2
3 1.35
4 - replace X-MandrivaLinux-CrossDesktop with X-Mageia-CrossDesktop (mga#2449)
5
6 1.34
7 - translation updates
8
9 1.33
10 - remove hardcoded mdkonline removal code, should be handled in live config
11
12 1.32
13 - fix icon name in desktop file
14
15 1.29
16 - do not run makedev, needed devices are now copied before
17
18 1.28
19 - use sligthly taller window for draklive-install so that diskdrake wizard
20 isn't cut off
21
22 1.27
23 - when starting install directly after boot, make sure we start
24 draklive-install with the right locale set
25 - call set_wm_hints_if_needed to get correctly sized windows when running
26 draklive-install directly after boot
27 - add 2010.1 ad
28
29 1.26
30 - rename Live Install to Hard Disk Install
31 - add StartupNotify to draklive-install desktop files
32 - run scripts from /etc/draklive-install.d/run.d after install if cleanups
33 are needed in the chrooted tree
34
35 1.25
36 - really fix installation from a dir which is not /
37
38 1.24:
39 - when not installing from /, make sure to remove the unused files from the
40 source directory
41
42 1.23:
43 - update advertisement screen
44
45 1.22:
46 - keep pre-configured desktop session
47
48 1.21:
49 - don't set gettext domain too late (caused badly displayed accents when running draklive-install) (Thierry Vignaud)
50
51 1.20:
52 - adjust to drakx changes wrt default display manager
53
54 1.18:
55 - define $::isInstall in diskdrake::interactive::hd_possible_actions_base, hd_gtk
56 directly calls it, not through hd_possible_actions
57
58 1.17:
59 - correctly exclude live_device when booting from hybrid USB image
60
61 1.16.2:
62 - translation updates
63
64 1.16.1:
65 - translation updates
66
67 1.16:
68 - do not hard re-enabled services list, read it from /etc/draklive-install.d/services
69
70 1.15:
71 - use draklive-install-lock-storage from /usr/bin in desktop files
72
73 1.14:
74 - update advertising image
75
76 1.13.1:
77 - translation updates
78
79 1.13:
80 - use new drakxtools code to remove unused packages
81
82 1.12:
83 - run remove-unselected-locales and remove-unused-hardware-packages
84 before install (#36610)
85
86 1.11:
87 - appear toplevel of the "Tools" menu in KDE
88
89 1.10:
90 - adapt kdm configuration to KDE4
91
92 1.9:
93 - do not install bootloader on live device (useful for Mandriva Flash)
94 - get list of files to be removed from /etc/draklive-install.d/remove.d/
95 - do not allow update-menus to create home directory with invalid perms
96 - allow to specify custom copy source in /etc/sysconfig/draklive-install
97 (to copy unmodified distro from Mandriva Flash)
98 - clean fstab in the live system (since partitions UUIDs of the
99 installed system have been modified)
100 - remove hds from harddrake config in live system too so that they get
101 reconfigured at next reboot
102 - umount partitions later
103 (because g-v-m might have mounted them in the meantime)
104 - use wrapper to lock media managers during live install
105 (not to get popups/automounts about new partitions)
106
107 1.8:
108 - do not crash when no valid devices is found (#36377)
109
110 1.7:
111 - translation updates
112
113 1.6:
114 - fix unmounting disks in live root
115 - go on unmounting when one umount fails
116 - log when umount fails
117 - sync /var/log in installed root when needed
118
119 1.5:
120 - fix checking that available space is enough
121
122 1.4:
123 - check available space before formatting and installing (#22764)
124 - display error message and exit if install (files copy) failed
125 (#22764)
126 - print an error message when the partitioning fails instead of dying
127 - run partition step in a loop while errors occur
128 - detect disks later to make startup faster
129 - do not hardcode first boot config files, copy them from
130 /etc/draklive-install.d/sysconfig
131 - read live user from /etc/draklive-install.d/user
132 - add more wait messages
133 - update advert (from Hélène)
134
135 1.3:
136 - mount /proc and /sys before install (for mkinitrd to find drivers)
137 - create devices early to have a consistent root before calling other
138 programs (so that /dev/null does not become a plain file when
139 accessed by other programs, thanks rtp!)
140 - don't die when unmounting fails
141
142 1.2:
143 - better fix for mdkonline
144
145 1.1:
146 - fix reenabling mdkonline after install
147
148 1.0:
149 - copy rpm db from /tmp/rpm/real if it exists
150 - do not try to "clean" rpm db anymore
151
152 0.9:
153 - add some padding between ad an progress bar
154 - rediscover hardddisks at first boot
155 - remove autologin before first boot and user finish-install's
156 USER_AUTOLOGIN_FIRST instead (or else kdm's consolekit support will
157 segfault, because we remove the autologin user during xsetup)
158
159 0.8:
160 - update ad
161 - use xdg-user-dir to detect desktop directory of guest user
162 when removing desktop entries
163 - brute force clean of rpm db to fix draklive-install removal
164
165 0.7:
166 - really fix "reboot needed" warning (#33986)
167 - umount all partitions before starting install
168 - remove /etc/modprobe.d/mandriva-live after install
169
170 0.6:
171 - fix "reboot needed" warning (#33986)
172 - enable mdkonline after install (#34000)
173 - use new pop_wait_messages option from interactive::gtk
174 not to use hack that does not work anymore (made the installer crash)
175
176 0.5:
177 - use shared bootloader code (so that resume= is correctly set)
178
179 0.4:
180 - add advertising image
181 - use icons with correct size
182
183 0.3:
184 - fix partitions auto-allocate (from Pixel)
185 - use --one-file-system tar option instead of excluding unwanted folders
186
187 0.2:
188 - use plural-forms in translations (from Pablo)
189 - fix progress bar (#27889)
190 - use fs::partitioning and fs::partitioning_wizard instead of copying
191 installer code
192 - allow to run draklive-install at live boot with "install"
193 parameter on the kernel command line (using xsetup.d)
194 - update/clean menus
195 - add menu entry
196 - reuse same window for bootloader options
197
198 0.1.10:
199 - enable crond service after install
200
201 0.1.9:
202 - improve fstab probe (and detect swap devices so that they can be
203 unmounted, thanks Pixel for the debugging, #25538)
204
205 0.1.8:
206 - don't run GLX configuration in finish-install
207 - create /mnt and its top-level-directories (#25137)
208 - don't grab focus if a window manager is running (#23454) and,
209 as a side effect, don't die when switching to another desktop (#23453)
210
211 0.1.7:
212 - don't ask whether to Move/Hide old files (#21366)
213 - don't remove mdk-folders anymore, we'll try to fix the /home/guest files issue
214 - don't ask timezone settings
215 - allow to install doc in disk install
216 - remove useless update-menus calls
217
218 0.1.6:
219 - allow to use grub as a bootloader (#21318, fix typo)
220 - enable back dkms service
221 - enable first boot wizard at system boot
222 - show the window centered (useful if run in xsetup.d script)
223
224 0.1.5:
225 - updates translations
226
227 0.1.4
228 - make the wizard really die when it is cancelled
229 - use a smaller welcome image
230 - make sure the cancel button is available in this pseudo-drakboot-boot
231
232 0.1.3:
233 - set prefix after partitionWizard, so that partition tools don't fail to find fs tools (#21260)
234 - use correct size for small icon
235
236 0.1.2:
237 - add translations
238
239 0.1:
240 - initial release

  ViewVC Help
Powered by ViewVC 1.1.30