printf("LILO version %d.%d%s%s", VERSION_MAJOR, VERSION_MINOR,
VERSION_EDIT, test ? " (test mode)" : "");
if (version && verbose<=0) {
-+ printf (" (Debian GNU/Linux)");
++ printf (" (Debian)");
printf("\n");
return 0;
}
}
#endif
}
-+ printf ("Debian GNU/Linux\n");
++ printf ("Debian\n");
printf("\n");
if (version) {
if (verbose>=2) configuration();
-disk into the A: drive (/dev/fd0). Type the command "make floppy".
-After the files have assembled, the bootable floppy disk will be created.
+Change into the /usr/lib/lilo directory. Insert a formatted floppy
-+disk into the A: drive (/dev/fd0). Type the command "make -f Makefile".
-+A bootable floppy disk will be created.
++disk into the A: drive (/dev/fd0). Type the command "make". A bootable
++floppy disk will be created.
Running the diagnostic
======================