when trying to customize my ubuntu desktop live iso i'm coming across an rsync error in the first stages of the tutorial.
when I execute:
sudo rsync --exclude=/casper/filesystem.squashfs -a mnt/ extract-cd
The copy starts with no output. I left this running for around 40 minutes and have assumed that something went wrong in the copy.
sudo rsync -ax mnt/ extract-cd
I tried this command too and I got the same error after pressing ctrl+c.
This is the error I am getting:
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(549) [sender=3.0.9]
any suggestions/tips would be welcome
Edit
This is the link to the output from the command you suggested I run:rsync output
I looked at your recommendation of using ubuntu-builder. I am using ssh to access the computer with no possibility of using an UI.
I tried the ubuntu customization kit this morning running the by running the uck-remaster-unpack-iso
. My understandinf of this command is that it runs a script similar to what I was typing in by hand. This command also stops producing output and I exited it after 10 minutes(No error output was given).