diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-07-23 01:07:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-07-23 01:07:14 +0000 |
commit | 7a399c64f3a1ea29198e94dec585271c20861a1b (patch) | |
tree | 10eabc92d67c38a8d3052459fb53b6ba2f1a3ba0 /perl-install/diskdrake | |
parent | d6988803059884b4f5dcff6f479c8e93f7bb3586 (diff) | |
download | drakx-7a399c64f3a1ea29198e94dec585271c20861a1b.tar drakx-7a399c64f3a1ea29198e94dec585271c20861a1b.tar.gz drakx-7a399c64f3a1ea29198e94dec585271c20861a1b.tar.bz2 drakx-7a399c64f3a1ea29198e94dec585271c20861a1b.tar.xz drakx-7a399c64f3a1ea29198e94dec585271c20861a1b.zip |
fix indentation
Diffstat (limited to 'perl-install/diskdrake')
-rw-r--r-- | perl-install/diskdrake/interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm index 269ff5aa5..b1457060c 100644 --- a/perl-install/diskdrake/interactive.pm +++ b/perl-install/diskdrake/interactive.pm @@ -25,7 +25,7 @@ struct part { int active # one of { 0 | 0x80 } x86 only, primary only int start # in sectors int size # in sectors - int pt_type # 0x82, 0x83, 0x6 ... + int pt_type # 0x82, 0x83, 0x6 ... string device # 'hda5', 'sdc1' ... string devfs_device # 'ide/host0/bus0/target0/lun0/part5', ... string prefer_devfs_name # should the {devfs_device} or the {device} be used in fstab |