From 9b42b56f32b867af561ae237a1a54ee48650c445 Mon Sep 17 00:00:00 2001 From: Jarno Rantanen Date: Sun, 4 Sep 2016 14:51:42 +0300 Subject: [PATCH] Add note about dump time for the image. --- image-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-setup.md b/image-setup.md index 16096f2..40526d8 100644 --- a/image-setup.md +++ b/image-setup.md @@ -93,6 +93,6 @@ Assuming OS X: 1. `$ diskutil list` to check correct device 1. `$ diskutil unmountDisk /dev/disk2` to prepare it for imaging -1. `$ sudo dd bs=1m count=7680 if=/dev/disk2 of=chilipie-kiosk-$TAG.img` (only dump the relevant first ~8 GB, matching the original `ubuntu-mate` image size) +1. `$ sudo dd bs=1m count=7680 if=/dev/disk2 of=chilipie-kiosk-$TAG.img` (only dump the relevant first ~8 GB, matching the original `ubuntu-mate` image size; takes around 15 minutes) 1. `$ openssl sha1 chilipie-kiosk-$TAG.img` and include hash in release notes 1. `$ zip chilipie-kiosk-$TAG.img.zip chilipie-kiosk-$TAG.img`