diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-31 18:03:00 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-31 18:03:00 -0500 |
commit | f97ac86dc0dadc20b53d66dade311e4b4e50b7fc (patch) | |
tree | a40a77feec79df0169a8e322e3f93febaba89bbc /tests/fixtures/0181-fs-invalid-dev.installfile | |
parent | cce8d9ba1541ef977260472d54461019e0e415ae (diff) | |
download | horizon-f97ac86dc0dadc20b53d66dade311e4b4e50b7fc.tar.gz horizon-f97ac86dc0dadc20b53d66dade311e4b4e50b7fc.tar.bz2 horizon-f97ac86dc0dadc20b53d66dade311e4b4e50b7fc.tar.xz horizon-f97ac86dc0dadc20b53d66dade311e4b4e50b7fc.zip |
hscript: Implement fs, add tests
Diffstat (limited to 'tests/fixtures/0181-fs-invalid-dev.installfile')
-rw-r--r-- | tests/fixtures/0181-fs-invalid-dev.installfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/fixtures/0181-fs-invalid-dev.installfile b/tests/fixtures/0181-fs-invalid-dev.installfile new file mode 100644 index 0000000..5a3a67f --- /dev/null +++ b/tests/fixtures/0181-fs-invalid-dev.installfile @@ -0,0 +1,9 @@ +network false +hostname test.machine +pkginstall adelie-base +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +diskid /dev/sdb WDBNCE2500PNC +disklabel /dev/sdb gpt +partition /dev/sdb 1 fill +fs sdb1 ext4 +mount /dev/sdb1 / |