فهرست منبع

installer: reconfigure base-files when installing.

base-files's INSTALL includes some clean up that always needs to be run.
Érico Rolim 4 سال پیش
والد
کامیت
f71eb4bb81
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      installer.sh.in

+ 2 - 0
installer.sh.in

@@ -1194,6 +1194,8 @@ install_packages() {
     fi
     xbps-reconfigure -r $TARGETDIR -f base-files >/dev/null 2>&1
     chroot $TARGETDIR xbps-reconfigure -a
+    # run any clean up routine defined in base-files
+    chroot $TARGETDIR xbps-reconfigure -f base-files
 }
 
 enable_dhcpd() {