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 bf5f33b116 - Show all commits

View File

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