From 997a0005e0a451a0d0bdf56e4367d951ce516b4a Mon Sep 17 00:00:00 2001 From: "Stephen R. Marenka" Date: Mon, 3 May 2004 14:19:14 +0000 Subject: [PATCH] Fix m68k/amiga icons --- debian/changelog | 3 ++- tools/boot/sarge/boot-m68k | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 53c403c8..874338ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -47,7 +47,8 @@ debian-cd (2.2.18) UNRELEASED; urgency=low kernel-source-2.2.20, timidity-patches, tcl8.2 and tk8.2. - Update list2cds to allow #-comments in the exclude file. * Stephen R. Marenka - - m68k support. + - Update m68k support for sarge. + - Fix m68k/amiga icons. * Santiago Garcia - Update isolinux.bin to the version we are shipping with Sarge. - Update debian-installer tasks. diff --git a/tools/boot/sarge/boot-m68k b/tools/boot/sarge/boot-m68k index 7239b082..121ceb1b 100755 --- a/tools/boot/sarge/boot-m68k +++ b/tools/boot/sarge/boot-m68k @@ -60,11 +60,12 @@ else wget -O root.bin "$DI_WWW_HOME/cdrom-initrd.gz" fi -# Amiboot needs to be executable +# Amiboot and dmesg need to be executable chmod a+x amiga/amiboot-5.6 chmod a+x amiga/dmesg -# Need a .info file for the install directory (AmigaOS) (icon?) +# Setup amiga icons cp amiga/amiga.info $CDDIR/install.info +mv amiga/amiga.info . ##-----------------------------< end of file >------------------------------##