diff options
author | axtloss <axtlos@tar.black> | 2022-08-13 16:41:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-13 16:41:23 +0200 |
commit | 82a90d2fd126db9ac418680fb42ca9c6a730390f (patch) | |
tree | d397fa86d09b47477365468453573dd1100ff50e /com.github.rimerosolutions.entrusted/entrusted-run | |
parent | 2ccf17a794ec02e4ca88653b88da7fa0ad872774 (diff) | |
download | flatpaks-82a90d2fd126db9ac418680fb42ca9c6a730390f.tar.gz flatpaks-82a90d2fd126db9ac418680fb42ca9c6a730390f.tar.bz2 |
Update entrusted-run
Diffstat (limited to 'com.github.rimerosolutions.entrusted/entrusted-run')
-rw-r--r-- | com.github.rimerosolutions.entrusted/entrusted-run | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/com.github.rimerosolutions.entrusted/entrusted-run b/com.github.rimerosolutions.entrusted/entrusted-run index 892a32e..0564892 100644 --- a/com.github.rimerosolutions.entrusted/entrusted-run +++ b/com.github.rimerosolutions.entrusted/entrusted-run @@ -2,6 +2,3 @@ /app/bin/qemu-system-x86_64 -name entrusted,process=entrusted -pidfile ~/entrusted.pid -machine q35,smm=off,vmport=off -enable-kvm -cpu host,kvm=on -smp cores=2,threads=2,sockets=1 -m 2G -device virtio-balloon -smbios type=2,manufacturer="Quickemu Project",product=Quickemu,version=3.15,serial=0xDEADBEEF,location=quickemu.com,asset=entrusted -display none -rtc base=localtime,clock=host,driftfix=slew -monitor none -serial mon:stdio -device virtio-net,netdev=nic -netdev user,hostname=entrusted,hostfwd=tcp::13000-:13000,id=nic -drive media=cdrom,index=0,file=/app/bin/entrusted/entrusted.iso & zypak-wrapper /app/bin/entrusted/entrusted "$@" kill -SIGTERM $(cat ~/entrusted.pid) -rm ~/guest.in -rm ~/guest.out - |