mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-12 22:07:10 +00:00
Import patches-unapplied version 2.101 to ubuntu/raring-proposed
Imported using git-ubuntu import. Changelog parent: 0392f3aa208d555d93ec47bacc5aa8c13562407b New changelog entries: * instead of mangling the ac100 bootimg for nexus7 support, ship a proper config in ac100-tarball-installer and build the nexus7 one from scratch as well.
This commit is contained in:
parent
0392f3aa20
commit
f12aa71a19
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
livecd-rootfs (2.101) raring; urgency=low
|
||||
|
||||
* instead of mangling the ac100 bootimg for nexus7 support, ship a proper
|
||||
config in ac100-tarball-installer and build the nexus7 one from scratch
|
||||
as well.
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Tue, 20 Nov 2012 12:37:33 +0100
|
||||
|
||||
livecd-rootfs (2.100) raring; urgency=low
|
||||
|
||||
* clean up the userdata dir
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user