summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-12-12make ask_option calls more uniform and nice (allow spaces)Dieter Plaetinck
2010-12-12make font/keymap selection dialogs more robustDieter Plaetinck
2010-12-12allow .cp.gz and partialfonts in font selectionDieter Plaetinck
2010-12-12make BLOCKFRIENDLY prettierDieter Plaetinck
2010-12-12make interactive_get_editor() more elegantDieter Plaetinck
2010-12-12cleanup some TODO's and other cruftDieter Plaetinck
2010-12-12clean up finddisks and findblockdevices codeDieter Plaetinck
2010-12-12cleanup finddisks and findblockdevices APIDieter Plaetinck
2010-12-12clean up disk selection dialogsDieter Plaetinck
2010-12-12reset sfdisk input before partitioning, to avoid extraneous stale dataDieter Plaetinck
2010-12-12refactor filesystem_packages code to use associative array definition at topDieter Plaetinck
2010-12-09correctly return wait_for exitcode, and use it to die_error if neededDieter Plaetinck
2010-12-09make run_controlled actually return the right exitcodeDieter Plaetinck
2010-12-09properly pass on $BACKGROUND_EXIT so that $CONTROLLED_EXIT is setDieter Plaetinck
2010-12-09lift no-hyphen restriction on run_{controlled,background} identifiersDieter Plaetinck
2010-12-09fix correct exitcode variables in run_{controlled,background} commandsDieter Plaetinck
2010-12-09When user hits cancel in "Manage filesystems", we should return to "Prepare H...Dieter Plaetinck
2010-12-07also add lvm2 hook in target mkinitcpio.conf for non-root logical volumesDieter Plaetinck
2010-12-07use FSOPTS arrays properlyDieter Plaetinck
2010-12-07fix missing filesystem friendly namesDieter Plaetinck
2010-12-07clean up variable names/scopes in loading codeDieter Plaetinck
2010-12-06fix filesystem listings in autoprepare and interactive filesystems modeDieter Plaetinck
2010-12-06until we have bash 4.2, import the new associative arrays in the global scopeDieter Plaetinck
2010-12-06fix bug which prevented populating possible FS arrayDieter Plaetinck
2010-12-05code cleanup: use bash4 associative arrays for filesystem stuffDieter Plaetinck
2010-12-05introduce experimental Nilfs2 supportDieter Plaetinck
2010-12-05make AIF track needed filesystem packagesDieter Plaetinck
2010-11-13typo fixDieter Plaetinck
2010-08-15Add Architecture = auto in lib-pacman2010.09.30Gerardo Exequiel Pozzi
2010-05-08compliancy with new upstream apiDieter Plaetinck
2010-04-24be more thorough when checking $grubdevDieter Plaetinck
2010-04-18implement consistent/generic, more stable {en,de}coding of fs_params and fs_o...Dieter Plaetinck
2010-04-16change infofy calls to inform, because libui-sh changed function nameDieter Plaetinck
2010-04-12perform udevadm settle to avoid raceconditions where the device would not be ...Dieter Plaetinck
2010-04-10rename findpartitions to findblockdevices, as that's what it really does nowDieter Plaetinck
2010-04-10Do not hide the whole disk when choosing partitions for file systemsThomas Bächler
2010-04-06only ask label/uuid/dev when doing interactive FS setup, not needed for autop...Dieter Plaetinck
2010-04-05make sure to create the parent directories for the logfiles in lib-misc run_b...Dieter Plaetinck
2010-04-05fix for syntax error. $LOG_TO_FILE may not be set when ui_init is called (i.e...Dieter Plaetinck
2010-04-04only ask libui to do debugging when we want itDieter Plaetinck
2010-04-04correctly check integer value of $LOG_TO_FILEDieter Plaetinck
2010-04-04logfiles have to be passed as string nowDieter Plaetinck
2010-04-04simplify check_is_in functionDieter Plaetinck
2010-03-24use the latest libui-sh and maximize the features for initialising it (thats ...2010.03.25Dieter Plaetinck
2010-03-24prevent breakage when filesystem labels contain spacesDieter Plaetinck
2010-03-24implement labelsetting for those filesystems for which it was not implemented...Matthias Dienstbier
2010-03-24fix returns and exits in subshellsMatthias Dienstbier
2010-03-24make UUID partition access default for autoprepareDieter Plaetinck
2010-03-24make the label/uuid/devicefile options more clear to the userDieter Plaetinck
2010-03-24Merge remote branch 'aif-new/label'Dieter Plaetinck