Prepare, configure, and manage Firecracker microVMs in seconds!
virtualization linux microvm firecracker
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: ensure proper newline at end of overlay initialization script

+1 -1
+1 -1
crates/firecracker-prepare/src/scripts/overlay-init.sh
··· 59 59 60 60 # invoke the actual system init program and proceed with the boot 61 61 # process. 62 - exec /sbin/init $@ 62 + exec /sbin/init $@