aboutsummaryrefslogtreecommitdiffstats
path: root/doc/dev.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/dev.txt')
-rw-r--r--doc/dev.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/dev.txt b/doc/dev.txt
new file mode 100644
index 0000000..1061730
--- /dev/null
+++ b/doc/dev.txt
@@ -0,0 +1,8 @@
+
+If you build "plainroot" flat ext3 images during development, you might be able
+to save time by using rsync instead of dd:
+
+ sudo mount /dev/sdb1 /mnt
+ sudo rsync -arv ./binary/ /mnt/
+ sudo umount /mnt
+