Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Provide default configuration file #19

Open
io7m opened this issue Jul 7, 2020 · 0 comments
Open

Provide default configuration file #19

io7m opened this issue Jul 7, 2020 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@io7m
Copy link
Owner

io7m commented Jul 7, 2020

Maybe this:

<?xml version="1.0" encoding="UTF-8" ?>

<Configuration xmlns="urn:com.io7m.waxmill.config:1:0">
  <Paths>
    <Path type="ZFSExecutable"
          value="/sbin/zfs"/>
    <Path type="GRUBBhyveExecutable"
          value="/usr/local/sbin/grub-bhyve"/>
    <Path type="BhyveExecutable"
          value="/usr/sbin/bhyve"/>
    <Path type="CuExecutable"
          value="/usr/bin/cu"/>
    <Path type="VirtualMachineConfigurationDirectory"
          value="/etc/waxmill/vm"/>
    <Path type="VirtualMachineRuntimeDirectory"
          value="/storage/vm"/>
  </Paths>
</Configuration>

The problem is that we don't know which ZFS filesystem the user wants. Maybe a command-line option to specify this, and generate a config file?

@io7m io7m added documentation Improvements or additions to documentation enhancement New feature or request labels Jul 7, 2020
@io7m io7m self-assigned this Jul 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant