Wed Jan 02, 2013 6:37 pm
Fri Jan 04, 2013 2:18 am
* Isolinux boot menu uses separate files again, to fix a problem
Tue Mar 26, 2013 4:41 pm
* Release Notes get added to root of iso (if they exist).
* Added ~/.gnupg ~/.pulse* and ~/.dbus to excludes.
* Added /etc/fstab.d/* to excludes.
* Fixed stdmenu.cfg to stop scrolling boot line.
Wed Mar 27, 2013 3:55 pm
# Create snapshot_dir and work_dir if necessary.
check_directories () {
# Don't use /media/* for $snapshot_dir unless it is a mounted filesystem
snapdir_is_remote=$(echo ${snapshot_dir}| awk -F / '{print "/" $2 "/" $3}' |grep /media/)
if [ -n "$snapdir_is_remote" ] && cat /proc/mounts | grep -q ${snapdir_is_remote}; then
echo "$snapdir is mounted"
else
$DIALOG --$ERROR --title="Refracta Snapshot" --text=" Error.. The selected snapshot work directory cannot be accessed.. "
exit 1
fi
# SNIP
Thu Mar 28, 2013 2:24 am
Thu Mar 28, 2013 3:05 am
Thu Mar 28, 2013 2:39 pm
Sun Apr 07, 2013 4:25 pm