Remove Contents files from jigdofilelist so that they are included on
the jigdo templates instead of needing to download them. Remove unneeded wgets for Amiga files as they now are on the boot floppies.
This commit is contained in:
parent
e5073af142
commit
15fc56e652
|
@ -55,11 +55,6 @@ cd $CDDIR/install
|
|||
# Redo work of installtools.sh
|
||||
ln -sf install.en.html doc/index.html
|
||||
|
||||
# Extra tools not yet in boot floppies
|
||||
wget -q sunsite.auc.dk:/pub/os/linux/680x0/tools/dmesg.readme -O dmesg.readme
|
||||
wget -q sunsite.auc.dk:/pub/os/linux/680x0/tools/dmesg -O dmesg
|
||||
chmod a+x dmesg
|
||||
|
||||
# Amiboot needs to be executable
|
||||
chmod a+x amiga/amiboot-5.6
|
||||
|
||||
|
|
Loading…
Reference in New Issue