From b1f3ab35e1089aadf28eb90dde96ff25a6ea00db Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 9 Oct 2003 11:37:27 +0000 Subject: remove /lib/dev-state stuff from devfsd.conf --- move/make_live | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'move') 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"; -- cgit v1.2.1