Diffstat (limited to 'components/users.xml')
| -rw-r--r-- | components/users.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/components/users.xml b/components/users.xml new file mode 100644 index 0000000..ab9dcb7 --- /dev/null +++ b/components/users.xml @@ -0,0 +1,6 @@ +<image> + <users profiles="BootCore"> + <!-- The password here does not matter, it will be erased in config.sh --> + <user name="root" groups="root" password="linux" home="/root" pwdformat="plain" /> + </users> +</image> |