Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-06-19 03:29:46 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-06-20 04:02:07 (GMT)
commit2bfa965c93fe1d00b421b7825a4589936791220a (patch)
treee2fbf118196368adbbf2ba43694092cf1230aa95
parente3b815450bb04121f669c8f519262913f65b2af0 (diff)
build: make the bootable image after the .img JFFS2 file
-rwxr-xr-xbuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/build b/build
index b3016b9..b8c9e31 100755
--- a/build
+++ b/build
@@ -9,9 +9,6 @@ python live.py
stem=`ls -t images/*.iso | head -1 | sed -e "s/.iso//;"`
bstem=`basename $stem`
-device=`./make_fake_device.sh ${stem}-bootable.img`
-./livecd-iso-to-disk --reset-mbr --xo --noverify ${stem}.iso $device
-
./livecd-iso-to-xo.sh ${stem}.iso ${stem}.img
pushd images
@@ -21,4 +18,8 @@ ln -s ${bstem}.img fs.img
ln -s ${bstem}.plc fs.plc
popd
+device=`./make_fake_device.sh ${stem}-bootable.img`
+./livecd-iso-to-disk --reset-mbr --xo --noverify ${stem}.iso $device
+
+
python appliance.py