Skip to content

Commit afab7fe

Browse files
committed
98-clean-chroot: install xinit files as executable
1 parent 00b2c88 commit afab7fe

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

config/scripts/GRMLBASE/98-clean-chroot

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ fi
1919

2020
echo "Installing files into /etc/skel"
2121
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
2226

2327
echo "Creating ~/.zshrc"
2428
touch "$target"/root/.zshrc

0 commit comments

Comments
 (0)