summaryrefslogtreecommitdiffstats
path: root/move/make_live
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-10-30 11:14:11 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-10-30 11:14:11 +0000
commitf8da93908fabc09e770a0a4b282e0d0cf4802e8f (patch)
tree050cbd1caab1e6fc05f0edb38c0630543c872baf /move/make_live
parent3517639ec3af9a6480137c3b54bbc99cf6cbccad (diff)
downloaddrakx-f8da93908fabc09e770a0a4b282e0d0cf4802e8f.tar
drakx-f8da93908fabc09e770a0a4b282e0d0cf4802e8f.tar.gz
drakx-f8da93908fabc09e770a0a4b282e0d0cf4802e8f.tar.bz2
drakx-f8da93908fabc09e770a0a4b282e0d0cf4802e8f.tar.xz
drakx-f8da93908fabc09e770a0a4b282e0d0cf4802e8f.zip
better list obtained using patched nfsd instead of Strace
Diffstat (limited to 'move/make_live')
-rwxr-xr-xmove/make_live1
1 files changed, 1 insertions, 0 deletions
diff --git a/move/make_live b/move/make_live
index 4bb1b3156..7b78c0cfc 100755
--- a/move/make_live
+++ b/move/make_live
@@ -58,6 +58,7 @@ $::prefix = "/tmp/live_tree";
output_p("$::prefix/etc/fstab", "none /proc proc defaults 0 0\n");
installPackages();
system("chroot $::prefix ldconfig");
+ rm_rf("$::prefix/dev"); # we don't need it, we use devfs
}
symlinkf('/var/lib/xkb', "$::prefix/etc/X11/xkb/compiled"); # don't want the relative path, prefering the absolute path