Browse Source

Revert "installer: reconfigure base-files when installing."

This reverts commit f71eb4bb81004b50884011ef5e0d00f99bc2892a.

This commit was made erroneously, since base-files was reconfigured
already a few lines above.
Érico Rolim 4 năm trước cách đây
mục cha
commit
4db56b0a1a
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      installer.sh.in

+ 0 - 2
installer.sh.in

@@ -1194,8 +1194,6 @@ 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() {