diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-03-20 02:06:43 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-03-20 02:06:43 +0000 |
commit | 0f83fad925e395fae8b4619fd2c3fe61899a73a6 (patch) | |
tree | 1412048fa1b7961b3966906465765a6b437f36ce | |
parent | 8b406e11651e258671b40addf9fedb284a4b5fdf (diff) | |
download | draklive-install-0f83fad925e395fae8b4619fd2c3fe61899a73a6.tar draklive-install-0f83fad925e395fae8b4619fd2c3fe61899a73a6.tar.gz draklive-install-0f83fad925e395fae8b4619fd2c3fe61899a73a6.tar.bz2 draklive-install-0f83fad925e395fae8b4619fd2c3fe61899a73a6.tar.xz draklive-install-0f83fad925e395fae8b4619fd2c3fe61899a73a6.zip |
1.4
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 13 |
2 files changed, 14 insertions, 1 deletions
@@ -1,5 +1,5 @@ NAME = draklive-install -VERSION = 1.3 +VERSION = 1.4 dli_confdir = ${sysconfdir}/$(NAME).d dli_sysconfigdir = $(dli_confdir)/sysconfig @@ -1,3 +1,16 @@ +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 |