Daniel Dias Rodrigues

Results 64 comments of Daniel Dias Rodrigues

> If i use remastersys in backup-mode and install the new system from the livesystem-image, there will be given the username and password given from the livesystem, doesn't matters which...

Moved from issue #14: > So hey, here i am back again with a little "offtopic" question, don' t wanna open a new thread for this: > > As i...

Could you give me a list of custom settings that are not copied to live system in dist-mode?

Distro mode has a list of settings that should be copied by default. You can see this list by reading the script responsible to copy settings to /etc/skel: * /usr/bin/remastersys-skelcopy...

If want to COPY EVERYTHING and be sure that ALL your custom setttings will be copied: * delete all lines 78-116 * replace by these ones: ```shell rsync -a --ignore-missing-args...

Actually `rm -rf /etc/skel/.cache` is include in `find /etc/skel/ -name "*cache*" | xargs rm -rf '{}'` that you can see at line 123. It's a good idea to exclude caches,...

I am working in a revised skelcopy script. It will include all settings by default, but excluding cache, history files, log files, steam folder, wine folder etc.

> Is it possible to rename your installer so that it becomes the name of the distro!? > Look at `ls -l /usr/share/applications/Remastersys*`, open those files with text editor and...

NOTE TO MYSELF: hostname missing is related to issue #17.

Hey, I really appreciate all the bugs you've been reporting. Thank you for that. But I have a life that pays my bills. Remastersys is just a hobby for me....