]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux-fdisk.patch
- init var
[packages/util-linux.git] / util-linux-fdisk.patch
CommitLineData
67dbd305 1diff -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.023861 seconds and 4 git commands to generate.