From 7dfc058f6f789919de5d15e62dd33608f9af50f9 Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Mon, 19 Nov 2012 23:24:47 +0100 Subject: [PATCH] fix abootimg call of nexus7 processing harder --- debian/changelog | 1 + live-build/auto/build | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fecea32a..d5ba9939 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ livecd-rootfs (2.100) UNRELEASED; urgency=low * clean up the userdata dir * move the tarball around instead of copying it + * fix quoting of abootimg call harder -- Oliver Grawert Mon, 19 Nov 2012 19:48:42 +0100 diff --git a/live-build/auto/build b/live-build/auto/build index bf5598c5..825b8a68 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -378,7 +378,7 @@ if [ "$SUBARCH" = "ac100" ] || [ "$SUBARCH" = "nexus7" ]; then if [ "$SUBARCH" = "nexus7" ]; then # adjust the bootimg cmdline parameters - Chroot chroot "abootimg -u /boot/installer-${KVERS}.img -c \"cmdline=root=/dev/mmcblk0p9 ro console=tty1 fbcon=rotate:1 quiet splash\"" + Chroot chroot "abootimg -u /boot/installer-${KVERS}.img -c 'cmdline=root=/dev/mmcblk0p9 ro console=tty1 fbcon=rotate:1 quiet splash'" # roll the android rootfs images mkdir -p userdata