]> git.pld-linux.org Git - packages/util-linux.git/blob - util-linux-fdisk.patch
- use functions
[packages/util-linux.git] / util-linux-fdisk.patch
1 diff -Nur util-linux-2.9r/fdisk/fdisk.c util-linux-2.9r.pld/fdisk/fdisk.c
2 --- util-linux-2.9r/fdisk/fdisk.c       Sat May  1 13:49:47 1999
3 +++ util-linux-2.9r.pld/fdisk/fdisk.c   Sun May 23 13:47:46 1999
4 @@ -2002,8 +2002,12 @@
5                                         printf(_("Boot file unchanged\n"));
6                                 else
7                                         sgi_set_bootfile(line_ptr);
8 -                       } else
9 -                               bselect();
10 +                       } else {
11 +                           printf("Warning: starting partitions at cylinder 1"
12 +                                  " will be bad for the health of your\n");
13 +                           printf("partition table -- start at cylinder 2 instead!\n\n");
14 +                           bselect();
15 +                       }
16                         break;
17                 case 'c':
18                         if (sun_label)
This page took 0.033423 seconds and 3 git commands to generate.