summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-18remove some todos2010.04.18Dieter Plaetinck
2010-04-18basic PXE documentationDieter 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-12perform 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-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
Signed-off-by: Dieter Plaetinck <dieter@plaetinck.be>
2010-04-06only ask label/uuid/dev when doing interactive FS setup, not needed for ↵Dieter Plaetinck
autoprepare. as autoprepare has uuid hardwired
2010-04-05make 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-05fix for syntax error. $LOG_TO_FILE may not be set when ui_init is called ↵Dieter Plaetinck
(i.e. the first time)
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
needed now as libui no longer incorrectly directly accessess aif variables)
2010-03-24prevent breakage when filesystem labels contain spacesDieter Plaetinck
2010-03-24implement labelsetting for those filesystems for which it was not ↵Matthias Dienstbier
implemented yet
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-11fix target_configure_network for dhcp default in rc.confMatthias Dienstbier
2010-03-11display info screen while ntp syncs the clockMatthias Dienstbier
2010-03-11continue if ask_datetime was canceledMatthias Dienstbier
2010-03-10migrate 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-10move the stdout-stderr-swapping into _dia_dialogMatthias Dienstbier
2010-03-10remove useless returnMatthias Dienstbier
2010-03-10add possibility to use label for accessing partitionsMatthias Dienstbier
2010-03-10lib-ui improvementsMatthias Dienstbier
2010-03-07fix some whitespace2010.03.09Dieter Plaetinck
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-05Merge branch 'experimental'Dieter Plaetinck
2010-03-05try to use UUID in fstab. fixes FS#17632 - [uuid support] regression in ↵Dieter Plaetinck
/etc/fstab
2010-03-05add the `-D' option to the sfdisk call.Mark Pustjens
This causes some extra space to be saved for the MBR, which is needed for grub2 in some cases. http://www.mail-archive.com/arch-general@archlinux.org/msg11100.html
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-05fix ask_string api docDieter 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
2010-03-05support virtio blockdevicesVincent R
2010-03-05support virtio blockdevicesVincent R
2010-03-03be factually accurate to avoid confusion over which i686 cpus we support and ↵Dieter Plaetinck
why. see http://mailman.archlinux.org/pipermail/arch-releng/2009-October/000763.html
2010-03-03port changes by misfit. ↵Dieter Plaetinck
http://wiki.archlinux.org/index.php?title=Official_Arch_Linux_Install_Guide&diff=79771&oldid=76883
2010-03-03add [[Category:Website Resources]], based on what thayer did @ ↵Dieter Plaetinck
http://wiki.archlinux.org/index.php?title=Official_Arch_Linux_Install_Guide&diff=98104&oldid=79771
2010-03-02fix sort orderDieter Plaetinck
Since recently - http://www.archlinux.org/news/476/ - we have to set LC_COLLATE ourself. without this setting, sorting order was inconsistent. One of the symptons of this was filesystems getting mounted in the wrong order ( first /home, /boot and then /), causing obvious breakages and weird output in df. With this fix, first / gets mounted, then /boot and /home. We use sorting at multiple places within AIF and i believe they all expect LC_COLLATE=C
2010-03-02noteDieter Plaetinck
2009-11-26add note about SYNC_URL syntaxDieter Plaetinck
2009-11-11variable assigment syntax errorPavel Hofman