about summary refs log tree commit diff
path: root/mklive.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-04-22 12:23:09 +0200
committerJuan RP <xtraeme@gmail.com>2014-04-22 12:23:09 +0200
commit2e3f01f4fa8dd61802478bb16bd8686e6d686c27 (patch)
treef78d2cd7db8df9359e8959a15e1cfeece3f0267f /mklive.sh.in
parent6694adcef9acbac6e5d9e17b5e40aada59d1e10a (diff)
downloadhrmpf-2e3f01f4fa8dd61802478bb16bd8686e6d686c27.tar.gz
hrmpf-2e3f01f4fa8dd61802478bb16bd8686e6d686c27.tar.xz
hrmpf-2e3f01f4fa8dd61802478bb16bd8686e6d686c27.zip
mklive: remove unnecessary steps.
Diffstat (limited to 'mklive.sh.in')
-rw-r--r--mklive.sh.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index fef2d6a..b3edda6 100644
--- a/mklive.sh.in
+++ b/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