diff options
Diffstat (limited to 'util-linux/fdisk_aix.c')
-rw-r--r-- | util-linux/fdisk_aix.c | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/util-linux/fdisk_aix.c b/util-linux/fdisk_aix.c index 2402e294a..8095fc4ab 100644 --- a/util-linux/fdisk_aix.c +++ b/util-linux/fdisk_aix.c | |||
@@ -39,18 +39,15 @@ static short aix_volumes = 1; | |||
39 | static void | 39 | static void |
40 | aix_info(void) | 40 | aix_info(void) |
41 | { | 41 | { |
42 | puts( | 42 | puts("\n" |
43 | _("\n\tThere is a valid AIX label on this disk.\n" | 43 | "There is a valid AIX label on this disk.\n" |
44 | "\tUnfortunately Linux cannot handle these\n" | 44 | "Unfortunately Linux cannot handle these disks at the moment.\n" |
45 | "\tdisks at the moment. Nevertheless some\n" | 45 | "Nevertheless some advice:\n" |
46 | "\tadvice:\n" | 46 | "1. fdisk will destroy its contents on write.\n" |
47 | "\t1. fdisk will destroy its contents on write.\n" | 47 | "2. Be sure that this disk is NOT a still vital part of a volume group.\n" |
48 | "\t2. Be sure that this disk is NOT a still vital\n" | 48 | " (Otherwise you may erase the other disks as well, if unmirrored.)\n" |
49 | "\t part of a volume group. (Otherwise you may\n" | 49 | "3. Before deleting this physical volume be sure to remove the disk\n" |
50 | "\t erase the other disks as well, if unmirrored.)\n" | 50 | " logically from your AIX machine. (Otherwise you become an AIXpert).\n" |
51 | "\t3. Before deleting this physical volume be sure\n" | ||
52 | "\t to remove the disk logically from your AIX\n" | ||
53 | "\t machine. (Otherwise you become an AIXpert).") | ||
54 | ); | 51 | ); |
55 | } | 52 | } |
56 | 53 | ||