index
:
~~obsolete/aif
master
parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
libs
Age
Commit message (
Expand
)
Author
2008-11-12
use ended_ok in check_depend + cleaner checking if grub already done successf...
Dieter Plaetinck
2008-11-12
probably fix for bogus grub entries + more clarity for get_grub_map
Dieter Plaetinck
2008-11-11
close to tracking down the grub bug..
Dieter Plaetinck
2008-11-11
refactored flow control for disk setup + hopefully bug fixed now
Dieter Plaetinck
2008-11-11
adding debug info for exit code of workers and the dep on it.. because my las...
Dieter Plaetinck
2008-11-11
first version of new "dependency" checking and tracking (flow control) in cor...
Dieter Plaetinck
2008-11-11
fix for ask_yesno height (maybe) + todo updates + debugging added to several ...
Dieter Plaetinck
2008-11-11
more ask_yesno fixes + manual partitioning works now
Dieter Plaetinck
2008-11-11
manual partitioning fix + todo update
Dieter Plaetinck
2008-11-10
fix for dhcp works only once (maybe)
Dieter Plaetinck
2008-11-10
mirrorlist fix (maybe) + todo updates
Dieter Plaetinck
2008-11-10
maybe a fix for the fstab
Dieter Plaetinck
2008-11-10
// for files when configuring system fix
Dieter Plaetinck
2008-11-10
cleanup + hopefully a fix for grub thingie
Dieter Plaetinck
2008-11-10
several small stupid thingies
Dieter Plaetinck
2008-11-10
must be on one line. i really dont understand why, but bash complained and n...
Dieter Plaetinck
2008-11-10
infofy fix + some todos/notes added
Dieter Plaetinck
2008-11-10
fix for need to press ok aaarg
Dieter Plaetinck
2008-11-10
sed fix for pacman repo list
Dieter Plaetinck
2008-11-04
oops.. runtime != target. fixes for yaourt and pacman
Dieter Plaetinck
2008-11-04
we now have function to list pacman repos and add them on the target
Dieter Plaetinck
2008-11-04
quick patch for non-core repos that are not on the cdrom
Dieter Plaetinck
2008-11-04
allow passing of which repos we want as argument
Dieter Plaetinck
2008-11-04
todo updates
Dieter Plaetinck
2008-11-04
fixes for cleaner package installation
Dieter Plaetinck
2008-11-04
tidy up tmp device map
Dieter Plaetinck
2008-11-04
beautified the code a bit more
Dieter Plaetinck
2008-11-03
made some ui stuff more abstract
Dieter Plaetinck
2008-11-03
function name fix
Dieter Plaetinck
2008-11-03
TARGET_DIR fixes
Dieter Plaetinck
2008-11-03
fixes for broken interactive_configure_system, interactive_get_editor, _dia_a...
Dieter Plaetinck
2008-11-03
typo bugfix
Dieter Plaetinck
2008-11-03
cleanup deprecated dialog size variables
Dieter Plaetinck
2008-11-03
2 bugfixes
Dieter Plaetinck
2008-11-03
added infofy function that wraps around dialog --infobox + various cleanups i...
Dieter Plaetinck
2008-11-03
set $ANSWER_OPTION in ask_option and use it, because capturing stdout didnt work
Dieter Plaetinck
2008-11-03
logging function + use it instead of abusing notify for less important things
Dieter Plaetinck
2008-11-03
lib-ui implementation (cli+dia) for ask_option + tests directory to test it
Dieter Plaetinck
2008-11-03
moved some UI functions from fifa.sh to lib-ui (yeay) + some fixes
Dieter Plaetinck
2008-11-03
DIALOG is now called _dia_DIALOG
Dieter Plaetinck
2008-11-03
several fixes/cleanups in interactive procedure
Dieter Plaetinck
2008-11-03
big decoupling of flow control from rest in interactive profile + various fixes
Dieter Plaetinck
2008-11-03
decoupling of flow control and interactive UI code from interactive installer...
Dieter Plaetinck
2008-11-02
sort of fixed/decoupled auto_{fstab,network,locale}, run_mkinitcpio
Dieter Plaetinck
2008-11-02
decoupled network configuration function like it should
Dieter Plaetinck
2008-11-02
file hierarchy overhaul. now a structure that makes more sense: user and cor...
Dieter Plaetinck