diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-19 20:01:14 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-19 20:01:14 -0500 |
commit | f1ef45bd84b57b40b701e094a9b49daac3761f9f (patch) | |
tree | a52df6f8dbd231b5ba07c28aa0cc7c8fda919480 /tests/fixtures/0109-usergroups-unknown.installfile | |
parent | 55325a6e780b121f93d35076e4226521ca13ef12 (diff) | |
download | horizon-f1ef45bd84b57b40b701e094a9b49daac3761f9f.tar.gz horizon-f1ef45bd84b57b40b701e094a9b49daac3761f9f.tar.bz2 horizon-f1ef45bd84b57b40b701e094a9b49daac3761f9f.tar.xz horizon-f1ef45bd84b57b40b701e094a9b49daac3761f9f.zip |
hscript: Implement UserGroups, add tests
Diffstat (limited to 'tests/fixtures/0109-usergroups-unknown.installfile')
-rw-r--r-- | tests/fixtures/0109-usergroups-unknown.installfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/fixtures/0109-usergroups-unknown.installfile b/tests/fixtures/0109-usergroups-unknown.installfile new file mode 100644 index 0000000..4557950 --- /dev/null +++ b/tests/fixtures/0109-usergroups-unknown.installfile @@ -0,0 +1,8 @@ +network false +hostname test.machine +pkginstall adelie-base +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +mount /dev/sda1 / +username awilfox +# Groups that are not in the base set +usergroups awilfox messagebus,www-data,pulse |