home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / kernel-s / v1.1 / slackwar.002 < prev    next >
Text File  |  1995-10-10  |  957b  |  18 lines

  1. diff -u --recursive --new-file linux-1.1.55+new_quota+alpha/drivers/block/ramdisk.c linux/drivers/block/ramdisk.c
  2. --- linux-1.1.55+new_quota+alpha/drivers/block/ramdisk.c    Thu Oct 13 21:31:06 1994
  3. +++ linux/drivers/block/ramdisk.c    Thu Oct 20 18:22:55 1994
  4. @@ -186,7 +186,12 @@
  5.          return;
  6.  
  7.      /* for Slackware install disks */
  8. -    printk(KERN_NOTICE "VFS: Insert ramdisk floppy and press ENTER\n");
  9. +        /* Pat's ugly hack */
  10. +        printk(KERN_NOTICE "\n\nPlease remove the boot kernel disk from your floppy drive, insert a\n");
  11. +        printk(KERN_NOTICE "root/install disk (such as one of the Slackware color144, colrlite,\n");
  12. +        printk(KERN_NOTICE "tty144, or tty12 disks) or some other disk you wish to load into a\n");
  13. +        printk(KERN_NOTICE "ramdisk and boot, and then press ENTER to continue.\n\n");
  14. +/*    printk(KERN_NOTICE "VFS: Insert ramdisk floppy and press ENTER\n"); */
  15.      wait_for_keypress();
  16.  
  17.      memset(&filp, 0, sizeof(filp));
  18.