summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-22syntax fixesDieter Plaetinck
2009-07-22typo syntax fixDieter Plaetinck
2009-07-22more intelligent manual network configurationMatthias Dienstbier
2009-07-21fix for lists of testsDieter Plaetinck
2009-07-21set +x flagsDieter Plaetinck
2009-07-21make tests separate reusable files + make the testing thing a bit betterDieter Plaetinck
2009-07-21todo updateDieter Plaetinck
2009-07-21todo updateDieter Plaetinck
2009-07-21regression fix for typoDieter Plaetinck
2009-07-21experimental test suite, with one testDieter Plaetinck
2009-07-21support for reusing existing filesystemsDieter Plaetinck
2009-07-21emphasize differences between automatic and manualDieter 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-21stupid readme updateDieter 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-21syntax fixDieter Plaetinck
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-07-21more exit code / UI flow fixes inspired by Matthias Dienstbiers workDieter Plaetinck
2009-07-21fix the dead cancel buttons of some menusMatthias Dienstbier
2009-07-21credit contributors for their patchesDieter Plaetinck
2009-07-19some things are tested&tickets closed. other items have open ticketsDieter Plaetinck
2009-07-19use LANG=C when parsing aif output. Fixes FS#14852Dieter Plaetinck
2009-07-12http/ftp proxy values were set default to a value 0, so that 0 wasGerhard Brauer
exported as proxy settings. This leads that all pacman operations faled, cause we have false proxy-settings (0 is not a valid proxy)
2009-07-12Cause swap partitions have no (user) defined mountpoint they are notGerhard Brauer
added to the generated fstab. Fixed this with giving them a fs_mountpoint to "swap" while processing process_filesystem ().
2009-07-11if ui was dia, then clear display just before shutdownDieter Plaetinck
2009-06-29Modified timesetting procedure againGerhard Brauer
With our current code we get problems when the user want to set datetime manually in our dialog. Revisiting last changes i see: it's a bad thing to force any timesetting based on a *selected* timezone in an still UTC environment. So the easiest way (and i hope the last change on this!) is: a) user selected a timezone b) we set this timezonefile to /etc/localtime c) Now we ask: is your hwclock on UTC or localtime? c) UTC BIOSclock user now have both correct system and hw time. d) For localtime users we must re-read the hwclock into our new timezone, cause copy'ing above timezone file has recalculated the systemtime to a false time. I've tested these commit on my PC, both with hwclock on UTC and localtime, also with manual setting and via ntp(date) in the aif dialog. Signed-off-by: Gerhard Brauer <gerbra@archlinux.de>
2009-06-28some stuff is ok by nowDieter Plaetinck
2009-06-28fix for default value in custom mountpoint + fix for exit conditionDieter Plaetinck
2009-06-28bugfix for better mountpoint picker. i mean it this timeDieter Plaetinck
2009-06-28bugfix for better mountpoint pickerDieter Plaetinck
2009-06-28bugfixes for better mountpoint pickerDieter Plaetinck
2009-06-28let user pick a mountpoint from a list or define a custom oneDieter Plaetinck
2009-06-28fixes for font/keymap substitutionsDieter Plaetinck
2009-06-28modprobe.conf path typo fixDieter Plaetinck
2009-06-27dia_ask_yesno honors default value nowGerhard Brauer
Modified dia_ask_yesno to correctly handle an default value to preset the YES or NO button. Signed-off-by: Gerhard Brauer <gerbra@archlinux.de>
2009-06-27Changed modprobe.conf path for new module-init-tools 3.8Gerhard Brauer
2009-06-25Fixed timesetting for hwclock localtime usersGerhard Brauer
When we set system time from the BIOS clock via hwclock we must honor the timezone the user previous selected during interactive_time(). After boot we are in an UTC environment. If we now - for localtime users - parse hwclcock value to systemtime, then we get later a false systemtime when copying the TZ file to /etc/localtime. Changing /etc/localtime always recalculate the time according to the timezone. Signed-off-by: Gerhard Brauer <gerbra@archlinux.de>
2009-06-20Merge branch 'master' into experimentalDieter Plaetinck
2009-06-20fix syntax error introduced by Xfs freeze patchMatthias Dienstbier
2009-06-14Fix xfs freezing during grub installationGerhard Brauer
Since kernel 2.6.29 xfs_freeze could also freeze non-xfs partitions. This leeds to the problem that in the process of grub installation all our TARGET partitions ($target/ and $target/boot) get freezed - regardless which filesystem they have. The result is a stuck grub install. Better way is: freeze above TARGETS only if they realy have an xfs FS.
2009-06-14fix for remote (http) modulestuxce
2009-06-14also need to select a mirrorDieter Plaetinck
2009-06-13makefile. can be quite usefulDieter Plaetinck
2009-06-13list of things to test for new releaseDieter Plaetinck
2009-06-11todo updatesDieter Plaetinck
2009-04-18name log files in usage functionDieter Plaetinck
2009-04-13introduce (var_)TARGET_PACKAGES_EXCLUDE parameters + TARGET_GROUPS incorrect ↵Dieter Plaetinck
var fix
2009-04-13if one or more "extra" workers after the main one return false, that doesnt ↵Dieter Plaetinck
mean the whole thing failed