fox32os: Rename "build" folder to "meta" in build.sh
This commit is contained in:
parent
4eecef4ff2
commit
6510580d1e
4
build.sh
4
build.sh
|
@ -7,7 +7,7 @@ mkdir -p base_image
|
||||||
# if fox32os.img doesn't exist, then create it
|
# if fox32os.img doesn't exist, then create it
|
||||||
if [ ! -f fox32os.img ]; then
|
if [ ! -f fox32os.img ]; then
|
||||||
echo "fox32os.img not found, creating it"
|
echo "fox32os.img not found, creating it"
|
||||||
build/ryfs/ryfs.py -s 16777216 -l fox32os create fox32os.img
|
meta/ryfs/ryfs.py -s 16777216 -l fox32os create fox32os.img
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "assembling kernel"
|
echo "assembling kernel"
|
||||||
|
@ -19,5 +19,5 @@ echo "assembling vulpine"
|
||||||
echo "adding files to fox32os.img"
|
echo "adding files to fox32os.img"
|
||||||
cd base_image
|
cd base_image
|
||||||
for file in ./*; do
|
for file in ./*; do
|
||||||
../build/ryfs/ryfs.py add ../fox32os.img $file
|
../meta/ryfs/ryfs.py add ../fox32os.img $file
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue
Block a user