Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bootable-tree-to-removable-img.sh
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-08-18 13:39:36 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-08-18 13:39:36 (GMT)
commit4a05b3efd6ae8996d80bd1e32596dbd30437350d (patch)
tree17cbff1b2f77186e4ab21c4bc1636c3ef636ae6e /bootable-tree-to-removable-img.sh
parent84584b48e270044045f1e2604ccd32482ac40a65 (diff)
olpc.fth now always boots from whence it was loaded
Diffstat (limited to 'bootable-tree-to-removable-img.sh')
-rwxr-xr-xbootable-tree-to-removable-img.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/bootable-tree-to-removable-img.sh b/bootable-tree-to-removable-img.sh
index f78ff19..182345a 100755
--- a/bootable-tree-to-removable-img.sh
+++ b/bootable-tree-to-removable-img.sh
@@ -31,8 +31,6 @@ mount -t ext2 $device $TMP_MNT
cp -a $ROOT/* $TMP_MNT
-cp ../olpc.fth.bootmenu $TMP_MNT/boot/olpc.fth
-
umount $TMP_MNT
losetup -d $device