From e1a5fb4337337f1b2ab96fb05a6b06abe1c57fd3 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 24 Feb 2011 22:21:02 +0100 Subject: [PATCH] config/release/create_installstick: fix install script, thanks to toneman77 Signed-off-by: Stephan Raue --- config/release/create_installstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/release/create_installstick b/config/release/create_installstick index 1d54c03fdf..f82a792952 100755 --- a/config/release/create_installstick +++ b/config/release/create_installstick @@ -151,7 +151,7 @@ fi fi if [ -n "$MBR" ]; then - cat "MBR" > "$DISK" + cat "$MBR" > "$DISK" fi # syncing disk