diff options
Diffstat (limited to 'move/move.pm')
-rw-r--r-- | move/move.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm index b2f932604..5ba5c0e9f 100644 --- a/move/move.pm +++ b/move/move.pm @@ -76,6 +76,7 @@ sub init { ifplugd); symlinkf_short("/image/etc/X11/$_", "/etc/X11/$_") foreach qw(encodings.dir app-defaults applnk fs lbxproxy proxymngr rstart wmsession.d xinit.d xinit xkb xserver xsm); + symlinkf_short("/image/root/$_", "/root/$_") foreach qw(.bashrc); #- non-trivial files/directories that need be readable, files that will be overwritten handle_etcfiles('READ', 'OVERWRITE'); |