mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
Merge pull request #428 from octivi/systemd_expand_root
Change location of expand-root systemd unit from /lib/... to /etc/...
This commit is contained in:
commit
95efdaaced
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class InstallExpandRootScripts(Task):
|
|||
expand_root_service = os.path.join(ASSETS_DIR, 'expand-root.service')
|
||||
|
||||
expand_root_script_dest = os.path.join(info.root, 'usr/bin/expand-root.sh')
|
||||
expand_root_service_dest = os.path.join(info.root, 'lib/systemd/system/expand-root.service')
|
||||
expand_root_service_dest = os.path.join(info.root, 'etc/systemd/system/expand-root.service')
|
||||
|
||||
filesystem_type = info.manifest.plugins['expand_root'].get('filesystem_type')
|
||||
root_device = info.manifest.plugins['expand_root'].get('root_device')
|
||||
|
|
Loading…
Add table
Reference in a new issue