From 658924a42f7aee4557084fc88ef943e02ba1deca Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 30 Sep 2015 02:43:34 +0200 Subject: [PATCH] TODO update --- TODO | 2 ++ hashboot.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 8b18977..7b02c28 100644 --- a/TODO +++ b/TODO @@ -1,2 +1,4 @@ * Debian package * Ubuntu package +* Supress dd output while staying Debian 7 compatible +* Find out if we are raspbian compatible (first partition starts at 4MiB) diff --git a/hashboot.sh b/hashboot.sh index 19cde3b..dee48e7 100755 --- a/hashboot.sh +++ b/hashboot.sh @@ -103,7 +103,7 @@ then HASHER=$(head -n1 ${DIGEST_FILE} | awk '{print $5}') read_config - dd if=${MBR_DEVICE} of=${MBR_TMP} bs=1M count=1 status=noxfer || die 8 + dd if=${MBR_DEVICE} of=${MBR_TMP} bs=1M count=1 status=noxfer || die 8 if ! $(grep ${MBR_TMP} ${DIGEST_FILE} | ${HASHER} --check --warn --quiet --strict > ${LOG_FILE}) then echo " !! TIME TO PANIK: MBR WAS MODIFIED !!"