summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-software.sh
AgeCommit message (Collapse)Author
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