[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PPC boot-floppy building



Here's a patch to make/checks to correctly check for a msdos module on a 2.4
system.

Thanks,

Stephen


Index: make/checks
===================================================================
RCS file: /cvs/debian-boot/boot-floppies/make/checks,v
retrieving revision 1.5
diff -u -u -r1.5 checks
--- make/checks     2001/04/10 22:53:54  1.5
+++ make/checks     2001/04/12 17:59:20
@@ -19,6 +19,7 @@
 check_msdos:
     @grep msdos /proc/filesystems 2>&1 >/dev/null || \
          test -f /lib/modules/`uname -r`/fs/msdos.o || \
+         test -f /lib/modules/`uname -r`/kernel/fs/msdos/msdos.o || \
          ( echo msdos filesystem support needed; exit 1 )

 # Use this to check if your kernel has support for the loop device






Reply to: