mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +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
|
||||
|
||||
* 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
|
||||
|
||||
|
@ -382,8 +382,9 @@ if [ "$SUBARCH" = "ac100" ] || [ "$SUBARCH" = "nexus7" ]; then
|
||||
|
||||
# roll the android rootfs images
|
||||
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/
|
||||
mv userdata/rootfs.tar.gz $PREFIX.rootfs.tar.gz
|
||||
ln -sf "$PREFIX.img-$FLAVOUR" "$PREFIX.img"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user