Skip to content
Snippets Groups Projects
Commit 1f6f2b06 authored by Peter Senna Tschudin's avatar Peter Senna Tschudin Committed by Emanuele Aina
Browse files

Rework the code to detect disks automatically


The user no longer needs to point to disk device nodes when initializing
a new disk or when configuring the SDK to use an existing persistent
disk. When using the command line, the only option that accepts a path
is --etc to add a configuration file to persistent storage.

A class Disks was added to handle disk detection based on the output of
lsblk. This made it possible to replace various other methods and
functions that were overlaping in functionality.

Signed-off-by: default avatarPeter Senna Tschudin <peter.senna@collabora.com>
parent 380ce9dd
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment