From 991a5c6972e07a897933e41b5995c327713cac91 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Mon, 8 Feb 2010 03:47:27 -0300 Subject: Fixed offset of partition on iso Split from commit 00dda7d4 from Svenstaro repo: changed -offset for mkarchiso from default 0 to 1 so that the other partition on the usb device can still be edited after dd'ing to it Signed-off-by: Gerardo Exequiel Pozzi --- archiso/mkarchiso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archiso/mkarchiso') diff --git a/archiso/mkarchiso b/archiso/mkarchiso index 0165d34..a7afea0 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -247,7 +247,7 @@ command_iso () { -A "${APPLICATION}" \ -V "${LABEL}" \ -o "${imgname}" "${work_dir}/iso/" - isohybrid "${imgname}" + isohybrid -offset 1 "${imgname}" } # Go through the main commands in order. If 'all' was specified, then we want -- cgit v1.2.2