summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
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-09clarify SOURCE, SYNC_URL and HARDWARELCOCK variablesDieter Plaetinck
2010-12-05make AIF track needed filesystem packagesDieter 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-18implement 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-16change infofy calls to inform, because libui-sh changed function nameDieter Plaetinck
2009-07-27separate automatic prefilling of configs with manual editing + enable ↵Dieter Plaetinck
automatic config updating and grub menu.lst generation in automatic installs
2009-07-26make some seds more robustDieter Plaetinck
2009-07-26no 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-26no more need for the grub hacksDieter Plaetinck
2009-07-26fix leftover devicename incorrectness after also making swap encryptedDieter Plaetinck
2009-07-25document varsDieter Plaetinck
2009-07-21experimental test suite, with one testDieter Plaetinck
2009-07-21make sure people can use their keyboards and have good keyboard layouts in ↵Dieter Plaetinck
early userspace when they need to type passwords
2009-07-21fix mkinitcpio.conf and grub menu.lst in lvm/crypt configs + also encryt swapDieter Plaetinck
2009-07-21make more clear what examples/test-on-sda is and what its notDieter Plaetinck
2009-07-21add 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-21add 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-13introduce (var_)TARGET_PACKAGES_EXCLUDE parameters + TARGET_GROUPS incorrect ↵Dieter Plaetinck
var fix
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-12docsDieter Plaetinck
2009-03-11support specifying packages to install as group and by packagenameDieter 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-02-22since we use /tmp now, no more need to hide files. some categorizing ↵Dieter Plaetinck
(tagging) of files is useful though
2008-12-30array insert FAILDieter Plaetinck
2008-12-23todo updatesDieter Plaetinck
2008-12-21use target pacmanDieter Plaetinck
2008-12-21fixedie fixDieter Plaetinck
2008-12-21no need to use yaourt yetDieter Plaetinck
2008-12-21yaourt bugs workaround: filter away all packages unknown by pacmanDieter Plaetinck
2008-12-20maybe it would be useful if i want to use yaourt, that i could maybe install ↵Dieter Plaetinck
it first. just a thought
2008-12-20fixes/cleanups for runtime packages and repositories. Not much use in ↵Dieter Plaetinck
making yauort a module, its integrated now
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-20fix for svn exportDieter Plaetinck
2008-12-20fix for ask svn passwordDieter Plaetinck
2008-12-20phase worker order fixDieter Plaetinck
2008-12-20variable name & logic fixesDieter Plaetinck
2008-12-20probably its better to only use svn after we installed itDieter Plaetinck
2008-12-20cleanup automatic deployment stuffDieter Plaetinck
2008-12-20cleaned up ddeploy and start making example configDieter Plaetinck