mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-17 05:01:42 +00:00
move the nexus rootfs tarball around instead of copying it
This commit is contained in:
parent
d7689c69a0
commit
c5b22a8b92
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -1,8 +1,9 @@
|
|||||||
livecd-rootfs (2.100) UNRELEASED; urgency=low
|
livecd-rootfs (2.100) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* clean up the userdata dir
|
* clean up the userdata dir
|
||||||
|
* move the tarball around instead of copying it
|
||||||
|
|
||||||
-- Oliver Grawert <ogra@chromebook> Mon, 19 Nov 2012 19:48:42 +0100
|
-- Oliver Grawert <ogra@ubuntu.com> Mon, 19 Nov 2012 19:48:42 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.99) raring; urgency=low
|
livecd-rootfs (2.99) raring; urgency=low
|
||||||
|
|
||||||
|
@ -382,8 +382,9 @@ if [ "$SUBARCH" = "ac100" ] || [ "$SUBARCH" = "nexus7" ]; then
|
|||||||
|
|
||||||
# roll the android rootfs images
|
# roll the android rootfs images
|
||||||
mkdir -p userdata
|
mkdir -p userdata
|
||||||
cp $PREFIX.rootfs.tar.gz userdata/rootfs.tar.gz
|
mv $PREFIX.rootfs.tar.gz userdata/rootfs.tar.gz
|
||||||
make_ext4fs -l 6G -s $PREFIX.img-$FLAVOUR userdata/
|
make_ext4fs -l 6G -s $PREFIX.img-$FLAVOUR userdata/
|
||||||
|
mv userdata/rootfs.tar.gz $PREFIX.rootfs.tar.gz
|
||||||
ln -sf "$PREFIX.img-$FLAVOUR" "$PREFIX.img"
|
ln -sf "$PREFIX.img-$FLAVOUR" "$PREFIX.img"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user