diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-07-04 08:56:03 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-07-04 08:56:03 -0500 |
commit | 1d9c703a8eebcf8f328e610879c7a1799258bba3 (patch) | |
tree | 5c1a84c61e4277e931effe8c2aea25b20932936a /tests/fixtures/0241-pppoe-basic.installfile | |
parent | b0690189d37cb96924fd52e6647f84020ba56ef6 (diff) | |
download | horizon-1d9c703a8eebcf8f328e610879c7a1799258bba3.tar.gz horizon-1d9c703a8eebcf8f328e610879c7a1799258bba3.tar.bz2 horizon-1d9c703a8eebcf8f328e610879c7a1799258bba3.tar.xz horizon-1d9c703a8eebcf8f328e610879c7a1799258bba3.zip |
hscipt: Implement parse and validation of 'pppoe' key
Diffstat (limited to 'tests/fixtures/0241-pppoe-basic.installfile')
-rw-r--r-- | tests/fixtures/0241-pppoe-basic.installfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fixtures/0241-pppoe-basic.installfile b/tests/fixtures/0241-pppoe-basic.installfile new file mode 100644 index 0000000..9e7d4e5 --- /dev/null +++ b/tests/fixtures/0241-pppoe-basic.installfile @@ -0,0 +1,6 @@ +network false +hostname test.machine +pkginstall adelie-base +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +mount /dev/sda1 / +pppoe eth0 |