Skip to content

Commit 5ea33ab

Browse files
committed
Update default bootscript to x86_64 mainline 4.4.127 rev1
1 parent 8170b15 commit 5ea33ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/scaleway.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const (
2525
// VERSION represents the semver version of the package
2626
VERSION = "v1.3"
2727
defaultImage = "ubuntu-xenial"
28-
defaultBootscript = "docker"
28+
defaultBootscript = "x86_64 mainline 4.4.127 rev1"
2929
)
3030

3131
var scwAPI *api.ScalewayAPI

0 commit comments

Comments
 (0)