We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28f17d8 + 3b6f5b9 commit 8b01ddbCopy full SHA for 8b01ddb
ubuntukernel-load.sh
@@ -44,7 +44,7 @@ rebuild_initrd() {
44
local workdir=$(mktemp -d)
45
46
# get original initrd url from IPXE
47
- local orig_initrd=$(curl -s $SCW_IPXE_SCRIPT | grep ^initrd | cut -f2 -d" ")
+ local orig_initrd=$(curl -s $SCW_IPXE_SCRIPT | grep ^initrd | grep -P -o 'http://\S+')
48
log "Scaleway initrd: $orig_initrd"
49
50
log "+ get scaleway initrd"
0 commit comments