summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStew Benedict <stewb@mandriva.org>2006-02-22 15:12:18 +0000
committerStew Benedict <stewb@mandriva.org>2006-02-22 15:12:18 +0000
commit9cb6270ead9ffcb4298e9e97c21855d42432a864 (patch)
treef64b92776681eea0dfa766485cba2dd0717f3d50
parent6af444809e4173472cae634a24446ee9eeef5ce3 (diff)
downloaddrakx-backup-do-not-use-9cb6270ead9ffcb4298e9e97c21855d42432a864.tar
drakx-backup-do-not-use-9cb6270ead9ffcb4298e9e97c21855d42432a864.tar.gz
drakx-backup-do-not-use-9cb6270ead9ffcb4298e9e97c21855d42432a864.tar.bz2
drakx-backup-do-not-use-9cb6270ead9ffcb4298e9e97c21855d42432a864.tar.xz
drakx-backup-do-not-use-9cb6270ead9ffcb4298e9e97c21855d42432a864.zip
Allow user to modify xbox partitions on non-xbox (thx Pixel)
-rw-r--r--perl-install/diskdrake/interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm
index e2c666212..f288dd085 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -468,7 +468,7 @@ sub part_possible_actions {
);
if (isEmpty($part)) {
if_(!$hd->{readonly}, N_("Create"));
- } elsif ($part->{pt_type} == 0xbf) {
+ } elsif ($part->{pt_type} == 0xbf && detect_devices::is_xbox()) {
#- XBox OS partitions, do not allow anything
return;
} else {