
I'm interested in using...
Code: Select all
userdel -r guest
useradd -r guest
@ /etc/skel/.config
Instead of using "changes" (~/.config).

Is there a simple convenient way to do this?

Best Regards...

Code: Select all
userdel -r guest
useradd -r guest
I hadn't realized that files in the initrd would/could be carried over to the main system....I had thought that everything was passed to the system after starting init.....this opens up more possibilities.brokenman wrote:I think the best place would be inside initrd. Next best perhaps in the startup scripts like /etc/rc.d/rc.S or the last one run /etc/rc.d/rc.local