1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 22:32:14 +00:00

Start ntpd using a script and -gx first

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-07-19 16:09:02 +10:00
parent 24f45e4eba
commit 5ba2c76c71
4 changed files with 9 additions and 7 deletions

View File

@@ -21,12 +21,7 @@ fi
# build kexec
pushd .
cd scripts/installer/kexec
echo Downloading dapper
curl -sL https://releases.rancher.com/dapper/latest/dapper-`uname -s`-`uname -m|sed 's/v7l//'` > .dapper.tmp
chmod +x .dapper.tmp
./.dapper.tmp -v
mv .dapper.tmp .dapper
./.dapper
dapper
popd