summaryrefslogtreecommitdiff
path: root/src/core/procedures/automatic
AgeCommit message (Collapse)Author
2010-12-12cleanup some TODO's and other cruftDieter Plaetinck
2010-12-05code cleanup: use bash4 associative arrays for filesystem stuffDieter Plaetinck
now the information about which setup programs for filesystems, label programs, which FS'es can go on which blockdevices, need/can have labels, can be mounted and FS friendly names are in a central place in libs/lib-blockdevices-filesystems.sh. This simplifies the code somewhat where you actually want to work with the filesystems. Also, we only check the available filesystem utilities once at program startup, causing a performance improvement.
2010-04-16change infofy calls to inform, because libui-sh changed function nameDieter Plaetinck
2010-03-10migrate everything to new approach where lib-ui.sh contains just some ↵Dieter Plaetinck
aif-specific things. all the generic UI stuff is now a separate project called libui-sh
2009-07-29fix some invalid show_warning invocationsDieter Plaetinck
2009-07-29add disclaimerDieter Plaetinck
2009-07-29Several grub related fixesGerhard Brauer
Attached the extended patch, this replaced the one from my earlier mail. * Fixed grub device mapping in automatic procedure * Fixed bootdevice handling either if we use a seperate /boot or not in automatic procedure. * Added a hint to Luks passphrasing during process_filesystem The test i have made: a) automatic-lvm-dmcrypt-install-sda: menu.lst ok, HOOKS ok, Boot is fine.... b) generic-install-sda: menu.lst ok, HOOKs ok, boot ok c) generic-install-sda (but without seperate /boot partiton, sda1=swap sda2=/) menu.lst ok, HOOKs ok, boot ok d) fancy-install-on-sda Fails on creating all filesystems/lvm-partitions here, but this is because my Virtualbox VM has a too small disk http://users.archlinux.de/~gerbra/tmp/fancy-install-sda.png http://users.archlinux.de/~gerbra/tmp/fancy-install-sda-tty7.png With this changes i build now a new local iso here and test again a interactive install (no lvm,no crypt, only a normal install) to see if we hurt something in interactive... But i guess not.... Gerhard
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-04-13introduce (var_)TARGET_PACKAGES_EXCLUDE parameters + TARGET_GROUPS incorrect ↵Dieter Plaetinck
var fix
2009-03-13grub-install invocation fixDieter 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-10syntax fixes +todo updateDieter 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-02-28check_is_in fixes.. and this time i mean it.. i think. hopefully. + test ↵Dieter Plaetinck
script for check_is_in
2008-12-21bugfix mkayDieter Plaetinck
2008-12-21needle/haystack order + return code fixesDieter 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-20variable name & logic fixesDieter Plaetinck
2008-12-20probably its better to only use svn after we installed itDieter Plaetinck
2008-12-20syntax fixDieter Plaetinck
2008-12-20syntax fixDieter Plaetinck
2008-12-20cleanup automatic deployment stuffDieter Plaetinck
2008-12-20allow procedures to add stuff to usage outputDieter Plaetinck
2008-12-20enhanced arg parsing + automatic procedure can read configs nowDieter Plaetinck
2008-12-20first move towards making my deployment procedure usable for other people tooDieter Plaetinck