Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hardwired zpool name in void-install-zfs.sh #64

Closed
karlgrose opened this issue Oct 28, 2019 · 1 comment
Closed

hardwired zpool name in void-install-zfs.sh #64

karlgrose opened this issue Oct 28, 2019 · 1 comment

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
@karlgrose
Copy link

@karlgrose karlgrose commented Oct 28, 2019

${CHROOT} zpool set cachefile=/etc/zfs/zpool.cache trident

Should that last token be "${ZPOOL}" instead to allow for alternative target pool names?

@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Oct 28, 2019

Good catch! Fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment