Had an issue... Probably operator error.
Running Live and ran the installerz-refracta.03 script as root.


After Step 2, the script stopped without any indication and put me back to my root prompt. It did create a installer_errors.log which is in code blocks below.
- Code: Select all
root@refracta:/home/user# cat install_errors.log
installerz-refracta.03.sh: line 137: --text=There is no rsync excludes file, or its name does not match what this script expects. You can let the script create one, or if you have a custom exlcudes file, and you know what you're doing, you can exit the script and edit the rsync_excludes variable at the top so that it matches the name and path of your custom file.
If you have any external or internal drives mounted now, they will not be copied. If you want to change that behavior, remove the -x from the rsync commands. Make sure you have enough space on the target partitions for the install.: command not found
No option was presented to allow the script to create the rsync_excludes file. I have no custom file.
EDIT:
I just double-checked and no drives were mounted:
- Code: Select all
root@refracta:~# umount /dev/sda1
umount: /dev/sda1: not mounted
root@refracta:~# umount /dev/sda2
umount: /dev/sda2: not mounted
root@refracta:~# umount /dev/sda3
umount: /dev/sda3: not mounted
root@refracta:~# umount /dev/sda5
umount: /dev/sda5: not mounted
root@refracta:~# umount /dev/sdb1
umount: /dev/sdb1: not mounted