use waninkoko nand loader by default

This commit is contained in:
Christopher Roy Bratusek 2012-04-17 20:08:04 +02:00
parent bf6ddd22e9
commit 8bea804b0e
7 changed files with 5 additions and 17 deletions

View File

@ -20,19 +20,13 @@ compile_boot ()
compile_installer ()
{
if [[ -e boot/hbf_boot.dol && ! $FORCE ]]; then
cp boot/hbf_boot.dol installer/wad/00000002.app
cp boot/hbf_boot.dol installer/wad/00000001.app
else compile_boot
cp boot/hbf_boot.dol installer/wad/00000002.app
cp boot/hbf_boot.dol installer/wad/00000001.app
fi
if [[ $CHNL == "COMEX" ]]; then
wine tools/WadMii.exe -input "Z:\home\chris\Projekte\homebrewfilter\installer\wad" -output "Z:\home\chris\Projekte\homebrewfilter\installer\data\install.wad"
sleep 5
else
wine tools/WadMii.exe -input "Z:\home\chris\Projekte\homebrewfilter\installer\wad" -output "Z:\home\chris\Projekte\homebrewfilter\installer\THBF.wad"
sleep 5
mono tools/CustomizeMii.exe
fi
wine tools/WadMii.exe -input "Z:\home\chris\Projekte\homebrewfilter\installer\wad" -output "Z:\home\chris\Projekte\homebrewfilter\installer\data\install.wad"
sleep 5
if [[ -e installer/data/install.wad ]]; then
make -C installer || exit 1
@ -94,12 +88,6 @@ case $1 in
make_distribution
;;
"-o" )
FORCE=YES
CHNL=COMEX
make_distribution
;;
"-b" )
FORCE=YES
compile_boot
@ -109,4 +97,4 @@ case $1 in
make_distribution
;;
esac
esac

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

After

Width:  |  Height:  |  Size: 2.7 MiB

BIN
installer/wad/00000002.app Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.