X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=make_wiz.sh;fp=make_wiz.sh;h=9176fc2ce9dbf939eb3117ee1a1b83810901b918;hp=0000000000000000000000000000000000000000;hb=4d0451847a77d420284c7fb0f50b1f167c1118ee;hpb=ed233fce977d411ce024631668f1488d0d078d19 diff --git a/make_wiz.sh b/make_wiz.sh new file mode 100755 index 0000000..9176fc2 --- /dev/null +++ b/make_wiz.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +dist/make_cmn.sh out_wiz +mkdir -p out_wiz/tools +cp dist/ginge.gpe out_wiz/ +cp dist/ginge32.png out_wiz/ginge.png +cp dist/ginge_dyn_oabi.sh out_wiz/ginge_dyn.sh +cp tools/cramfsck_oabi out_wiz/tools/cramfsck + +dd if=/dev/zero of=out_wiz/swapfile bs=1M count=16