tinkerbell / hook

In-memory Operating System Installation Environment for Executing Tinkerbell Workflows
Apache License 2.0
98 stars 48 forks source link

chroot raise segfault when deploying centos6u9 #101

Open sheepcat opened 2 years ago

sheepcat commented 2 years ago

hi guys: i am deploying centos6u9 when chroot in /tinkerbell/cexec action, it raise segfault error 15 i think it's the VSYSCALL problem add vsyscall=emulate into /proc/cmdline should work but i don't know how to fix it in linuxkit

with great appreciate.

chrisdoherty4 commented 2 years ago

Hi @sheepcat. Are you still experiencing this issue? There are some changes in boots that are going through review which will allow specifying custom cmdline args. Would that satisfy your use-case?

https://github.com/tinkerbell/boots/pull/261