various changes
This commit is contained in:
parent
a8c3bb3fe0
commit
803729649b
4 changed files with 205 additions and 2 deletions
|
@ -1,2 +1,11 @@
|
|||
#!/bin/bash
|
||||
/opt/zio/bin/update-rootfs $@
|
||||
|
||||
# TODO: Check if we're actually using the rootfs git
|
||||
|
||||
orig_dir="$(pwd)"
|
||||
cd /
|
||||
|
||||
git reset --hard
|
||||
git pull
|
||||
|
||||
cd $orig_dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue