Page 1 of 1

How to use draklive 2 to set the user's own default settings

PostPosted: Jul 16th, '19, 18:14
by astronom1987
How to use draklive 2 to set the user's own default settings in the new .iso image?
On the third attempt, it was possible to create the image itself without settings for the user.

Re: How to use draklive 2 to set the user's own default sett

PostPosted: Jul 16th, '19, 23:04
by martinw
Some more detail about what you want to set would help.

One option is to add additional commands to the "final_fixes" string in the build.configuration file. If you look at the Xfce example, you'll see it starts with
Code: Select all
# Add a desktop icon to run draklive-install.
"mkdir -p /home/$default_user/Desktop",
"cp /usr/share/applications/mageia-draklive-install.desktop /home/$default_user/Desktop/draklive-install.desktop",
"chmod 750 /home/$default_user/Desktop/draklive-install.desktop",

which should give you an idea.

Another, easier, option if you are going to use the Live ISO on a USB stick is to enable persistence on the USB stick. Then any settings you change when you are running the Live system will be remembered.

Re: How to use draklive 2 to set the user's own default sett

PostPosted: Jul 17th, '19, 06:36
by astronom1987
That is, each folder and each file to register in this way?
Does anyone have experience using the editliveos script from livecdtools for this purpose?