Would someone please apply the following patches? m68k needs these for daily sarge cds to be useful.
The first is due to a kernel build-dep problem and keeps an install from
completing. The second is some cleanup.
Thanks,
Stephen
diff -ru setup/debian-cd/tasks/base-sarge debian-cd/tasks/base-sarge
--- setup/debian-cd/tasks/base-sarge Thu Jan 29 12:16:47 2004
+++ debian-cd/tasks/base-sarge Mon Apr 5 11:29:33 2004
@@ -680,6 +680,7 @@
setserial
vmelilo
ipchains
+filesutils
#endif
#ifdef ARCH_powerpc
diff -ru setup/debian-cd/tools/boot/sarge/boot-m68k
debian-cd/tools/boot/sarge/boot-m68k
--- setup/debian-cd/tools/boot/sarge/boot-m68k Sat Mar 27 14:34:13 2004
+++ debian-cd/tools/boot/sarge/boot-m68k Mon Apr 5 11:30:08 2004
@@ -34,6 +34,9 @@
install_languages $CDDIR
+# remove i386 stuff
+rm -rf $CDDIR/tools
+
cd $INSTALLDIR
# create directories for different sub-archs
mkdir {amiga,atari,bvme6000,mac,mvme147,mvme16x}
@@ -60,5 +63,7 @@
# Amiboot needs to be executable
chmod a+x amiga/amiboot-5.6
+# Need a .info file for the install directory (AmigaOS) (icon?)
+cp amiga/amiga.info $CDDIR/install.info
##-----------------------------< end of file >------------------------------##
--
Stephen R. Marenka If life's not fun, you're not doing it right!
<[EMAIL PROTECTED]>
signature.asc
Description: Digital signature

