|
|
@ -378,7 +378,7 @@ if [ "$SUBARCH" = "ac100" ] || [ "$SUBARCH" = "nexus7" ]; then
|
|
|
|
|
|
|
|
|
|
|
|
if [ "$SUBARCH" = "nexus7" ]; then
|
|
|
|
if [ "$SUBARCH" = "nexus7" ]; then
|
|
|
|
# adjust the bootimg cmdline parameters
|
|
|
|
# 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
|
|
|
|
# roll the android rootfs images
|
|
|
|
mkdir -p userdata
|
|
|
|
mkdir -p userdata
|
|
|
|