diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-05-02 09:34:18 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-05-02 09:34:18 +0000 |
commit | 52b74143bcf10c4580c3da3d31ad18e99d39daab (patch) | |
tree | 909484944c9132993df4df209d5ae33e2f834ba6 /NEWS | |
download | draklive-install-52b74143bcf10c4580c3da3d31ad18e99d39daab.tar draklive-install-52b74143bcf10c4580c3da3d31ad18e99d39daab.tar.gz draklive-install-52b74143bcf10c4580c3da3d31ad18e99d39daab.tar.bz2 draklive-install-52b74143bcf10c4580c3da3d31ad18e99d39daab.tar.xz draklive-install-52b74143bcf10c4580c3da3d31ad18e99d39daab.zip |
reimport draklive-install in SVN
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 65 |
1 files changed, 65 insertions, 0 deletions
@@ -0,0 +1,65 @@ +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 |