瀏覽代碼

mklive: remove unnecessary steps.

Juan RP 11 年之前
父節點
當前提交
2e3f01f4fa
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      mklive.sh.in

+ 0 - 7
mklive.sh.in

@@ -139,13 +139,6 @@ install_packages() {
     # Enable choosen UTF-8 locale and generate it into the target rootfs.
     sed -e "s/\#\(${LOCALE}.*\)/\1/g" -i $ROOTFS/etc/default/libc-locales
 
-    xbps-uchroot $ROOTFS xbps-reconfigure -fa >>$LOGFILE 2>&1
-
-    # Enable some services if found.
-    if [ -f $ROOTFS/usr/lib/systemd/system/NetworkManager.service ]; then
-        xbps-uchroot $ROOTFS systemctl enable NetworkManager.service >>$LOGFILE 2>&1
-    fi
-
     if [ -x installer.sh ]; then
         install -Dm755 installer.sh $ROOTFS/usr/sbin/void-installer
     else