Mon Jan 07, 2013 12:27 pm
Mon Jan 07, 2013 2:18 pm
Mon Jan 07, 2013 4:03 pm
I no longer know how to set the clock to UTC, because that setting is no longer in etc-default-rcS
Mon Jan 07, 2013 8:26 pm
Thu Jan 17, 2013 6:22 pm
Fri Jan 18, 2013 3:39 pm
Done live-* updated to current sid versions
Done 9899-hooks removed
Done Full dist-upgrade
Done Clock set to UTC
Done lightdm language-chooser fix
Some extras added:
Not Done (yet) fwdetect (autodetect nonfree requirements, mostly for wireless) Depends: ssft
Not Done (yet) enable-nonfree (one-hit script to add nonfree to apt sources)
Done youtube-viewer-refracta (as discussed in another thread) Depends: libyaml-perl
Done youtube2what (flv converter)
Fri Jan 18, 2013 6:15 pm
Thu Jan 31, 2013 4:30 pm
Tue Feb 05, 2013 3:46 am
Tue Feb 05, 2013 10:55 am
if [[ $change_hostname = "yes" ]]; then
select_hostname
fi
if [[ $change_hostname = "yes" ]]; then
select_hostname
else
new_hostname="$HOSTNAME"
fi
# In case null was entered above as hostname, then set it to $HOSTNAME
new_hostname=${new_hostname:="$HOSTNAME"}