|
|
|
@ -378,7 +378,8 @@ 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'"
|
|
|
|
|
rm -rf /boot/installer-${KVERS}.img
|
|
|
|
|
Chroot chroot "abootimg --create /boot/installer-${KVERS}.img -f /boot/bootimg.cfg-nexus7 -r /boot/initrd.img-${KVERS} -k /boot/vmlinuz-${KVERS}"
|
|
|
|
|
|
|
|
|
|
# roll the android rootfs images
|
|
|
|
|
mkdir -p userdata
|
|
|
|
|