diff options
| author | Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com> | 2021-03-23 13:34:57 +0100 |
|---|---|---|
| committer | Laurent Vivier <laurent@vivier.eu> | 2021-05-03 10:07:41 +0200 |
| commit | e75941331e4cdc05878119e08635ace437aae721 (patch) | |
| tree | 6f6d3b3b9bc765a6fc12c44a757b2752a54ff6f2 /scripts/qemu-binfmt-conf.sh | |
| parent | a058b895079348d0854a027a42ce3396a4a00bb7 (diff) | |
| download | focaccia-qemu-e75941331e4cdc05878119e08635ace437aae721.tar.gz focaccia-qemu-e75941331e4cdc05878119e08635ace437aae721.zip | |
scripts: fix generation update-binfmts templates
This patch fixes the update-binfmts templates being used in the script scripts/qemu-binfmt-conf.sh when the option --debian is used. Fixed issues are: - Typo in flag 'credentials' (previously 'credential'). - Missing flags 'preserve' and 'fix_binary'. Reference: https://manpages.debian.org/buster/binfmt-support/update-binfmts.8.en.html#FORMAT_FILES Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20210323123457.23747-1-silvano.cirujano-cuesta@siemens.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'scripts/qemu-binfmt-conf.sh')
| -rwxr-xr-x | scripts/qemu-binfmt-conf.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/qemu-binfmt-conf.sh b/scripts/qemu-binfmt-conf.sh index 573b5dc6ac..7de996d536 100755 --- a/scripts/qemu-binfmt-conf.sh +++ b/scripts/qemu-binfmt-conf.sh @@ -294,7 +294,9 @@ package qemu-$cpu interpreter $qemu magic $magic mask $mask -credential $CREDENTIAL +credentials $CREDENTIAL +preserve $PRESERVE_ARG0 +fix_binary $PERSISTENT EOF } |