Skip to content

Instantly share code, notes, and snippets.

@ganto
Created April 10, 2018 17:10
Show Gist options
  • Save ganto/fabfc2191692e92596085ed146f2c671 to your computer and use it in GitHub Desktop.
Save ganto/fabfc2191692e92596085ed146f2c671 to your computer and use it in GitHub Desktop.
Mock (v1.4.9) configuration
config_opts['bootstrap_chroot_additional_packages'] = []
config_opts['bootstrap_module_enable'] = []
config_opts['bootstrap_module_install'] = []
config_opts['plugin_conf']['root_cache_enable'] = False
config_opts['plugin_conf']['lvm_root_enable'] = True
config_opts['plugin_conf']['lvm_root_opts'] = {}
config_opts['plugin_conf']['lvm_root_opts']['volume_group'] = 'vg_system'
config_opts['plugin_conf']['lvm_root_opts']['size'] = '2G'
config_opts['plugin_conf']['lvm_root_opts']['umount_root'] = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment