summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-ui-interactive.sh
AgeCommit message (Collapse)Author
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-14also need to select a mirrorDieter 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-04syntax on editor checking 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-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-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-25no need to set PART_ROOT twiceDieter Plaetinck
2009-03-25some debugging to help FS#13700 - grub menu.lst updating is brokenDieter Plaetinck
2009-03-15fix for extraneaous " at end of hostname in /etc/hostsDieter Plaetinck
2009-03-15prepare pacman first so we can show the repos in the message to the user + ↵Dieter Plaetinck
format fix
2009-03-14fix for broken package selectionDieter 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-11replace category by group. it was bad terminology. "group" is what we use in ↵Dieter Plaetinck
pacman
2009-03-11abstracting some pacman logicDieter Plaetinck
2009-03-08automatically update hostname in /etc/hosts after updating /etc/rc.conf. ↵Dieter Plaetinck
See FS#11416
2009-03-08added notice and pacman.confto interactive_configure_system. See FS#11416Dieter Plaetinck
2009-03-08fix some return code incorrectness in interactive_configure_systemDieter Plaetinck
2009-03-08cleanup backup files when user is happy with the configDieter Plaetinck
2009-03-08better way to handle issues after partitioningDieter Plaetinck
2009-03-08various fixes and cleanups in interactive_runtime_networkDieter Plaetinck
2009-03-05fix for killing dhcpcd. Thanks Gerhard B.!Dieter Plaetinck
2009-02-28fix for lvm cancel bug and todo updatesDieter Plaetinck
2009-02-28select_time ask yesno fixDieter Plaetinck
2009-02-28ask_option now supports optional (skippable) and required menus. labels and ↵Dieter Plaetinck
exit codes are applied differently
2009-02-28support for debug categoriesDieter Plaetinck
2009-02-25syntax fixDieter Plaetinck
2009-02-25syntax fixDieter Plaetinck
2009-02-25adding refactored/reordered date/time setting logic into aif. based on ↵Dieter Plaetinck
tpowa's tz script. this also means an ncurses implementation of timezone selection
2009-02-22port of FS#13241 - Use "localtime" instead of "local".Dieter Plaetinck
2009-02-22blockdevice documentation cleanup + use MiB in interactive blockdevice ↵Dieter Plaetinck
things instead of MB. inspired by FS#12949 - "hdparm -I" fails in VMware 0002-Using-MiB-and-GiB-instead-of-MB-and-GB-respectively.patch
2009-02-22cleanup in blockdevice size stuff. correct usage of units etc. inspired by ↵Dieter Plaetinck
FS#12949 - "hdparm -I" fails in VMware 0001-Using-fdisk-instead-of-hdparm-to-get-disc-capacity.patch
2009-02-15syntax fix for grub code causing wrong menu.lstDieter Plaetinck
2009-02-14port of FS#12944 - Pacman mirrorlist installer editsDieter Plaetinck
2009-02-14fix FS#13045 - add joe editorDieter Plaetinck
2009-01-24bugfix for broken pacman db because we sync for target, not for runtimeDieter Plaetinck
2008-12-30small code cleanup + todo updatesDieter Plaetinck
2008-12-29ext4 supportDieter Plaetinck
2008-12-20fix for incorrect shebangsDieter Plaetinck
2008-12-20softcode architecture + some small misc stuff in yaourt libDieter Plaetinck
2008-12-18mirrorlist scope/softcoding cleanupsDieter Plaetinck