diff options
author | Stew Benedict <stewb@mandriva.org> | 2005-03-10 17:59:25 +0000 |
---|---|---|
committer | Stew Benedict <stewb@mandriva.org> | 2005-03-10 17:59:25 +0000 |
commit | 07176b363fe8b3cb3c885f378c93748ef749dcfb (patch) | |
tree | 43f6030b7fbbff156f6c3c715a7337e172842a5b /perl-install/fs | |
parent | 3fb415deb585958c2e8f5cf86cfafc899fd9153a (diff) | |
download | drakx-07176b363fe8b3cb3c885f378c93748ef749dcfb.tar drakx-07176b363fe8b3cb3c885f378c93748ef749dcfb.tar.gz drakx-07176b363fe8b3cb3c885f378c93748ef749dcfb.tar.bz2 drakx-07176b363fe8b3cb3c885f378c93748ef749dcfb.tar.xz drakx-07176b363fe8b3cb3c885f378c93748ef749dcfb.zip |
Diskdrake mods for XBox (thks Pixel)
Diffstat (limited to 'perl-install/fs')
-rw-r--r-- | perl-install/fs/type.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index caada6dfb..841d6e12b 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -138,6 +138,7 @@ if_(arch() !~ /ppc/, 0xb8 => '', 'BSDI swap', 0xbb => '', 'Boot Wizard hidden', 0xbe => '', 'Solaris boot', + 0xbf => '', 'Microsoft XBox OS Partitions', 0xc1 => '', 'DRDOS/sec (FAT-12)', 0xc4 => '', 'DRDOS/sec (FAT-16 < 32M)', 0xc6 => '', 'DRDOS/sec (FAT-16)', |