feature/build-my-own-kernel-rootfs #1

Merged
antoine merged 34 commits from feature/build-my-own-kernel-rootfs into main 2024-01-06 13:25:49 +00:00
Showing only changes of commit a8a633bd0a - Show all commits

View File

@ -17,9 +17,9 @@ run: $(EXEC)
@chmod +x $(EXEC)
sudo $(EXEC)
NETNS=practical_murdock
NS=practical_murdock
ssh:
sudo ip netns exec $(NETNS) ssh -o StrictHostKeychecking=no 172.16.0.2
sudo ip netns exec $(NS) ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeychecking=no 172.16.0.2
ci:
golangci-lint run --fix