mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
wic: Update Disk description
Remove obsolete comment. (From OE-Core rev: d39c76f24a50c9359840c0959fb50fc6da0960cd) Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ff1aa2358e
commit
a43c1f9420
@@ -60,11 +60,8 @@ def makedirs(dirname):
|
||||
raise
|
||||
|
||||
class Disk:
|
||||
"""Generic base object for a disk
|
||||
|
||||
The 'create' method must make the disk visible as a block device - eg
|
||||
by calling losetup. For RawDisk, this is obviously a no-op. The 'cleanup'
|
||||
method must undo the 'create' operation.
|
||||
"""
|
||||
Generic base object for a disk.
|
||||
"""
|
||||
def __init__(self, size, device = None):
|
||||
self._device = device
|
||||
|
||||
Reference in New Issue
Block a user