Fri Oct 18, 2013 10:13 am
Sat Oct 19, 2013 5:57 pm
Sun Oct 20, 2013 11:00 am
Sun Oct 20, 2013 5:05 pm
I always put home in / but I always have a data partition with a label of "data" on all my machines so I exclude /home/user/data/* and add a line to the new fstab in refractainstaller-yad at line 1045 approxfsmithred wrote:It might make sense to have an option to use an existing /home partition, but I haven't thought about how to do that.
echo "LABEL=data /home/user/data ntfs-3g defaults,uid=1000 0 0"
That's meThe reason for including all partitions in the no-format option would be for anyone who uses gparted to make the partitions and gives them labels, so the labels don't get wiped out by mke2fs.
Sun Oct 20, 2013 10:28 pm
fsmithred wrote:It might make sense to have an option to use an existing /home partition, but I haven't thought about how to do that. The reason for including all paritions in the no-format option would be for anyone who uses gparted to make the partitions and gives them labels, so the labels don't get wiped out by mke2fs.
Mon Oct 21, 2013 10:42 am
Mon Oct 21, 2013 2:47 pm
Thank you, I think it helps folk who come over from windows and have no experience of using partitions.I like the grub-doctor partition display, and I'll have to play with that when I get time.
I'm crap at describing stuff that's why I use videos and screen shotsWhat partitions are you cloning and why?
Mon Oct 21, 2013 6:08 pm
refractainstaller-base (9.0.9beta1) unstable; urgency=low
* Drop "--root-directory=/target" from grub-install for jessie/sid.
* Changed wording to edit etc/sudoers. (Not always "last line")
* Added debug mode.
* Removed $enable_updatedb to match refractasnapshot gui/base 9.0.9-5
-- fsmithred <fsmithred@gmail.com> Mon, 21 Oct 2013 09:12:00 -0400
refractainstaller-gui (9.0.9beta1) unstable; urgency=low
* Test for Yad version in wrapper and in main script.
* Drop "--root-directory=/target" from grub-install for jessie/sid.
* Changed wording to edit etc/sudoers. (Not always "last line")
* Zenity version now allows installing GRUB to a partition.
* (Note: CLI version does not install GRUB to partition.)
* Added debug mode.
* Removed $enable_updatedb to match refractasnapshot gui/base 9.0.9-5
* Added/changed exits, mostly in zenity version.
* Existing disk labels get used if $use_labels = yes.
-- fsmithred <fsmithred@gmail.com> Mon, 21 Oct 2013 09:12:00 -0400
Mon Oct 21, 2013 8:23 pm
Tue Oct 22, 2013 12:21 pm