Updates for text/template subsystem integration
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
#WWINCLUDE @VNFSDIR@/etc/group
|
||||
#WWINCLUDE /etc/group
|
||||
2
overlays/runtime/default/etc/group.ww
Normal file
2
overlays/runtime/default/etc/group.ww
Normal file
@@ -0,0 +1,2 @@
|
||||
{{Include (printf "%s%s" .VnfsDir "/etc/group")}}
|
||||
{{Include "/etc/passwd"}}
|
||||
@@ -1,3 +0,0 @@
|
||||
root::0:0:root:/root:/bin/bash
|
||||
#WWINCLUDE @VNFSDIR@/etc/passwd
|
||||
#WWINCLUDE /etc/passwd
|
||||
3
overlays/runtime/default/etc/passwd.ww
Normal file
3
overlays/runtime/default/etc/passwd.ww
Normal file
@@ -0,0 +1,3 @@
|
||||
root::0:0:root:/root:/bin/bash
|
||||
{{Include (printf "%s%s" .VnfsDir "/etc/passwd")}}
|
||||
{{Include "/etc/passwd"}}
|
||||
@@ -1 +0,0 @@
|
||||
Hello from Warewulf
|
||||
@@ -1 +0,0 @@
|
||||
#WWINCLUDE /root/.ssh/authorized_keys
|
||||
1
overlays/runtime/default/root/.ssh/authorized_keys.ww
Normal file
1
overlays/runtime/default/root/.ssh/authorized_keys.ww
Normal file
@@ -0,0 +1 @@
|
||||
{{Include "/root/.ssh/authorized_keys")}}
|
||||
Reference in New Issue
Block a user