Skip to content

Commit dc09b87

Browse files
authored
Update dracut/99setup-root/initrd-setup-root-after-ignition
1 parent a012bd9 commit dc09b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dracut/99setup-root/initrd-setup-root-after-ignition

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function download_and_verify() {
1313
# Expects the env vars: FLATCAR_BOARD, VERSION
1414
local final_name="$1"
1515
local extracted_name="${final_name}"
16-
local name="${final_name/.raw/.gz}"
16+
local name="${final_name/%.raw/.gz}"
1717
local URL="https://update.release.flatcar-linux.net/${FLATCAR_BOARD}/${VERSION}/${name}"
1818
# Check for scripts:sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-au-key/files/developer-v1.pub.pem
1919
if [ "$(usrbin md5sum /sysroot/usr/share/update_engine/update-payload-key.pub.pem | cut -d " " -f 1)" = "7192addf4a7f890c0057d21653eff2ea" ]; then

0 commit comments

Comments
 (0)