X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=src%2Fpartition.c;h=329a90f8bb31ea7ecb11804fac1ac32c0cc818f3;hb=6b7c9204067e37f8f2b40c35f71da53b17ac57ce;hp=50d99e930f18f7a8d1cc62b2072f4c2edcb547cf;hpb=ffed495b68f6d518efc5fcf6e845c5ff83099b11;p=rrq%2Fmaintain_lilo.git diff --git a/src/partition.c b/src/partition.c index 50d99e9..329a90f 100644 --- a/src/partition.c +++ b/src/partition.c @@ -2,7 +2,7 @@ * * Copyright 1992-1998 Werner Almesberger * Copyright 1999-2005 John Coffman - * Copyright 2009-2013 Joachim Wiedorn + * Copyright 2009-2014 Joachim Wiedorn * All rights reserved. * * Licensed under the terms contained in the file 'COPYING' @@ -226,11 +226,10 @@ void part_verify(int dev_nr,int type) dos ? " A DOS/Windows system may be rendered unbootable." "\n The backup copy of this boot sector should be retained." : "" ); + fprintf (errstd, "I will assume that you know what you're doing and I will proceed.\n"); #if 0 if (!dos && !cfg_get_flag(cf_options,"ignore-table")) die("You may proceed by using either '-P ignore' or 'ignore-table'"); -#else - if (!yesno("\nProceed? ", 0)) exit(0); #endif } cyl = part_table[part].cyl+((part_table[part].sector >> 6) << 8);