From: Michael Prokop Date: Fri, 24 Feb 2017 12:10:18 +0000 (+0100) Subject: Create /home/$USERNAME in RELEASE class with up2date files from /etc/skel X-Git-Tag: v0.29.0~3 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=f2ebfa66006603f4e49a1db22bee60ecdb662397;hp=f2ebfa66006603f4e49a1db22bee60ecdb662397 Create /home/$USERNAME in RELEASE class with up2date files from /etc/skel Until now we removed everything from /home/grml in the RELEASE class. The grml-home init script from grml-etc then used to copy files from /etc/skel to /home/grml during bootup. Instead lets do this during ISO build time to speed up the boot process. To ensure that no unwanted files are in /home/grml (actually: /home/$USERNAME) we remove the directory, recreate it and then copy all files from /etc/skel. This fixes the problem that /home/grml is empty and has wrong permissions if grml-home isn't executed (which is happening with systemd nowadays where we don't execute grml-home during bootup). Closes grml/release-planning#7 @ GH ---