mirror of
https://github.com/ptitSeb/box64.git
synced 2024-11-26 16:21:17 +00:00
system/box64.conf.cmake: change rule name to be box64 specific (#1233)
Having an entry named x86_64 in /proc/sys/fs/binfmt_misc/ is not ideal because: - it does not indicate who the binfmt provider is (others start with llvm-*, python* or qemu-* to indicate this) - it is a namespace grab -- there is no justification for box64 to grab the identifier "x86_64" over all other potential binfmt providers
This commit is contained in:
parent
96c6abc889
commit
aa2e212480
@ -1,2 +1,2 @@
|
||||
# /etc/binfmt.d/box64.conf
|
||||
:x86_64:M::\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x3e\x00:\xff\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\xff\xff\xff\xff\xff\xfe\xff\xff\xff:${CMAKE_INSTALL_PREFIX}/bin/${BOX64}:
|
||||
:box64:M::\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x3e\x00:\xff\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\xff\xff\xff\xff\xff\xfe\xff\xff\xff:${CMAKE_INSTALL_PREFIX}/bin/${BOX64}:
|
||||
|
Loading…
Reference in New Issue
Block a user