From 76d09a8aa97468b209ba53d86a8cd4114de282dd Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 19 Nov 2003 12:47:40 +0000 Subject: tired of unworkable root enviro --- move/move.pm | 1 + 1 file changed, 1 insertion(+) 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'); -- cgit v1.2.1