Mon Oct 31, 2011 1:39 am
refractainstaller-gui (9.0.2) unstable; urgency=low
* Installer now sees more than 9 partitions on a hard disk.
* Fixed code for changing the primary user's real name.
* Output of grub-install gets redirected to error log.
* Installer can edit config files in ~/.local to change the old
user name to the new one.
-- fsmithred <[email protected]> Tue, 18 Oct 2011 11:34:00 -0400
refractainstaller-base (9.0.2) unstable; urgency=low
* Output of grub-install gets redirected to error log.
* Added code to change-username for changing the user's real name.
* change-username can edit config files in ~/.local to change the old
user name to the new one.
-- fsmithred <[email protected]> Sun, 30 Oct 2011 11:34:00 -0400
Mon Oct 31, 2011 10:45 am
Mon Oct 31, 2011 11:36 pm
live_user=$(awk -v pattern="$newname" -F: '$0 ~ pattern { print $5 }' /target/etc/passwd)
live_user=$(awk -v pattern="1000:1000" -F: '$0 ~ pattern { print $5 }' /target/etc/passwd)
Tue Nov 01, 2011 12:07 am
[email protected]:~/bin/refracta$ su
Password:
[refracta-606-beta2: /home/user/bin/refracta]# dpkg -i refractainstaller-base_9.0.2_all.deb
(Reading database ... 87471 files and directories currently installed.)
Preparing to replace refractainstaller-base 9.0.1-2 (using refractainstaller-base_9.0.2_all.deb) ...
Unpacking replacement refractainstaller-base ...
Setting up refractainstaller-base (9.0.2) ...
[refracta-606-beta2: /home/user/bin/refracta]# dpkg -i refractainstaller-gui
refractainstaller-gui refractainstaller-gui_9.0.2_all.deb
[refracta-606-beta2: /home/user/bin/refracta]# dpkg -i refractainstaller-gui_9.0.2_all.deb
(Reading database ... 87470 files and directories currently installed.)
Preparing to replace refractainstaller-gui 9.0.1-2 (using refractainstaller-gui_9.0.2_all.deb) ...
Unpacking replacement refractainstaller-gui ...
Setting up refractainstaller-gui (9.0.2) ...
Processing triggers for desktop-file-utils ...
[refracta-606-beta2: /home/user/bin/refracta]
Tue Nov 01, 2011 3:28 pm
cd /home/github/refracta
git pull origin master
sudo cp refractainstaller-gui /usr/bin/
sudo cp refractainstaller.desktop /usr/share/applications/
Wed Nov 02, 2011 2:38 am
Wed Nov 02, 2011 4:43 pm