summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-software.sh
AgeCommit message (Collapse)Author
2011-08-03Merge branch 'master' into developDieter Plaetinck
2011-08-02fix references to kernel26.img and vmlinuz26Dave Reisner
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
2011-03-10cleanupDieter Plaetinck
2011-03-03apply indentation with tabs everywhereDieter Plaetinck
2010-12-31Inform user more in detail which pre/post-configure step went wrongDieter Plaetinck
* Move all pre/post-configure logic to separate functions (initcpio config, time setting, mirrorlist) * other steps will continue to be run, even if previous one(s) failed * at the end of the pre/post-configure step you will be warned which steps failed, if needed.
2010-12-29refactor locale, initcpio and initialtime codeDieter Plaetinck
* remove locale, initcpio and initialtime workers, move logic in new postconfigure_target function * for base and automatic procedures, postconfigure_target() gets called automatically * interactive procedure calls this in interactive_configure_system in the same way it calls preconfigure_target * rename target_run_mkinitcpio to target_run_mkinitcpio, to be consistent with other functions
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