We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b2c88 commit afab7feCopy full SHA for afab7fe
1 file changed
config/scripts/GRMLBASE/98-clean-chroot
@@ -19,6 +19,10 @@ fi
19
20
echo "Installing files into /etc/skel"
21
fcopy -M -i -B -v -r /etc/skel
22
+if ifclass GRML_FULL ; then
23
+ # GRML_FULL delivers a few files which need to be executable.
24
+ $ROOTCMD chmod -R a+rx /etc/skel/.xinitrc /etc/skel/.xsession /etc/skel/.xinitrc.d
25
+fi
26
27
echo "Creating ~/.zshrc"
28
touch "$target"/root/.zshrc
0 commit comments