Browse Source

mklive: remove unnecessary line.

Juan RP 10 years ago
parent
commit
4b559d86c9
1 changed files with 0 additions and 2 deletions
  1. 0 2
      mklive.sh.in

+ 0 - 2
mklive.sh.in

@@ -112,8 +112,6 @@ install_packages() {
     # Cleanup and remove useless stuff.
     # Cleanup and remove useless stuff.
     rm -rf $ROOTFS/var/cache/* $ROOTFS/run/* $ROOTFS/var/run/*
     rm -rf $ROOTFS/var/cache/* $ROOTFS/run/* $ROOTFS/var/run/*
 
 
-    cp /home/juan/projects/runit-void/core-services/00-pseudofs.sh $ROOTFS/etc/runit/core-services/
-
     unset XBPS_ARCH
     unset XBPS_ARCH
 }
 }