diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2009-04-15 10:07:21 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2009-04-15 10:07:21 +0000 |
commit | 1e87875275f165ac372670110bd8db6de03a4c58 (patch) | |
tree | e20908eb18723f330ff8eb63576f3440d552dcbf /perl-install | |
parent | f363cd9e619c6aee654fdfeba423ea2120c9cded (diff) | |
download | drakx-1e87875275f165ac372670110bd8db6de03a4c58.tar drakx-1e87875275f165ac372670110bd8db6de03a4c58.tar.gz drakx-1e87875275f165ac372670110bd8db6de03a4c58.tar.bz2 drakx-1e87875275f165ac372670110bd8db6de03a4c58.tar.xz drakx-1e87875275f165ac372670110bd8db6de03a4c58.zip |
- include mount.ntfs-3g in install and rescue
- add various command to rescue
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/NEWS | 5 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 42d471ffc..c12f89074 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,8 @@ +- include mount.ntfs-3g in install and rescue +- add various command to rescue + +Version 12.27 - 14 April 2009 + - be more compatible with older http code for error management - handle firmware loading in stage2 too diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index ade0f3381..05f63dca5 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -13,7 +13,7 @@ insmod modinfo rmmod losetup lvm2 mdadm - mount mount.nfs umount + mount mount.nfs mount.ntfs-3g umount <mode copy="dereference"> vol_id <!-- needed by libDrakX --> |