summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-software.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-03 12:35:39 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-03 12:35:39 +0100
commit88a5e2f6bea02a0f3b6ea32e6e7b4b96d1fbe9b7 (patch)
tree57d8c69b791cfd32cd0adfb5015b0835a9aad440 /src/core/libs/lib-software.sh
parent08a0a991a5daec785ee7e7148a504249a59e5ea3 (diff)
big decoupling of flow control from rest in interactive profile + various fixes
Diffstat (limited to 'src/core/libs/lib-software.sh')
-rw-r--r--src/core/libs/lib-software.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/libs/lib-software.sh b/src/core/libs/lib-software.sh
index 96ff5ab..52e1d63 100644
--- a/src/core/libs/lib-software.sh
+++ b/src/core/libs/lib-software.sh
@@ -21,7 +21,7 @@ run_mkinitcpio()
# installpkg(). taken from setup. modified bigtime
# performs package installation to the target system
installpkg() {
- notify "Package installation will begin now. You can watch the output in the progress window. Please be patient." 0 0
+ notify "Package installation will begin now. You can watch the output in the progress window. Please be patient."
target_specialfs on
run_background pacman-installpkg "$PACMAN_TARGET -S $PACKAGES" /tmp/pacman.log
follow_progress " Installing... Please Wait " /tmp/pacman.log
@@ -43,8 +43,11 @@ installpkg() {
target_specialfs off
sync
+
+ return 0
}
+
# auto_locale(). taken from setup
# enable glibc locales from rc.conf and build initial locale DB
target_configure_inital_locale()