From 18276c86de89c20d07a2f640ac7dfbeb75232c6a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 22 Nov 2010 16:56:19 +0100 Subject: [PATCH] create_installstick: copy MD5 sums too Signed-off-by: Stephan Raue --- config/release/create_installstick | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/release/create_installstick b/config/release/create_installstick index 2d44276291..c0692da16b 100755 --- a/config/release/create_installstick +++ b/config/release/create_installstick @@ -111,7 +111,9 @@ fi # copy files echo "copy files to $PART..." cp target/KERNEL /tmp/usb_install + cp target/KERNEL.md5 /tmp/usb_install cp target/SYSTEM /tmp/usb_install + cp target/SYSTEM.md5 /tmp/usb_install cp sample.conf/syslinux_installer.cfg /tmp/usb_install/syslinux.cfg # syncing disk