Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | document dependencies | Dieter Plaetinck | |
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-27 | remove confusion between new /arch/setup and old (installer.git) based | Dieter Plaetinck | |
2010-11-13 | typo fix | Dieter Plaetinck | |
Reported by by Christian (neptunerx) FS#19400 - Typo in the installer | |||
2010-10-25 | Don't use Dutch in TODO file | Dieter Plaetinck | |
2010-10-25 | delete no longer relevant/useful devstats.sh script | Dieter Plaetinck | |
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-08-07 | turn code markup into a syntax that mediawiki understands | Dieter 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-28 | Typos and little correction | Volker | |
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-28 | prettify pxe section a bit | Dieter Plaetinck | |
2010-05-28 | add versioned installation guide validity | Dieter Plaetinck | |
2010-05-28 | clarify contributing instructions | Dieter Plaetinck | |
2010-05-28 | fix typo in iso file naming | Tyler Darden | |
Signed-off-by: Dieter Plaetinck <dieter@plaetinck.be> | |||
2010-05-16 | updated copyright and instructions re: recent changes like dual architecture ↵ | Dieter Plaetinck | |
and isohybrid support | |||
2010-05-08 | compliancy with new upstream api | Dieter Plaetinck | |
2010-04-24 | be more thorough when checking $grubdev | Dieter Plaetinck | |
2010-04-18 | remove some todos2010.04.18 | Dieter Plaetinck | |
2010-04-18 | basic PXE documentation | 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 | |||
2010-04-10 | rename findpartitions to findblockdevices, as that's what it really does now | Dieter Plaetinck | |
2010-04-10 | Do not hide the whole disk when choosing partitions for file systems | Thomas Bächler | |
Signed-off-by: Dieter Plaetinck <dieter@plaetinck.be> | |||
2010-04-06 | only ask label/uuid/dev when doing interactive FS setup, not needed for ↵ | Dieter Plaetinck | |
autoprepare. as autoprepare has uuid hardwired | |||
2010-04-05 | make sure to create the parent directories for the logfiles in lib-misc ↵ | Dieter Plaetinck | |
run_background and run_controlled. this caused breakage now since libui logs to another directory | |||
2010-04-05 | fix for syntax error. $LOG_TO_FILE may not be set when ui_init is called ↵ | Dieter Plaetinck | |
(i.e. the first time) | |||
2010-04-04 | only ask libui to do debugging when we want it | Dieter Plaetinck | |
2010-04-04 | correctly check integer value of $LOG_TO_FILE | Dieter Plaetinck | |
2010-04-04 | logfiles have to be passed as string now | Dieter Plaetinck | |
2010-04-04 | simplify check_is_in function | Dieter Plaetinck | |
2010-03-24 | use the latest libui-sh and maximize the features for initialising it (thats ↵2010.03.25 | Dieter Plaetinck | |
needed now as libui no longer incorrectly directly accessess aif variables) | |||
2010-03-24 | prevent breakage when filesystem labels contain spaces | Dieter Plaetinck | |
2010-03-24 | implement labelsetting for those filesystems for which it was not ↵ | Matthias Dienstbier | |
implemented yet | |||
2010-03-24 | fix returns and exits in subshells | Matthias Dienstbier | |
2010-03-24 | make UUID partition access default for autoprepare | Dieter Plaetinck | |
2010-03-24 | make the label/uuid/devicefile options more clear to the user | Dieter Plaetinck | |
2010-03-24 | Merge remote branch 'aif-new/label' | Dieter Plaetinck | |
2010-03-11 | fix target_configure_network for dhcp default in rc.conf | Matthias Dienstbier | |
2010-03-11 | display info screen while ntp syncs the clock | Matthias Dienstbier | |
2010-03-11 | continue if ask_datetime was canceled | Matthias Dienstbier | |
2010-03-10 | migrate everything to new approach where lib-ui.sh contains just some ↵ | Dieter Plaetinck | |
aif-specific things. all the generic UI stuff is now a separate project called libui-sh | |||
2010-03-10 | move the stdout-stderr-swapping into _dia_dialog | Matthias Dienstbier | |
2010-03-10 | remove useless return | Matthias Dienstbier | |
2010-03-10 | add possibility to use label for accessing partitions | Matthias Dienstbier | |
2010-03-10 | lib-ui improvements | Matthias Dienstbier | |
2010-03-07 | fix some whitespace2010.03.09 | Dieter Plaetinck | |
2010-03-06 | put /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-06 | make labels mandatory for those FSes who need it + let user optionally ↵ | Dieter Plaetinck | |
define label for other FSes |