summaryrefslogtreecommitdiff
path: root/src/core/procedures/base
AgeCommit message (Collapse)Author
2009-08-01ask to export network settings to target system just before configuring ↵Dieter Plaetinck
system, also track network settings possibly done in a separate process and misc cleanups/fixes
2009-07-29add disclaimerDieter Plaetinck
2009-07-23rename FTP install to NET install (FS#14587)Dieter Plaetinck
2009-07-21fix the dead cancel buttons of some menusMatthias Dienstbier
2009-04-11move some common logic away from the interactive procedure into the base ↵Dieter Plaetinck
procedure and lib-ui-interactive so the code is more reusable
2009-04-04fix for next item in datetime menuDieter 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-12stupid typo/doc/todo fixesDieter Plaetinck
2009-03-12various fixes re:keymap/font. + auto updating rc.conf in all proceduresDieter Plaetinck
2009-02-28ask_option now supports optional (skippable) and required menus. labels and ↵Dieter Plaetinck
exit codes are applied differently
2009-02-25adding refactored/reordered date/time setting logic into aif. based on ↵Dieter Plaetinck
tpowa's tz script. this also means an ncurses implementation of timezone selection
2009-02-22since we use /tmp now, no more need to hide files. some categorizing ↵Dieter Plaetinck
(tagging) of files is useful though
2009-02-14port of FS#12944 - Pacman mirrorlist installer editsDieter Plaetinck
2009-02-14port of FS#13102 - fix, need to copy initial /etc/localtimeDieter Plaetinck
2008-12-30architecture more clarityDieter Plaetinck
2008-12-20fix for incomplete repo location string, making pacman segfault *oops*Dieter Plaetinck
2008-12-20fixes/cleanups for runtime packages and repositories. Not much use in ↵Dieter Plaetinck
making yauort a module, its integrated now
2008-12-20cleanup automatic deployment stuffDieter Plaetinck
2008-12-20mooDieter Plaetinck
2008-12-20softcode architecture + some small misc stuff in yaourt libDieter Plaetinck
2008-12-18mirrorlist scope/softcoding cleanupsDieter Plaetinck
2008-12-14todo updatesDieter Plaetinck
2008-12-12cleanup stale files on start and stop + long overdue introduction of ↵Dieter Plaetinck
$RUNTIME_DIR
2008-12-09moving some code around to make some stuff prettierDieter Plaetinck
2008-12-09basic overridable implementation of commandline argument parsingDieter Plaetinck
2008-12-07merging blockdevicerefactor into masterDieter Plaetinck
2008-12-07refactored/cleanup datetime/timezone stuffDieter Plaetinck
2008-12-07ask user for date/time in base profileDieter Plaetinck
2008-12-07support for "intro" worker in all proceduresDieter Plaetinck
2008-11-16updated HOWTO for install using packages, got rid of patch-install-cd script ↵Dieter Plaetinck
+ renamed fifa into aif everywhere
2008-11-12locale bugfixDieter Plaetinck
2008-11-11first version of new "dependency" checking and tracking (flow control) in ↵Dieter Plaetinck
core/interactive + better nextitem setting + tmp_fstab fix
2008-11-10// for files when configuring system fixDieter Plaetinck
2008-11-10infofy fix + some todos/notes addedDieter Plaetinck
2008-11-09exit status is maintained for phases and workers. reporting added. phases ↵Dieter Plaetinck
are now arrays that list the workers. phase logic reorganized in dieters automatic procedure
2008-11-04also use extra repo for dieterDieter Plaetinck
2008-11-04fixes for cleaner package installationDieter Plaetinck
2008-11-03fixes for configure_system and localesDieter Plaetinck
2008-11-03dummy runtime_network (for now) + i seem to have forgotten var_SYNC_URL ↵Dieter Plaetinck
previously
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