From b1b7684e861effe1db69a9bcd253ccad21c49fb2 Mon Sep 17 00:00:00 2001 From: "Runa A. Sandvik" Date: Fri, 19 Aug 2011 20:31:46 +0100 Subject: we want to fork the freedom-maker script for the torouter --- freedom-maker/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 freedom-maker/Makefile (limited to 'freedom-maker/Makefile') diff --git a/freedom-maker/Makefile b/freedom-maker/Makefile new file mode 100644 index 0000000..e8fc80a --- /dev/null +++ b/freedom-maker/Makefile @@ -0,0 +1,17 @@ +# copy DreamPlug root filesystem to a usb stick with an ext3 partition +dreamstick: stamp-dreamplug-rootfs + mount /media/freedom + sudo rsync -atvz --progress --delete build/dreamplug/ /media/freedom/ + umount /media/freedom + +# populate a tree with DreamPlug root filesystem +stamp-dreamplug-rootfs: fbx-armel.conf fbx-base.conf mk_dreamplug_rootfs + sudo ./mk_dreamplug_rootfs + touch stamp-dreamplug-rootfs + +clean: + rm -f stamp-dreamplug-rootfs + sudo rm -rf build/dreamplug + +distclean: clean + rm -rf build -- cgit v1.2.3