summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-13parse_filesystem_string: handle no_fs cases, fixed display in "Manage ↵Dieter Plaetinck
Filesystems"
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-13make sure get_blockdevice_size returns 0 if there was no issue, this caused ↵Dieter Plaetinck
some sizes not be shown
2010-12-12renew_blockdevices fix, bug introduced in ↵Dieter Plaetinck
1641a8975040df2706b191025568b953af0841ef
2010-12-12unbreak $TMP_BLOCKDEVICES initialisation, broken since ↵Dieter Plaetinck
dabeebb0653ee444a9b142ac17af2128da8f7f00
2010-12-12enable backslash interpretation for finddisks and findblockdevices "things ↵Dieter Plaetinck
to echo"
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-12syntax fixDieter 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 font/keymap selection dialogs more robustDieter Plaetinck
2010-12-12allow .cp.gz and partialfonts in font selectionDieter Plaetinck
bug 6111 and 662 are fixed since Sunday, 31 December 2006
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-12clean up finddisks and findblockdevices codeDieter Plaetinck
make the finddisks and findblockdevices code more robust and somewhat cleaner
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-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
this fixed exit code feedback for package installation and mkinitcpio
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
Since 44bc9f54734d9280c71959e56189044141bc1640 this is no longer an issue
2010-12-09fix correct exitcode variables in run_{controlled,background} commandsDieter 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-09clarify SOURCE, SYNC_URL and HARDWARELCOCK variablesDieter Plaetinck
2010-12-09tell users to configure crypttab for non-root encrypted disksDieter Plaetinck
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-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
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-05document dependenciesDieter Plaetinck
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-27remove confusion between new /arch/setup and old (installer.git) basedDieter Plaetinck
2010-11-13typo fixDieter Plaetinck
Reported by by Christian (neptunerx) FS#19400 - Typo in the installer
2010-10-25Don't use Dutch in TODO fileDieter Plaetinck
2010-10-25delete no longer relevant/useful devstats.sh scriptDieter Plaetinck
2010-08-15Add Architecture = auto in lib-pacman2010.09.30Gerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Signed-off-by: Dieter Plaetinck <dieter@plaetinck.be>
2010-08-07turn code markup into a syntax that mediawiki understandsDieter Plaetinck
<pre><code></code></pre> puts '<code></code>' in the rendered block <code><pre></pre></code> and <pre></pre> seem to be work fine, so we use the latter. <code></code> seems not understood by mediawiki at all. at least it's rendered incorrectly. fixes FS#19640
2010-05-28Typos and little correctionVolker
Fix a typo, a missing word, and correct the path to the installation guide on release media in the info, which is actually /usr/share/aif/docs not /arch. (See the message you get when you run the 2010.05 live media and log in.) Signed-off-by: Dieter Plaetinck <dieter@plaetinck.be>
2010-05-28prettify pxe section a bitDieter Plaetinck
2010-05-28add versioned installation guide validityDieter Plaetinck