[lxc-devel] touch /fastboot to rootfs before start container

Alexey Shabalin a.shabalin at gmail.com
Tue Aug 16 15:03:18 UTC 2011


Hello.
Please add code to lxc-start for touch /fastboot to rootfs before
start container,

like vzctl:
/* Create /fastboot to skip run fsck */
fd = open("/fastboot", O_CREAT | O_RDONLY, 0644);
close(fd);

Thanks.

-- 
Alexey Shabalin




More information about the lxc-devel mailing list