Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-17 | document output order for various pacman calls | Dieter Plaetinck | |
2010-12-17 | adapt for libui-sh change: ask_checklist returns array instead of ugly | Dieter Plaetinck | |
quoted string. libui-sh change 79e8bfe2 | |||
2010-12-14 | remove stale TODO | Dieter Plaetinck | |
2010-12-13 | display previous $fs_type as default when editing FS | Dieter Plaetinck | |
2010-12-13 | fix display of fs_create in "Manage Filesystems" | Dieter Plaetinck | |
2010-12-13 | parse_filesystem_string: handle no_fs cases, fixed display in "Manage ↵ | Dieter Plaetinck | |
Filesystems" | |||
2010-12-13 | properly show partition info in "Manage filesystems" | Dieter Plaetinck | |
this was broken since 6d8f39a5e114755b67b86529e6f16b7d9ee752df also, partinfo gathering is now in lib-blockdevices-filesystems.sh | |||
2010-12-13 | make sure get_blockdevice_size returns 0 if there was no issue, this caused ↵ | Dieter Plaetinck | |
some sizes not be shown | |||
2010-12-12 | renew_blockdevices fix, bug introduced in ↵ | Dieter Plaetinck | |
1641a8975040df2706b191025568b953af0841ef | |||
2010-12-12 | unbreak $TMP_BLOCKDEVICES initialisation, broken since ↵ | Dieter Plaetinck | |
dabeebb0653ee444a9b142ac17af2128da8f7f00 | |||
2010-12-12 | enable backslash interpretation for finddisks and findblockdevices "things ↵ | Dieter Plaetinck | |
to echo" | |||
2010-12-12 | syntax fix | Dieter Plaetinck | |
2010-12-12 | bugfix for renew_blockdevices, introduced in ↵ | Dieter Plaetinck | |
dabeebb0653ee444a9b142ac17af2128da8f7f00 | |||
2010-12-12 | make 'Manage filesystems' info more concise | Dieter Plaetinck | |
2010-12-12 | syntax fix | Dieter Plaetinck | |
2010-12-12 | nicer display of partitions and filesystems in "Manage filesystems" | Dieter Plaetinck | |
2010-12-12 | make ask_option calls more uniform and nice (allow spaces) | Dieter Plaetinck | |
2010-12-12 | make font/keymap selection dialogs more robust | Dieter Plaetinck | |
2010-12-12 | allow .cp.gz and partialfonts in font selection | Dieter Plaetinck | |
bug 6111 and 662 are fixed since Sunday, 31 December 2006 | |||
2010-12-12 | make BLOCKFRIENDLY prettier | Dieter Plaetinck | |
use arrays, so we can allow whitespace in the labels | |||
2010-12-12 | make interactive_get_editor() more elegant | Dieter Plaetinck | |
2010-12-12 | cleanup some TODO's and other cruft | Dieter Plaetinck | |
2010-12-12 | clean up finddisks and findblockdevices code | Dieter Plaetinck | |
make the finddisks and findblockdevices code more robust and somewhat cleaner | |||
2010-12-12 | cleanup finddisks and findblockdevices API | Dieter Plaetinck | |
Due do to some old remaining cruft, the API for finddisks and findblockdevices was needlessly complicated. The only thing really needed is some ability to control what goes between entries. Al the other stuff (string at the end, control of newlines) was pointless. | |||
2010-12-12 | clean up disk selection dialogs | Dieter Plaetinck | |
instead of first showing a nice overview with disk sizes, and then making the user select a disk from a dry list, we now do both at once | |||
2010-12-12 | reset sfdisk input before partitioning, to avoid extraneous stale data | Dieter Plaetinck | |
2010-12-12 | refactor filesystem_packages code to use associative array definition at top | Dieter Plaetinck | |
2010-12-09 | correctly return wait_for exitcode, and use it to die_error if needed | Dieter Plaetinck | |
2010-12-09 | make run_controlled actually return the right exitcode | Dieter Plaetinck | |
this fixed exit code feedback for package installation and mkinitcpio | |||
2010-12-09 | properly pass on $BACKGROUND_EXIT so that $CONTROLLED_EXIT is set | Dieter Plaetinck | |
2010-12-09 | lift no-hyphen restriction on run_{controlled,background} identifiers | Dieter Plaetinck | |
Since 44bc9f54734d9280c71959e56189044141bc1640 this is no longer an issue | |||
2010-12-09 | fix correct exitcode variables in run_{controlled,background} commands | Dieter Plaetinck | |
Since 44bc9f54734d9280c71959e56189044141bc1640, the variablenames for the exit code was still incorrect in the debug logmessage and a doc header Also added a debug line for run_controlled | |||
2010-12-09 | When user hits cancel in "Manage filesystems", we should return to "Prepare ↵ | Dieter Plaetinck | |
Harddrive", not start processing | |||
2010-12-07 | also add lvm2 hook in target mkinitcpio.conf for non-root logical volumes | Dieter Plaetinck | |
2010-12-07 | use FSOPTS arrays properly | Dieter Plaetinck | |
2010-12-07 | fix missing filesystem friendly names | Dieter Plaetinck | |
2010-12-07 | clean up variable names/scopes in loading code | Dieter Plaetinck | |
2010-12-06 | fix filesystem listings in autoprepare and interactive filesystems mode | Dieter Plaetinck | |
2010-12-06 | until we have bash 4.2, import the new associative arrays in the global scope | Dieter Plaetinck | |
2010-12-06 | fix bug which prevented populating possible FS array | Dieter Plaetinck | |
2010-12-05 | code cleanup: use bash4 associative arrays for filesystem stuff | Dieter Plaetinck | |
now the information about which setup programs for filesystems, label programs, which FS'es can go on which blockdevices, need/can have labels, can be mounted and FS friendly names are in a central place in libs/lib-blockdevices-filesystems.sh. This simplifies the code somewhat where you actually want to work with the filesystems. Also, we only check the available filesystem utilities once at program startup, causing a performance improvement. | |||
2010-12-05 | introduce experimental Nilfs2 support | Dieter Plaetinck | |
2010-12-05 | make AIF track needed filesystem packages | Dieter Plaetinck | |
filesystem packages are scheduled to go out of base, hence AIF must track which ones are needed and which are not by keeping an eye open during the filesystems creation (and rollback) steps. In the interactive procedure, the appropriate packages will be preselected, in the automatic procedure, you're supposed to configure the needed packages yourself now. This is reflected in the examples. | |||
2010-11-13 | typo fix | Dieter Plaetinck | |
Reported by by Christian (neptunerx) FS#19400 - Typo in the installer | |||
2010-08-15 | Add Architecture = auto in lib-pacman2010.09.30 | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Signed-off-by: Dieter Plaetinck <dieter@plaetinck.be> | |||
2010-05-08 | compliancy with new upstream api | Dieter Plaetinck | |
2010-04-24 | be more thorough when checking $grubdev | Dieter Plaetinck | |
2010-04-18 | implement consistent/generic, more stable {en,de}coding of fs_params and ↵ | Dieter Plaetinck | |
fs_opts. this should fix some bugs with filesystem creating failing when options were specified | |||
2010-04-16 | change infofy calls to inform, because libui-sh changed function name | Dieter Plaetinck | |
2010-04-12 | perform udevadm settle to avoid raceconditions where the device would not be ↵ | Dieter Plaetinck | |
ready in time. fixes http://mailman.archlinux.org/pipermail/arch-releng/2010-April/000974.html |