mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Agent version
This commit is contained in:
parent
c10cc2e11f
commit
808311ca17
@ -122,6 +122,9 @@ mkdir -p $LOC
|
||||
cp /agent/service.sh $LOC/agent.sh
|
||||
chmod +x $LOC/agent.sh
|
||||
|
||||
# Store agent version
|
||||
echo "2" > "$IMG"/agent.ver
|
||||
|
||||
if [ "$PRIVILEGED" = false ]; then
|
||||
|
||||
echo "Install: Installing system partition..."
|
||||
@ -137,9 +140,6 @@ fi
|
||||
|
||||
rm -rf $MOUNT
|
||||
|
||||
# Store agent version
|
||||
echo "2" > "$IMG"/agent.ver
|
||||
|
||||
mv -f "$BOOT" "$IMG"/"$BASE".boot.img
|
||||
mv -f "$SYSTEM" "$IMG"/"$BASE".system.img
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user