diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-02 14:44:33 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-02 14:44:33 +0000 |
commit | 6df138bc0f74b9d6869f69c9fb662f851026e6c8 (patch) | |
tree | 4fa4d1dc6067dd7f7d770965ed1acf99db9dc823 /perl-install/fsedit.pm | |
parent | c1642859374aeaf9481998672b249785b90389b5 (diff) | |
download | drakx-6df138bc0f74b9d6869f69c9fb662f851026e6c8.tar drakx-6df138bc0f74b9d6869f69c9fb662f851026e6c8.tar.gz drakx-6df138bc0f74b9d6869f69c9fb662f851026e6c8.tar.bz2 drakx-6df138bc0f74b9d6869f69c9fb662f851026e6c8.tar.xz drakx-6df138bc0f74b9d6869f69c9fb662f851026e6c8.zip |
JFS support
Diffstat (limited to 'perl-install/fsedit.pm')
-rw-r--r-- | perl-install/fsedit.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index ea6e6443b..2e7eada73 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -51,6 +51,7 @@ my @partitions_signatures = ( [ 0x183, 0x10034, "ReIsErFs" ], [ 0x183, 0x10034, "ReIsEr2Fs" ], [ 0x283, 0, 'XFSB', 0x200, 'XAGF', 0x400, 'XAGI' ], + [ 0x383, 0x8000, 'JFS1' ], [ 0x82, 4086, "SWAP-SPACE" ], [ 0x7, 0x1FE, "\x55\xAA", 0x3, "NTFS" ], [ 0xc, 0x1FE, "\x55\xAA", 0x52, "FAT32" ], |