Fix m68k/amiga icons
This commit is contained in:
parent
b3f27eab2a
commit
997a0005e0
|
@ -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.
|
||||
|
|
|
@ -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 >------------------------------##
|
||||
|
|
Loading…
Reference in New Issue