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:
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user