New issue
Advanced search Search tips

Issue 890060 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Feature



Sign in to add a comment

Support ext4 images in build_dlc and the DLC eclass

Project Member Reported by chowes@google.com, Sep 27

Issue description

We want to use ext4 images to enable delta updates for complex DLC candidates like ARC++. The issue with building ext4 images when emerging a DLC package is that we require rw access to the loop devices in /dev/, which results in sandbox violations.

One way we can work around this is to add the relevant loop device (e.g. /dev/loop-control and /dev/loop1) to the sandbox. This works in the simple case where we want to build a single DLC, but since builds are parallelized, we can't be sure which loop device we will end up using.



 
Components: Build

Comment 2 by ahass...@chromium.org, Jan 18 (4 days ago)

Cc: ahass...@chromium.org norvez@chromium.org xiaochu@chromium.org

Sign in to add a comment