summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-03-11support specifying packages to install as group and by packagenameDieter Plaetinck
2009-03-11replace category by group. it was bad terminology. "group" is what we use in ↵Dieter Plaetinck
pacman
2009-03-11abstracting some pacman logicDieter Plaetinck
2009-03-10syntax fixes +todo updateDieter Plaetinck
2009-03-10fix segfault caused by loopDieter Plaetinck
2009-03-10syntax fixDieter Plaetinck
2009-03-10improved version of automatic procedures. better separation between my needs ↵Dieter Plaetinck
and those of the average user. also a sample config for generic install
2009-03-08fix FS#12378 - bad network autoconfig in /etc/rc.conf when network on eth1Dieter Plaetinck
2009-03-08support multiple debug categoriesDieter Plaetinck
2009-03-08automatically update hostname in /etc/hosts after updating /etc/rc.conf. ↵Dieter Plaetinck
See FS#11416
2009-03-08added notice and pacman.confto interactive_configure_system. See FS#11416Dieter Plaetinck
2009-03-08fix some return code incorrectness in interactive_configure_systemDieter Plaetinck
2009-03-08cleanup backup files when user is happy with the configDieter Plaetinck
2009-03-08todo updates (some todos are moved to flyspray)Dieter Plaetinck
2009-03-08better way to handle issues after partitioningDieter Plaetinck
2009-03-08sort procedure names in help messageDieter Plaetinck
2009-03-08various fixes and cleanups in interactive_runtime_networkDieter Plaetinck
2009-03-08fix for broken blockdevice size calculationsDieter Plaetinck
2009-03-07switched dialog to use autosizing everywhere. lets see what this gives...Dieter Plaetinck
2009-03-06load lib-ui in early bootstrap so we dont need to define some functions ↵Dieter Plaetinck
redundantly in aif.sh
2009-03-05fix for killing dhcpcd. Thanks Gerhard B.!Dieter Plaetinck
2009-03-01fix for incorrect string replacement in repository adress for pacman repos. ↵Dieter Plaetinck
props to Gerhard B.
2009-03-01port my previous fixes to lib-uiDieter Plaetinck
2009-03-01premature die_error fixDieter Plaetinck
2009-03-01better error handling in log/debug functionsDieter Plaetinck
2009-03-01fix for undefined die_error + avoid loopsDieter 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-28debug fix in check_is_inDieter Plaetinck
2009-02-28check_is_in fixes.. and this time i mean it.. i think. hopefully. + test ↵Dieter Plaetinck
script for check_is_in
2009-02-28check_is_in fixesDieter Plaetinck
2009-02-28fix for lvm cancel bug and todo updatesDieter Plaetinck
2009-02-28clearer debugging in ask_option functions + fixes in cli_ask_option + font ↵Dieter Plaetinck
fix in set_keymap
2009-02-28error checking on $TYPE in ask_optionDieter Plaetinck
2009-02-28fixes in set_keymapDieter Plaetinck
2009-02-28ask_option fixesDieter Plaetinck
2009-02-28ask_option fixesDieter Plaetinck
2009-02-28set_keymap option dialog fixDieter Plaetinck
2009-02-28select_time ask yesno fixDieter Plaetinck
2009-02-28ask_option now supports optional (skippable) and required menus. labels and ↵Dieter Plaetinck
exit codes are applied differently
2009-02-28set UI typeDieter Plaetinck
2009-02-28cleaner way + fix for correct consolefont and keymapDieter Plaetinck
2009-02-28fix for sourcing of backup files (*~)Dieter Plaetinck
2009-02-28support for debug categoriesDieter Plaetinck
2009-02-26ui function to set keymap and font + partial procedure for itDieter Plaetinck
2009-02-25syntax fixDieter Plaetinck
2009-02-25syntax fixDieter Plaetinck
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-22port of FS#13241 - Use "localtime" instead of "local".Dieter Plaetinck
2009-02-22todo updatesDieter Plaetinck
2009-02-22blockdevice documentation cleanup + use MiB in interactive blockdevice ↵Dieter Plaetinck
things instead of MB. inspired by FS#12949 - "hdparm -I" fails in VMware 0002-Using-MiB-and-GiB-instead-of-MB-and-GB-respectively.patch