diff --git a/README.md b/README.md index 63c2ec0..eb09773 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status][BS IMG]](https://travis-ci.org/saveriomiroddi/zfs-installer) +[![Build Status][BS IMG]](https://travis-ci.org/64kramsystem/zfs-installer) # zfs-installer @@ -53,7 +53,7 @@ The advantages of this project over the Ubuntu installer are: Start the live CD of a supported Linux distribution, then open a terminal and execute: ```sh -GET https://git.io/JelI5 | sudo bash +GET https://git.io/JEw00 | sudo bash ``` then follow the instructions; halfway through the procedure, the GUI installer of the O/S will be launched. @@ -63,7 +63,7 @@ then follow the instructions; halfway through the procedure, the GUI installer o Ubuntu Server requires a slightly different execution procedure: - when the installer welcome screen shows up, tap `Ctrl+Alt+F2`, -- then type `curl -L https://git.io/JelI5 | sudo bash`. +- then type `curl -L https://git.io/JEw00 | sudo bash`. then follow the instructions. @@ -92,7 +92,7 @@ The installer itself can run over SSH (\[S\]Ubiquity of course needs to be still The program supports unattended installation, via environment variables. The program built-in help explains all the options: ``` -$ wget -qO- https://git.io/JelI5 | bash /dev/stdin --help +$ wget -qO- https://git.io/JEw00 | bash /dev/stdin --help Usage: install-zfs.sh [-h|--help] Sets up and install a ZFS Ubuntu installation. @@ -125,13 +125,13 @@ Other options may be supported, and displayed in the current commandline help, s This project is entirely oriented to community requests, as the target is to facilitate ZFS adoption. -Both for feature requests and bugs, [open a GitHub issue](https://github.com/saveriomiroddi/zfs-installer/issues/new). +Both for feature requests and bugs, [open a GitHub issue](https://github.com/64kramsystem/zfs-installer/issues/new). 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. +For requests that are not strictly bugs (confirmed or suspected), feel free to post on the project [discussion board](https://github.com/64kramsystem/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. @@ -141,4 +141,4 @@ The workflow of this program is based on the official ZFS wiki procedure, so, ma 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 +[BS img]: https://travis-ci.org/64kramsystem/zfs-installer.svg?branch=master diff --git a/install-zfs.sh b/install-zfs.sh index a8d9239..db90f53 100755 --- a/install-zfs.sh +++ b/install-zfs.sh @@ -556,7 +556,7 @@ function find_suitable_disks { If you'\''re running inside a VMWare virtual machine, you need to add set `disk.EnableUUID = "TRUE"` in the .vmx configuration file. -If you think this is a bug, please open an issue on https://github.com/saveriomiroddi/zfs-installer/issues, and attach the file `'"$c_disks_log"'`. +If you think this is a bug, please open an issue on https://github.com/64kramsystem/zfs-installer/issues, and attach the file `'"$c_disks_log"'`. ' whiptail --msgbox "$dialog_message" 30 100 @@ -859,7 +859,7 @@ If the tail space is less than the space required for the temporary O/S installa WATCH OUT! In rare cases, the reclamation may cause an error; if this happens, set the tail space to ${c_temporary_volume_size} gigabytes. It's still possible to reclaim the space after the ZFS installation is over. -For detailed informations, see the wiki page: https://github.com/saveriomiroddi/zfs-installer/wiki/Tail-space-reclamation-issue. +For detailed informations, see the wiki page: https://github.com/64kramsystem/zfs-installer/wiki/Tail-space-reclamation-issue. " while [[ ! $v_free_tail_space =~ ^[0-9]+$ ]]; do @@ -1524,7 +1524,7 @@ function sync_efi_partitions { } # This step is important in cases where the keyboard layout is not the standard one. -# See issue https://github.com/saveriomiroddi/zfs-installer/issues/110. +# See issue https://github.com/64kramsystem/zfs-installer/issues/110. # function update_initramfs { chroot_execute "update-initramfs -u"