mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 19:31:31 +00:00
Import patches-unapplied version 2.99 to ubuntu/raring-proposed
Imported using git-ubuntu import. Changelog parent: fdb15fb4e5f251290c29d411228aee1a070d8520 New changelog entries: * fix quoting in abootimg call for nexus7 * dont fail if the userdata dir already exists
This commit is contained in:
parent
fdb15fb4e5
commit
5d6be2b8a3
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.99) raring; urgency=low
|
||||
|
||||
* fix quoting in abootimg call for nexus7
|
||||
* dont fail if the userdata dir already exists
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Mon, 19 Nov 2012 18:04:13 +0100
|
||||
|
||||
livecd-rootfs (2.98) raring; urgency=low
|
||||
|
||||
* we want nvidia-tegra3 (the binary) not nvidia-graphics-drivers-tegra3
|
||||
|
@ -378,10 +378,10 @@ 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 userdata
|
||||
mkdir -p userdata
|
||||
cp $PREFIX.rootfs.tar.gz userdata/rootfs.tar.gz
|
||||
make_ext4fs -l 6G -s $PREFIX.img-$FLAVOUR userdata/
|
||||
ln -sf "$PREFIX.img-$FLAVOUR" "$PREFIX.img"
|
||||
|
Loading…
x
Reference in New Issue
Block a user