You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scaleway recently changed their `initrd` line to include a `--name`:
```
initrd --name initrd http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.12.4.gz || goto error
```
The `orig_initrd` variable in the script was being incorrectly set to `--name` instead of the URL.
0 commit comments