mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 03:47:03 +00: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:
@@ -138,7 +138,6 @@ class KickStart():
|
||||
part.add_argument('--align', type=int)
|
||||
part.add_argument('--exclude-path', nargs='+')
|
||||
part.add_argument('--include-path', nargs='+')
|
||||
part.add_argument('--embed-rootfs', nargs=2, action='append')
|
||||
part.add_argument("--extra-space", type=sizetype)
|
||||
part.add_argument('--fsoptions', dest='fsopts')
|
||||
part.add_argument('--fstype', default='vfat',
|
||||
|
||||
Reference in New Issue
Block a user