There are new features:
--bootstrap-chroot
, but first see knows bugs and issues.There is initial support for Fedora Modularity. You can add to config:
config_opts['module_enable'] = ['list', 'of', 'modules'] config_opts['module_install'] = ['module1/profile', 'module2/profile']
This will call dnf module enable list of modules
and dnf module install module1/profile module2/profile
during the init phase.
There are some bugfixes:
umount_root
is set to false [#1447658]--login
so profile.d
scripts are executed [#1450516] [#1462373]dnf repoquery
instead of repoquery for chroots which uses DNF.--mount
will mount LVM volumes [#1448017]Please login to add feedback.
This update has been submitted for testing by msuchy.
This update has been pushed to testing.
No. This doesn't work on el7. systemd-nspawn doesn't have command line option -a.
DEBUG util.py:450: /usr/bin/systemd-nspawn: invalid option -- 'a' DEBUG util.py:588: Child return code was: 1
karma: -1
msuchy edited this update.
@anonymous can you update BZ or issue about it. There is condition in code which should not use -a on RHEL/CentOS, so I'm really courious how you get this error. But this is not best place for such discussion.
This update has reached 14 days in testing and can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by msuchy.
This update has been pushed to stable.