Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-25 | make the $ret variable local everywhere | Dieter Plaetinck | |
2009-07-24 | fix for error message during automatic procedure | Dieter Plaetinck | |
2009-07-24 | sfdisk invocation fix: use megabytes | Dieter Plaetinck | |
2009-07-24 | remove HOWTO from makefile, as we removed the howto alltogether | Dieter Plaetinck | |
2009-07-24 | add automatic-reuse-fs-sda test, which tests the "user has an existing ↵ | Dieter Plaetinck | |
partition he wants to reuse" scenario, with even a rollback and re-do it thrown in | |||
2009-07-23 | rename FTP install to NET install (FS#14587) | Dieter Plaetinck | |
2009-07-23 | delete not so useful anymore howto | Dieter Plaetinck | |
2009-07-22 | typo fix | Dieter Plaetinck | |
2009-07-22 | test suite fixes and cleanups | Dieter Plaetinck | |
2009-07-22 | dont blank screen after running tests | Dieter Plaetinck | |
2009-07-22 | syntax fixes | Dieter Plaetinck | |
2009-07-22 | typo syntax fix | Dieter Plaetinck | |
2009-07-22 | more intelligent manual network configuration | Matthias Dienstbier | |
2009-07-21 | fix for lists of tests | Dieter Plaetinck | |
2009-07-21 | set +x flags | Dieter Plaetinck | |
2009-07-21 | make tests separate reusable files + make the testing thing a bit better | Dieter Plaetinck | |
2009-07-21 | todo update | Dieter Plaetinck | |
2009-07-21 | todo update | Dieter Plaetinck | |
2009-07-21 | regression fix for typo | Dieter Plaetinck | |
2009-07-21 | experimental test suite, with one test | Dieter Plaetinck | |
2009-07-21 | support for reusing existing filesystems | Dieter Plaetinck | |
2009-07-21 | emphasize differences between automatic and manual | Dieter Plaetinck | |
2009-07-21 | make sure people can use their keyboards and have good keyboard layouts in ↵ | Dieter Plaetinck | |
early userspace when they need to type passwords | |||
2009-07-21 | fix mkinitcpio.conf and grub menu.lst in lvm/crypt configs + also encryt swap | Dieter Plaetinck | |
2009-07-21 | stupid readme update | Dieter Plaetinck | |
2009-07-21 | make more clear what examples/test-on-sda is and what its not | Dieter Plaetinck | |
2009-07-21 | add 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-21 | syntax fix | Dieter Plaetinck | |
2009-07-21 | add 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-21 | more exit code / UI flow fixes inspired by Matthias Dienstbiers work | Dieter Plaetinck | |
2009-07-21 | fix the dead cancel buttons of some menus | Matthias Dienstbier | |
2009-07-21 | credit contributors for their patches | Dieter Plaetinck | |
2009-07-19 | some things are tested&tickets closed. other items have open tickets | Dieter Plaetinck | |
2009-07-19 | use LANG=C when parsing aif output. Fixes FS#14852 | Dieter Plaetinck | |
2009-07-12 | http/ftp proxy values were set default to a value 0, so that 0 was | Gerhard 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-12 | Cause swap partitions have no (user) defined mountpoint they are not | Gerhard Brauer | |
added to the generated fstab. Fixed this with giving them a fs_mountpoint to "swap" while processing process_filesystem (). | |||
2009-07-11 | if ui was dia, then clear display just before shutdown | Dieter Plaetinck | |
2009-06-29 | Modified timesetting procedure again | Gerhard 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-28 | some stuff is ok by now | Dieter Plaetinck | |
2009-06-28 | fix for default value in custom mountpoint + fix for exit condition | Dieter Plaetinck | |
2009-06-28 | bugfix for better mountpoint picker. i mean it this time | Dieter Plaetinck | |
2009-06-28 | bugfix for better mountpoint picker | Dieter Plaetinck | |
2009-06-28 | bugfixes for better mountpoint picker | Dieter Plaetinck | |
2009-06-28 | let user pick a mountpoint from a list or define a custom one | Dieter Plaetinck | |
2009-06-28 | fixes for font/keymap substitutions | Dieter Plaetinck | |
2009-06-28 | modprobe.conf path typo fix | Dieter Plaetinck | |
2009-06-27 | dia_ask_yesno honors default value now | Gerhard 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-27 | Changed modprobe.conf path for new module-init-tools 3.8 | Gerhard Brauer | |
2009-06-25 | Fixed timesetting for hwclock localtime users | Gerhard 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-20 | Merge branch 'master' into experimental | Dieter Plaetinck | |