From 942cea7ecd22a66946136816790697dad16dbaea Mon Sep 17 00:00:00 2001 From: Saverio Miroddi Date: Wed, 6 Jan 2021 22:49:09 +0100 Subject: [PATCH 1/3] Add `Help` section to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 72c0ad4..07d7c51 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,12 @@ Both for feature requests and bugs, [open a GitHub issue](https://github.com/sav For issues, also attach the content of the directory `/tmp/zfs-installer`. It doesn't contain any information aside what required for performing the installation; it can be trivially inspected, as it's a standard Bash debug output. +## Help + +For requests that are not strictly bugs (confirmed or suspected), feel free to post on the project [discussion board](https://github.com/saveriomiroddi/zfs-installer/discussions). Differently from bugs/feature requests, replies are not guaranteed, however, even if there is no official reply, somebody else may still help. + +The [ZFS Discuss forum](https://zfsonlinux.topicbox.com/groups/zfs-discuss) is also a good place where to post this type of requests. + ## Credits The workflow of this program is based on the official ZFS wiki procedure, so, many thanks to the ZFS team. From b2e7a68ba80255c2fc57931d56168cb47069ac42 Mon Sep 17 00:00:00 2001 From: Saverio Miroddi Date: Wed, 6 Jan 2021 22:52:02 +0100 Subject: [PATCH 2/3] Add TOC to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 07d7c51..a9a0310 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ ZFS installer is a shell script program that fully prepares ZFS on a system, and allows an effortless installation of several Debian-based operating systems using their standard installer (or debootstrap, or any custom script). +- [Requirements and functionality](#requirements-and-functionality) +- [Comparison with Ubuntu built-in installer](#comparison-with-ubuntu-built-in-installer) +- [Instructions](#instructions) + - [Ubuntu Server](#ubuntu-server) +- [Demo](#demo) + - [Unsupported systems/Issues](#unsupported-systemsissues) + - [Unattended installations](#unattended-installations) +- [Bug reporting/feature requests](#bug-reportingfeature-requests) +- [Help](#help) +- [Credits](#credits) + ## Requirements and functionality The program currently supports: From 19c48c28f79d45148a923db85155575d2eed97a8 Mon Sep 17 00:00:00 2001 From: Saverio Miroddi Date: Wed, 6 Jan 2021 22:52:33 +0100 Subject: [PATCH 3/3] README: Update Credits section --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a9a0310..77cf852 100644 --- a/README.md +++ b/README.md @@ -134,8 +134,6 @@ The [ZFS Discuss forum](https://zfsonlinux.topicbox.com/groups/zfs-discuss) is a The workflow of this program is based on the official ZFS wiki procedure, so, many thanks to the ZFS team. -Many thanks also to Gerard Beekmans for reaching out and giving useful feedback and help. - As my other open source work and [technical writing](https://saveriomiroddi.github.io), this project is sponsored by [Ticketsolve](https://ticketsolve.com). [BS img]: https://travis-ci.org/saveriomiroddi/zfs-installer.svg?branch=master