summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-04-12refactored, cleaned up and restructured READMEDieter Plaetinck
2009-04-12remove comment. patch from Jud "judfilm"Dieter Plaetinck
2009-04-11typo fixDieter Plaetinck
2009-04-11move some common logic away from the interactive procedure into the base ↵Dieter Plaetinck
procedure and lib-ui-interactive so the code is more reusable
2009-04-08Merge branch 'experimental'2009.04.08Dieter Plaetinck
2009-04-08sorry i was wrong in the previous commit. restoring first fix...Dieter Plaetinck
2009-04-08a cleaner way to fix FS#13835 - following the output of a process is brokenDieter Plaetinck
2009-04-07fix for FS#13835 - following the output of a process is broken - FUCK YEAHDieter Plaetinck
2009-04-04stderr output fixDieter Plaetinck
2009-04-04syntax on editor checking fixDieter Plaetinck
2009-04-04bash function naming syntax fixDieter Plaetinck
2009-04-04actually saving the clock to hardware might be useful..Dieter Plaetinck
2009-04-04fix for ntp stuff take 2Dieter Plaetinck
2009-04-04fix for nextitem and also hopefully for ntp stuffDieter Plaetinck
2009-04-04fix for next item in datetime menuDieter Plaetinck
2009-04-04todo updatesDieter Plaetinck
2009-04-04clearer, more up to date howtoDieter Plaetinck
2009-03-31dont show which output + syntax fixDieter Plaetinck
2009-03-30fix hwclock calls for systohc and hctosys, fix /etc/localtime, show nice ↵Dieter Plaetinck
dialog with 'ok', 'manual date setting' and ntp using
2009-03-30noteDieter Plaetinck
2009-03-30do hwclock (only) at the right time, optimize hwclock code, make UTC default ↵Dieter Plaetinck
(fixes FS#13752 - Make hwclock in UTC a "good idea"
2009-03-30no need for tzselect anymore. yeayDieter Plaetinck
2009-03-29return condition fixDieter Plaetinck
2009-03-29fix for broken region gettingDieter Plaetinck
2009-03-29fix for hanging timezone dialogsDieter Plaetinck
2009-03-29Merge branch 'experimental'2009.03.29Dieter Plaetinck
2009-03-28showstoppers moved to flysprayDieter Plaetinck
2009-03-27this should fix FS#13700 - grub menu.lst updating is brokenDieter Plaetinck
2009-03-26todo updatesDieter Plaetinck