summaryrefslogtreecommitdiffstats
path: root/move/make_live
diff options
context:
space:
mode:
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