diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-09 11:37:27 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-09 11:37:27 +0000 |
commit | b1f3ab35e1089aadf28eb90dde96ff25a6ea00db (patch) | |
tree | 3ffdb3b9c7d4f811510d5e91ef30b0f0082b015f | |
parent | 80be4c2ed0d81908051704cb988ddeca169e9b50 (diff) | |
download | drakx-b1f3ab35e1089aadf28eb90dde96ff25a6ea00db.tar drakx-b1f3ab35e1089aadf28eb90dde96ff25a6ea00db.tar.gz drakx-b1f3ab35e1089aadf28eb90dde96ff25a6ea00db.tar.bz2 drakx-b1f3ab35e1089aadf28eb90dde96ff25a6ea00db.tar.xz drakx-b1f3ab35e1089aadf28eb90dde96ff25a6ea00db.zip |
remove /lib/dev-state stuff from devfsd.conf
-rwxr-xr-x | move/make_live | 5 |
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"; |