diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-01-25 08:14:40 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-01-25 08:14:40 +0000 |
commit | 054326b1b8f405ca593c69038c2fdfce47c0be1e (patch) | |
tree | 9c40a9d547e575709ee4f9f59277fcd5b3529862 /perl-install | |
parent | d622f3ff2e8821cfb4f44b7cb3714e41a4918416 (diff) | |
download | drakx-054326b1b8f405ca593c69038c2fdfce47c0be1e.tar drakx-054326b1b8f405ca593c69038c2fdfce47c0be1e.tar.gz drakx-054326b1b8f405ca593c69038c2fdfce47c0be1e.tar.bz2 drakx-054326b1b8f405ca593c69038c2fdfce47c0be1e.tar.xz drakx-054326b1b8f405ca593c69038c2fdfce47c0be1e.zip |
- do not propose ext4dev filesystem during install (#37157)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/fs/type.pm | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index 220966c38..3d4bb6ffa 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -22,7 +22,6 @@ my (%type_name2pt_type, %type_name2fs_type, %fs_type2pt_type, %pt_type2fs_type, 0x82 => 'swap', 'Linux swap', 0x83 => 'ext2', 'Linux native', 0x83 => 'ext3', 'Journalised FS: ext3', - 0x83 => 'ext4dev', 'Journalised FS: ext4', 0x83 => 'reiserfs', 'Journalised FS: ReiserFS', if_(arch() =~ /ppc|i.86|ia64|x86_64/, 0x83 => 'xfs', 'Journalised FS: XFS', @@ -120,6 +119,7 @@ if_(arch() !~ /ppc/, 0x81 => '', 'Minix / old Linux', if_(!$::isInstall, 0x83 => 'reiser4', 'Journalised FS: Reiser4', + 0x83 => 'ext4dev', 'Journalised FS: ext4', ), 0x84 => '', 'OS/2 hidden C: drive', 0x86 => '', 'NTFS volume set (0x86)', diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 45d1eff9f..f47148adb 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- do not propose ext4dev filesystem during install (#37157) + Version 10.6.8 - 24 January 2008 - 2008.1 beta1 logo |