Created
July 22, 2024 15:10
-
-
Save pixlwave/92e3a4db3e3be092f75cab461676a913 to your computer and use it in GitHub Desktop.
VirtualBuddy Rosetta
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mount -t virtiofs Rosetta /mnt/rosetta | |
/usr/sbin/update-binfmts --install rosetta /mnt/rosetta \ | |
--magic "\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x3e\x00" \ | |
--mask "\xff\xff\xff\xff\xff\xfe\xfe\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff" \ | |
--credentials yes --preserve yes --fix-binary yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment