Refracta Development, Scripts, etc.
Post a reply

Re: Fstab and UUID in refracta installer

Wed Jun 13, 2012 7:33 pm

Here's the gui version for refractainstaller-9.0.4. WARNING: I'm doing this over ssh and haven't had a chance to test the gui version at all. I believe it will work (famous last words?)
http://distro.ibiblio.org/pub/linux/dis ... .4_all.deb

Re: Fstab and UUID in refracta installer

Thu Jun 14, 2012 2:51 am

It wouldn't run without the closing quotes on line 160. Fixed it. It is now 02:49.44 on 2012-06-14 in Greenwich.

Re: Fstab and UUID in refracta installer

Fri Jun 15, 2012 11:52 am

refractainstaller-gui 9.0.4, lines 832 and 833: move the "g" down for /etc/hosts, which needs more than substitution. Here's the fix.
Code:
   sed -i "s/$HOSTNAME/$new_hostname/" /target/etc/hostname
   sed -i "s/$HOSTNAME/$new_hostname/g" /target/etc/hosts
This will eliminate an error regarding the hostname that comes up when the desktop starts.

Edit: Lines 783 and 784 in the cli script.
Post a reply