mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
Revert "wic: Add --embed-rootfs argument"
This reverts commit efdcf94801f6abe8e4099e324d9a3deccd8d4384. After discussion on the mailing list it was felt these changes were not ready yet. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -31,7 +31,6 @@ class Partition():
|
||||
self.extra_space = args.extra_space
|
||||
self.exclude_path = args.exclude_path
|
||||
self.include_path = args.include_path
|
||||
self.embed_rootfs = args.embed_rootfs
|
||||
self.fsopts = args.fsopts
|
||||
self.fstype = args.fstype
|
||||
self.label = args.label
|
||||
|
||||
Reference in New Issue
Block a user