summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-10-09 11:37:27 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-10-09 11:37:27 +0000
commitb1f3ab35e1089aadf28eb90dde96ff25a6ea00db (patch)
tree3ffdb3b9c7d4f811510d5e91ef30b0f0082b015f /move
parent80be4c2ed0d81908051704cb988ddeca169e9b50 (diff)
downloaddrakx-backup-do-not-use-b1f3ab35e1089aadf28eb90dde96ff25a6ea00db.tar
drakx-backup-do-not-use-b1f3ab35e1089aadf28eb90dde96ff25a6ea00db.tar.gz
drakx-backup-do-not-use-b1f3ab35e1089aadf28eb90dde96ff25a6ea00db.tar.bz2
drakx-backup-do-not-use-b1f3ab35e1089aadf28eb90dde96ff25a6ea00db.tar.xz
drakx-backup-do-not-use-b1f3ab35e1089aadf28eb90dde96ff25a6ea00db.zip
remove /lib/dev-state stuff from devfsd.conf
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";