mirror of
https://github.com/linuxboot/heads.git
synced 2025-04-11 21:30:35 +00:00
Merge pull request #812 from Nitrokey/default_boot
Remove quotes to fix use of asterisk in command
This commit is contained in:
commit
c096a1f54d
@ -120,7 +120,7 @@ if [ ! -d $paramsdir ]; then
|
||||
mkdir -p $paramsdir \
|
||||
|| die "Failed to create params directory"
|
||||
fi
|
||||
rm "$paramsdir/kexec_default.*.txt" 2>/dev/null || true
|
||||
rm $paramsdir/kexec_default.*.txt 2>/dev/null || true
|
||||
echo "$entry" > $ENTRY_FILE
|
||||
cd $bootdir && kexec-boot -b "$bootdir" -e "$entry" -f | \
|
||||
xargs sha256sum > $HASH_FILE \
|
||||
|
Loading…
x
Reference in New Issue
Block a user