Create rootfs version indicator
This commit is contained in:
parent
18fd3734c0
commit
cd52c87639
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ if [ ! -e $ROOTFS_PATH ] || [ "$ROOTFS_VERSION" != "$(cat $ROOTFS_PATH/.version)
|
|||
echo "Copying rootfs into $ROOTFS_PATH .."
|
||||
mkdir -p $ROOTFS_PATH
|
||||
tar xf $SNAP/android-rootfs.tar -C $ROOTFS_PATH/ --strip-components=1
|
||||
echo $ROOTFS_VERSION > $ROOTFS_PATH/.version
|
||||
fi
|
||||
|
||||
# Make sure our setup path for the container rootfs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue