Skip to content

Commit

Permalink
coreos-boot-edit: assume rdcore is in PATH
Browse files Browse the repository at this point in the history
There are already other places which assume that `rdcore` is in `PATH`
so drop the full path to be more generic.
  • Loading branch information
jlebon committed Oct 21, 2021
1 parent 5cfcea2 commit 1107f90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ rm -vrf ${initramfs_firstboot_network_dir}
# append rootmap kargs to the BLS configs.
root=$(karg root)
if [ -z "${root}" ]; then
/usr/bin/rdcore rootmap /sysroot --boot-mount ${bootmnt}
rdcore rootmap /sysroot --boot-mount ${bootmnt}
fi

0 comments on commit 1107f90

Please sign in to comment.