summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:
mode:
Diffstat (limited to 'move')
-rwxr-xr-xmove/make_live5
1 files changed, 5 insertions, 0 deletions
diff --git a/move/make_live b/move/make_live
index 7b662a540..d2510b538 100755
--- a/move/make_live
+++ b/move/make_live
@@ -62,3 +62,8 @@ $::prefix = "/tmp/live_tree";
system("ln -sf /var/lib/xkb $::prefix/etc/X11/xkb/compiled"); # don't want the relative path, prefering the absolute path
system("find $::prefix/dev -type b -o -type c | xargs chmod a+rw");
+
+substInFile {
+ #- /lib is ro, for the moment we don't save, we'll see later if we may want to save (using /var/dev-state for example)
+ s|.*lib/dev-state.*||;
+} "$::prefix/etc/devfsd.conf";