diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-13 03:52:08 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-13 03:52:08 -0500 |
commit | 865571068d0e7327a41c42ae46202c95b3f116a9 (patch) | |
tree | 62bc2f27cfbf38153c56c97d20e782c666cf0fd7 /tests/fixtures/0057-many-mounts.installfile | |
parent | bf8b44eccc3b47e5f3d274a22afa387bdeb818bc (diff) | |
download | horizon-865571068d0e7327a41c42ae46202c95b3f116a9.tar.gz horizon-865571068d0e7327a41c42ae46202c95b3f116a9.tar.bz2 horizon-865571068d0e7327a41c42ae46202c95b3f116a9.tar.xz horizon-865571068d0e7327a41c42ae46202c95b3f116a9.zip |
hscript: Ensure mounts are executed in proper order
Diffstat (limited to 'tests/fixtures/0057-many-mounts.installfile')
-rw-r--r-- | tests/fixtures/0057-many-mounts.installfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/fixtures/0057-many-mounts.installfile b/tests/fixtures/0057-many-mounts.installfile new file mode 100644 index 0000000..a8c93c3 --- /dev/null +++ b/tests/fixtures/0057-many-mounts.installfile @@ -0,0 +1,8 @@ +network false +hostname test.machine +pkginstall adelie-base +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +mount /dev/gwyn/home /home +mount /dev/gwyn/source /usr/src +mount /dev/sda1 / +mount /dev/sda2 /usr |