summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-ui-interactive.sh
AgeCommit message (Collapse)Author
2010-12-13properly 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-12renew_blockdevices fix, bug introduced in ↵Dieter Plaetinck
1641a8975040df2706b191025568b953af0841ef
2010-12-12unbreak $TMP_BLOCKDEVICES initialisation, broken since ↵Dieter Plaetinck
dabeebb0653ee444a9b142ac17af2128da8f7f00
2010-12-12syntax fixDieter Plaetinck
2010-12-12bugfix for renew_blockdevices, introduced in ↵Dieter Plaetinck
dabeebb0653ee444a9b142ac17af2128da8f7f00
2010-12-12make 'Manage filesystems' info more conciseDieter Plaetinck
2010-12-12nicer display of partitions and filesystems in "Manage filesystems"Dieter Plaetinck
2010-12-12make ask_option calls more uniform and nice (allow spaces)Dieter Plaetinck
2010-12-12make BLOCKFRIENDLY prettierDieter Plaetinck
use arrays, so we can allow whitespace in the labels
2010-12-12make interactive_get_editor() more elegantDieter Plaetinck
2010-12-12cleanup some TODO's and other cruftDieter Plaetinck
2010-12-12cleanup finddisks and findblockdevices APIDieter 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-12clean up disk selection dialogsDieter 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-09When user hits cancel in "Manage filesystems", we should return to "Prepare ↵Dieter Plaetinck
Harddrive", not start processing
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-06fix filesystem listings in autoprepare and interactive filesystems modeDieter Plaetinck
2010-12-05code cleanup: use bash4 associative arrays for filesystem stuffDieter 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-05introduce experimental Nilfs2 supportDieter Plaetinck
2010-12-05make AIF track needed filesystem packagesDieter 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-13typo fixDieter Plaetinck
Reported by by Christian (neptunerx) FS#19400 - Typo in the installer
2010-04-24be more thorough when checking $grubdevDieter Plaetinck
2010-04-18implement 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-16change infofy calls to inform, because libui-sh changed function nameDieter Plaetinck
2010-04-10rename findpartitions to findblockdevices, as that's what it really does nowDieter Plaetinck
2010-04-06only ask label/uuid/dev when doing interactive FS setup, not needed for ↵Dieter Plaetinck
autoprepare. as autoprepare has uuid hardwired
2010-03-24prevent breakage when filesystem labels contain spacesDieter Plaetinck
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
2010-03-11display info screen while ntp syncs the clockMatthias Dienstbier
2010-03-11continue if ask_datetime was canceledMatthias Dienstbier
2010-03-10add possibility to use label for accessing partitionsMatthias Dienstbier
2010-03-06put /etc/crypttab in list of to-edit config files. fixes FS#17973 - ↵Dieter Plaetinck
/etc/crypttab should be included into section "6 Configure System"
2010-03-06make labels mandatory for those FSes who need it + let user optionally ↵Dieter Plaetinck
define label for other FSes
2010-03-06Remove a leading whitespace in the generated menu.lstThomas Bächler
Signed-off-by: Dieter Plaetinck <dieter@plaetinck.be>
2010-03-06Fix grub lines for various encryption setupsThomas Bächler
The first one used a deprecated syntax and failed whenever / was not called /dev/mapper/root The second one got a cosmetical cleanup to be more consistent with what was set during the installer The third one also failed whenever / was not called /dev/mapper/root Signed-off-by: Dieter Plaetinck <dieter@plaetinck.be>
2010-03-05fix for crashing when it cannot find packages to let user select from. fixes ↵Dieter Plaetinck
FS#15906
2010-03-05fix + crashfix when no disks foundDieter Plaetinck
2010-03-05remove /etc from suggested list of mountpoints as thats a bad idea + add ↵Dieter Plaetinck
/var as suggested item. fixes FS#17136
2009-09-25Wrong sentence was correctedLaszlo Papp
2009-08-06FS#15800 - The submenu 'NET (ftp/http)' under 'select source' does not ↵Dieter Plaetinck
advance automatically to the next step
2009-08-06FS#15801 - Change the first step when time is proposed during the setting of ↵Dieter Plaetinck
the clock
2009-08-01go back to correct menu when doing rollbackDieter Plaetinck
2009-08-01ask to export network settings to target system just before configuring ↵Dieter Plaetinck
system, also track network settings possibly done in a separate process and misc cleanups/fixes
2009-08-01dont give bogus warnings on normal setups + cleanup debugging and warningsDieter Plaetinck
2009-08-01optionally reuse existing $TMP_PARTITIONS if found + bugfix when reusing ↵Dieter Plaetinck
$TMP_BLOCKDEVICES
2009-08-01simplify FS asking in autoprepare + write datafiles first, then ask for ↵Dieter Plaetinck
confirmation
2009-08-01optionally reuse definitions from autoprepare in interactive oneDieter Plaetinck