summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-software.sh
AgeCommit message (Collapse)Author
2010-12-29Make locale generation and keymap/font setting part of system configurationDieter Plaetinck
* remove auto_locale and auto_keymap_font workers, no need for middle-man. * call relevant code directly from prefill_configs, which is now renamed to preconfigure_target * make base procedure run preconfigure_target in configure_system worker. (this also removes the need for the configure_system worker definition in the automatic procedure) * warn user in interactive_configure_system() when preconfigure_target() failed, and allow him to go back * simplify interactive worker_install_packages () a little bit
2010-12-12cleanup some TODO's and other cruftDieter Plaetinck
2010-04-16change infofy calls to inform, because libui-sh changed function nameDieter Plaetinck
2009-08-01make run background/controlled exitcodes more robust & bugfreeDieter Plaetinck
2009-07-21todo updateDieter Plaetinck
2009-07-21todo updateDieter Plaetinck
2009-04-13introduce (var_)TARGET_PACKAGES_EXCLUDE parameters + TARGET_GROUPS incorrect ↵Dieter Plaetinck
var fix
2009-03-17slight refactoring of how to run/monitor a program. i quite broke it thoughDieter Plaetinck
2009-03-13uniformize variable handling automatic procedure, change the package related ↵Dieter Plaetinck
variable stuff, support choosing grub device in automatic, fix grub installing bug, cleanup official vs dieters stuff, etc
2009-03-13fix for kill dialogs forked process from the follow_progress call in wait_forDieter Plaetinck
2009-03-12support for storing the pid of background wrapper processes + support for ↵Dieter Plaetinck
non-blocking following of text files (eg tail --pid)
2009-03-12stupid typo/doc/todo fixesDieter Plaetinck
2009-03-12fix for bad way to pass packages (newlines and things)Dieter Plaetinck
2009-03-11support specifying packages to install as group and by packagenameDieter Plaetinck
2009-02-28fix for bash read: not a valid identifier, and hence, got rid of the pacman ↵Dieter Plaetinck
install pkg workaround (finally!!)
2009-02-22tmp logfiles location fixDieter Plaetinck
2009-02-15add --noconfirm when installing packagesDieter Plaetinck
2008-12-20fix for incorrect shebangsDieter Plaetinck
2008-12-18todo updatesDieter Plaetinck
2008-12-12cleanup stale files on start and stop + long overdue introduction of ↵Dieter Plaetinck
$RUNTIME_DIR
2008-11-16updated HOWTO for install using packages, got rid of patch-install-cd script ↵Dieter Plaetinck
+ renamed fifa into aif everywhere
2008-11-13installpkg exit code workaroundDieter Plaetinck
2008-11-13logfile location cleanupDieter Plaetinck
2008-11-13debugging info in run_background + better logfile location for pacmanDieter Plaetinck
2008-11-12cleaner handling of exit code and running state in run_background + ↵Dieter Plaetinck
installpkg exit code fix
2008-11-10several small stupid thingiesDieter Plaetinck
2008-11-04fixes for cleaner package installationDieter Plaetinck
2008-11-03typo bugfixDieter Plaetinck
2008-11-03big decoupling of flow control from rest in interactive profile + various fixesDieter Plaetinck
2008-11-03decoupling of flow control and interactive UI code from interactive ↵Dieter Plaetinck
installer + some fixes and todo updates
2008-11-02sort of fixed/decoupled auto_{fstab,network,locale}, run_mkinitcpioDieter Plaetinck
2008-11-02file hierarchy overhaul. now a structure that makes more sense: user and ↵Dieter Plaetinck
core separated. we now differentiate between procedures and libraries - no more "profiles" - + some bug fixed + probably quite a few introduced + runtime directory + separated my own stuff more