QUOTE(kingroach @ Feb 25 2005, 02:51 AM)
your tut. lead me to find out how to create shadowc.img with xboxhdm.. before that I was clueless..

anymore ideas/features to add.. what might be usefull for softmodders.. the problem is its not possible to use the installer with the current version of xboxhdm. I am using a modified version of xboxhdm..
How did you get the shadowc.img file made in linux?
My idea for shadowC i was writing it for opendash linux part..
CODE
#!/bin/sh
###################################################################
### ShadowC maker for linux :-) & opendash ###
### This script is for creating ShadowC ###
### Script By Keo-Keo XS Forums(xbox-scene.com) ###
### Edit this how ever you want but don't remove this THANKS! ###
###################################################################
blink grxg
## Lets make the shadowC folder
echo -e "Creating E:/shadowc/"
mkdir /mnt/E/shdowtst
# mkdir /mnt/E/shadowc
echo -e "Done"
sleep1
blink gggx
echo -e "Creating shadowc.img"
mkfs.fatx /mnt/C/* /mnt/E/shdowtst/shadowc.img
echo -e "Done"
blink oooo
sleep1
clear
exit
You can also create it like an addon like mine which won't require remaking/downloading the initrd.. Link insig.