diff options
-rwxr-xr-x | upgrade/update-image.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/upgrade/update-image.sh b/upgrade/update-image.sh new file mode 100755 index 0000000..55ad4a2 --- /dev/null +++ b/upgrade/update-image.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# +# Modify normal image to upgrade image +# + +# remove RW partitions' files +rm -rf /opt/* |