Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-29 | refactor locale, initcpio and initialtime code | Dieter 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-29 | Make locale generation and keymap/font setting part of system configuration | Dieter 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-09 | clarify SOURCE, SYNC_URL and HARDWARELCOCK variables | Dieter Plaetinck | |
2010-12-05 | make AIF track needed filesystem packages | Dieter Plaetinck | |
filesystem packages are scheduled to go out of base, hence AIF must track which ones are needed and which are not by keeping an eye open during the filesystems creation (and rollback) steps. In the interactive procedure, the appropriate packages will be preselected, in the automatic procedure, you're supposed to configure the needed packages yourself now. This is reflected in the examples. | |||
2010-04-18 | implement consistent/generic, more stable {en,de}coding of fs_params and ↵ | Dieter Plaetinck | |
fs_opts. this should fix some bugs with filesystem creating failing when options were specified | |||
2010-04-16 | change infofy calls to inform, because libui-sh changed function name | Dieter Plaetinck | |
2009-07-27 | separate automatic prefilling of configs with manual editing + enable ↵ | Dieter Plaetinck | |
automatic config updating and grub menu.lst generation in automatic installs | |||
2009-07-26 | make some seds more robust | Dieter Plaetinck | |
2009-07-26 | no more need to actually change HOOKS in mkinitcpio.conf, but may be useful ↵ | Dieter Plaetinck | |
to show replacing stuff in the configure system step | |||
2009-07-26 | no more need for the grub hacks | Dieter Plaetinck | |
2009-07-26 | fix leftover devicename incorrectness after also making swap encrypted | Dieter Plaetinck | |
2009-07-25 | document vars | Dieter Plaetinck | |
2009-07-21 | experimental test suite, with one test | Dieter Plaetinck | |
2009-07-21 | make sure people can use their keyboards and have good keyboard layouts in ↵ | Dieter Plaetinck | |
early userspace when they need to type passwords | |||
2009-07-21 | fix mkinitcpio.conf and grub menu.lst in lvm/crypt configs + also encryt swap | Dieter Plaetinck | |
2009-07-21 | make more clear what examples/test-on-sda is and what its not | Dieter Plaetinck | |
2009-07-21 | add test-on-sda example, very similar to fancy-install-on-sda example but ↵ | Dieter Plaetinck | |
with small filesystems. very useful for testing in VM's | |||
2009-07-21 | add fancy-install-on-sda example, very similar to generic-install-on-sda ↵ | Dieter Plaetinck | |
example but with lvm on top of dm_crypt | |||
2009-04-13 | introduce (var_)TARGET_PACKAGES_EXCLUDE parameters + TARGET_GROUPS incorrect ↵ | Dieter Plaetinck | |
var fix | |||
2009-03-13 | uniformize 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-12 | docs | Dieter Plaetinck | |
2009-03-11 | support specifying packages to install as group and by packagename | Dieter Plaetinck | |
2009-03-10 | improved 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-02-22 | since we use /tmp now, no more need to hide files. some categorizing ↵ | Dieter Plaetinck | |
(tagging) of files is useful though | |||
2008-12-30 | array insert FAIL | Dieter Plaetinck | |
2008-12-23 | todo updates | Dieter Plaetinck | |
2008-12-21 | use target pacman | Dieter Plaetinck | |
2008-12-21 | fixedie fix | Dieter Plaetinck | |
2008-12-21 | no need to use yaourt yet | Dieter Plaetinck | |
2008-12-21 | yaourt bugs workaround: filter away all packages unknown by pacman | Dieter Plaetinck | |
2008-12-20 | maybe it would be useful if i want to use yaourt, that i could maybe install ↵ | Dieter Plaetinck | |
it first. just a thought | |||
2008-12-20 | fixes/cleanups for runtime packages and repositories. Not much use in ↵ | Dieter Plaetinck | |
making yauort a module, its integrated now | |||
2008-12-20 | fixes/cleanups for runtime packages and repositories. Not much use in ↵ | Dieter Plaetinck | |
making yauort a module, its integrated now | |||
2008-12-20 | cleanup automatic deployment stuff | Dieter Plaetinck | |
2008-12-20 | fix for svn export | Dieter Plaetinck | |
2008-12-20 | fix for ask svn password | Dieter Plaetinck | |
2008-12-20 | phase worker order fix | Dieter Plaetinck | |
2008-12-20 | variable name & logic fixes | Dieter Plaetinck | |
2008-12-20 | probably its better to only use svn after we installed it | Dieter Plaetinck | |
2008-12-20 | cleanup automatic deployment stuff | Dieter Plaetinck | |
2008-12-20 | cleaned up ddeploy and start making example config | Dieter Plaetinck | |