diff options
author | Francois Pons <fpons@mandriva.com> | 2000-06-07 18:20:40 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-06-07 18:20:40 +0000 |
commit | 234684d7e2fcca452ee5c0bedd0e82c15a3dc788 (patch) | |
tree | 60b1a1022a726c0af371559d4d40b2a062da8162 /perl-install/install_steps_newt.pm | |
parent | 0d81dab56418bb5bac57ae4f6b41d508da2180ec (diff) | |
download | drakx-234684d7e2fcca452ee5c0bedd0e82c15a3dc788.tar drakx-234684d7e2fcca452ee5c0bedd0e82c15a3dc788.tar.gz drakx-234684d7e2fcca452ee5c0bedd0e82c15a3dc788.tar.bz2 drakx-234684d7e2fcca452ee5c0bedd0e82c15a3dc788.tar.xz drakx-234684d7e2fcca452ee5c0bedd0e82c15a3dc788.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_newt.pm')
-rw-r--r-- | perl-install/install_steps_newt.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install_steps_newt.pm b/perl-install/install_steps_newt.pm index 015de1c05..4cc5fd9a6 100644 --- a/perl-install/install_steps_newt.pm +++ b/perl-install/install_steps_newt.pm @@ -42,6 +42,8 @@ sub doPartitionDisks($$) { print _("You can now partition your %s hard drive When you are done, don't forget to save using `w'", $_->{device}); + arch() =~ /sparc/ and print +_("\nBE CAREFULL NOT TO USE CYLINDER 0 ELSE YOUR PARTITION TABLE WILL BE DESTROYED!"); print "\n\n"; my $pid = fork or exec "fdisk", devices::make($_->{device}); waitpid($pid, 0); |