mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 19:31:31 +00:00
Import patches-unapplied version 2.102 to ubuntu/raring-proposed
Imported using git-ubuntu import. Changelog parent: f12aa71a19aad90cb94702f9d6b40da3fba154fe New changelog entries: * create the nexus7 rootfs image with .ext4 as suffix instead of using .img, so debian-cd knows how to handle it
This commit is contained in:
parent
f12aa71a19
commit
164ac67eb4
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.102) raring; urgency=low
|
||||
|
||||
* create the nexus7 rootfs image with .ext4 as suffix instead of using
|
||||
.img, so debian-cd knows how to handle it
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Tue, 20 Nov 2012 16:45:06 +0100
|
||||
|
||||
livecd-rootfs (2.101) raring; urgency=low
|
||||
|
||||
* instead of mangling the ac100 bootimg for nexus7 support, ship a proper
|
||||
|
@ -384,9 +384,9 @@ if [ "$SUBARCH" = "ac100" ] || [ "$SUBARCH" = "nexus7" ]; then
|
||||
# roll the android rootfs images
|
||||
mkdir -p userdata
|
||||
mv $PREFIX.rootfs.tar.gz userdata/rootfs.tar.gz
|
||||
make_ext4fs -l 6G -s $PREFIX.img-$FLAVOUR userdata/
|
||||
make_ext4fs -l 6G -s $PREFIX.ext4-$FLAVOUR userdata/
|
||||
mv userdata/rootfs.tar.gz $PREFIX.rootfs.tar.gz
|
||||
ln -sf "$PREFIX.img-$FLAVOUR" "$PREFIX.img"
|
||||
ln -sf "$PREFIX.ext4-$FLAVOUR" "$PREFIX.ext4"
|
||||
fi
|
||||
|
||||
# clean up
|
||||
|
Loading…
x
Reference in New Issue
Block a user