Tue Oct 15, 2013 9:47 am
Tue Oct 15, 2013 10:05 am
Tue Oct 15, 2013 10:18 am
Tue Oct 15, 2013 1:04 pm
# Copy the filesystem
copy_filesystem () {
rsync -av / myfs/ --delete-excluded --exclude="$work_dir" \
--exclude="$snapshot_dir" --exclude-from="$snapshot_excludes" \
| tee >($DIALOG --title="Copying filesystem..." --progress --pulsate --auto-close --width 300)
}
Tue Oct 15, 2013 5:38 pm
Tue Oct 15, 2013 6:53 pm
Tue Oct 15, 2013 6:59 pm
Wed Oct 16, 2013 5:15 pm
Note - the current installer doesn't work on sid. The grub-install command needs to have the "--root-directory=blahblah" removed.