Re: [OE-core] Create btrfs subvolume during image building

2013-07-02 Thread Colin Walters
On Tue, 2013-07-02 at 15:04 +0300, Yevhen Kyriukha wrote: > Hi! > > > I'd like to create image with btrfs rootfs partition. > I want to store all files on separate subvolume on btrfs partition. > For this purpose I'm creating *.bbclass that simply extends IMAGE_CMD. > > > The problem is that to

Re: [OE-core] Create btrfs subvolume during image building

2013-07-02 Thread Sander van Grieken
On Tuesday, July 2, 2013 14:04 CEST, Yevhen Kyriukha wrote: > Hi! > > I'd like to create image with btrfs rootfs partition. > I want to store all files on separate subvolume on btrfs partition. > For this purpose I'm creating *.bbclass that simply extends IMAGE_CMD. > > The problem is that to

[OE-core] Create btrfs subvolume during image building

2013-07-02 Thread Yevhen Kyriukha
Hi! I'd like to create image with btrfs rootfs partition. I want to store all files on separate subvolume on btrfs partition. For this purpose I'm creating *.bbclass that simply extends IMAGE_CMD. The problem is that to create btrfs subvolume I need to mount it first, but only root can execute "m