15 lines
685 B
Text
15 lines
685 B
Text
D /usr/local/lib/sbin/ 0755 root root - -
|
|
D /etc/systemd/nspawn/ 0755 root root - -
|
|
D /etc/systemd/network/ 0755 root root - -
|
|
D /usr/local/lib/systemd/system/ 0755 root root - -
|
|
d /var/lib/risotto/configurations/ 0755 root root - -
|
|
r /etc/network/interfaces - - - - -
|
|
%for %%filename in %%machined.nspawn_script_filename
|
|
C %%filename 0755 root root - %%host_install_dir/host/configurations/%%host_name%%filename
|
|
%end for
|
|
%for %%service in %%services
|
|
%if %%service.engine != 'none'
|
|
%set %%filename = '/usr/local/lib/systemd/system/' + %%service.doc
|
|
C %%filename 0755 root root - %%host_install_dir/host/configurations/%%host_name%%filename
|
|
%end if
|
|
%end for
|