You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our config.sh, we currently use the BaseMount and BaseCleanMount. As reported in the kiwi build log, however, these functions are now deprecated as this is now taken care of by kiwi-ng itself. This deprecation happened in October 2020: OSInside/kiwi#1597
The above methods are obsolete since kiwi handles these mount/umount processes as part of the core builder code.
@FroggyFlox Thanks for your continued diligence on this one. Nice for us to stick more closely with upstream Kiwi-ng changes here, and nice to be able to remove some more kipple.
This issue is a follow-up of #49 .
In our
config.sh
, we currently use theBaseMount
andBaseCleanMount
. As reported in the kiwi build log, however, these functions are now deprecated as this is now taken care of by kiwi-ng itself. This deprecation happened in October 2020:OSInside/kiwi#1597
It thus seems we can safely remove them from our
config.sh
, as has been done in Leap15.3 JeOS kiwi-template:https://build.opensuse.org/package/view_file/openSUSE:Leap:15.3/kiwi-templates-JeOS/kiwi-templates-JeOS.changes?expand=1
and
The text was updated successfully, but these errors were encountered: