On Sat, Mar 10, 2012 at 10:11 PM, carlopmart <carlopm...@gmail.com> wrote:
> Many thanks Fajar. I am trying to build a new CentOS 6 image, but when I
> try to launch my lxc guest via virt-manager stops in "Enabling
> /etc/swaps:     [OK]" ... and no go.
>
> My lxc guest fstab is:
>
> rootfs          /               tmpfs   defaults                0 0
> devpts          /dev/pts        devpts  gid=5,mode=620          0 0
> sysfs           /sys            sysfs   defaults                0 0
> proc            /proc           proc    nodev,noexec,nosuid     0 0
> tmpfs           /dev/shm        tmpfs   defaults                0 0

Try:
- creating /etc/init/console.conf, which is bascially tty.conf but
with device hardcoded to "console"
- creating /etc/init/container-init.conf, which contains:

start on startup
pre-start script
       init 2 && init 3
       exit 0;
end script


It's a big hack, but if it works we can create a proper one
-- 
Fajar

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to