Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-03 | no need for the highest level | Dieter Plaetinck | |
2009-08-03 | less wide html content + explain where you can find this guide | Dieter Plaetinck | |
2009-08-03 | generation of html from markdown files | Dieter Plaetinck | |
2009-08-03 | remove id tags. the wiki also takes care of this. wheee | Dieter Plaetinck | |
2009-08-03 | drops contents section. wiki generates that automagically. plaintext doesnt ↵ | Dieter Plaetinck | |
need it | |||
2009-08-03 | compress text to fit into 80char wide terminals | Dieter Plaetinck | |
2009-08-02 | document how you can get aif | Dieter Plaetinck | |
2009-08-02 | add contribution notes | Dieter Plaetinck | |
2009-08-02 | finish first version of new guide | Dieter Plaetinck | |
2009-08-02 | disk preparation & select packages | Dieter Plaetinck | |
2009-08-02 | start of interactive procedure and clock setting | Dieter Plaetinck | |
2009-08-02 | aif and installation media sections | Dieter Plaetinck | |
2009-08-02 | use correct exit code when creating FS'es failed + attempt to write to ↵ | Dieter Plaetinck | |
target fstab won't harm anyone even if we couldnt mount it on the live env | |||
2009-08-02 | new installation guide work in progress | Dieter Plaetinck | |
2009-08-01 | put official installation guides where they belong | Dieter Plaetinck | |
2009-08-01 | import current official installation guide (EN), converted to markdown | Dieter Plaetinck | |
2009-08-01 | go back to correct menu when doing rollback | Dieter Plaetinck | |
2009-08-01 | small optimisation | Dieter Plaetinck | |
2009-08-01 | make run background/controlled exitcodes more robust & bugfree | Dieter Plaetinck | |
2009-08-01 | ask 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-01 | use auto-sizing for yesno dialogs | Dieter Plaetinck | |
2009-08-01 | transparantly handle non-existing vars + use appropriate exit codes | Dieter Plaetinck | |
2009-08-01 | dont give bogus warnings on normal setups + cleanup debugging and warnings | Dieter Plaetinck | |
2009-08-01 | debugging fix: use variable after it is set | Dieter Plaetinck | |
2009-08-01 | optionally reuse existing $TMP_PARTITIONS if found + bugfix when reusing ↵ | Dieter Plaetinck | |
$TMP_BLOCKDEVICES | |||
2009-08-01 | simplify FS asking in autoprepare + write datafiles first, then ask for ↵ | Dieter Plaetinck | |
confirmation | |||
2009-08-01 | optionally reuse definitions from autoprepare in interactive one | Dieter Plaetinck | |
2009-07-29 | fix some invalid show_warning invocations | Dieter Plaetinck | |
2009-07-29 | add disclaimer | Dieter Plaetinck | |
2009-07-29 | Several grub related fixes | Gerhard Brauer | |
Attached the extended patch, this replaced the one from my earlier mail. * Fixed grub device mapping in automatic procedure * Fixed bootdevice handling either if we use a seperate /boot or not in automatic procedure. * Added a hint to Luks passphrasing during process_filesystem The test i have made: a) automatic-lvm-dmcrypt-install-sda: menu.lst ok, HOOKS ok, Boot is fine.... b) generic-install-sda: menu.lst ok, HOOKs ok, boot ok c) generic-install-sda (but without seperate /boot partiton, sda1=swap sda2=/) menu.lst ok, HOOKs ok, boot ok d) fancy-install-on-sda Fails on creating all filesystems/lvm-partitions here, but this is because my Virtualbox VM has a too small disk http://users.archlinux.de/~gerbra/tmp/fancy-install-sda.png http://users.archlinux.de/~gerbra/tmp/fancy-install-sda-tty7.png With this changes i build now a new local iso here and test again a interactive install (no lvm,no crypt, only a normal install) to see if we hurt something in interactive... But i guess not.... Gerhard | |||
2009-07-28 | fix for incorrect crypt device | Dieter Plaetinck | |
2009-07-28 | fix variable name typo in grub menu.lst generation. this will hopefully fix ↵ | Dieter Plaetinck | |
kernel lines | |||
2009-07-28 | fix syntax error, introduced during recent grub merge | Dieter Plaetinck | |
2009-07-28 | fix variable name typos in grub menu.lst generation. this will hopefully fix ↵ | Dieter Plaetinck | |
kernel lines | |||
2009-07-28 | more friendly "could not figure it out" grub message | Dieter Plaetinck | |
2009-07-27 | separate automatic prefilling of configs with manual editing + enable ↵ | Dieter Plaetinck | |
automatic config updating and grub menu.lst generation in automatic installs | |||
2009-07-27 | better phrasing | Dieter Plaetinck | |
2009-07-27 | patches, fixes and cleanup for new grub code | Dieter Plaetinck | |
2009-07-27 | merge in Gerhards grub refactorings | Dieter Plaetinck | |
2009-07-27 | grub refactoring | Gerhard Brauer | |
I have tested it: - With raid1 and seperate /boot on an raid array - With raid1 and no seperate /boot on an raid array - Without raid and with/without seperate /boot On all installs grub installs successfully and i could boot the system. On the raid systems i could also boot from each HD in the array. | |||
2009-07-26 | enable repo so we can get aif | Dieter Plaetinck | |
2009-07-26 | use debugging on get_anchestors_mount | Dieter Plaetinck | |
2009-07-26 | automatically add keymap & usbinput to HOOKS if that seems useful | Dieter Plaetinck | |
2009-07-26 | make some seds more robust | Dieter Plaetinck | |
2009-07-26 | no more need for the grub thing | Dieter Plaetinck | |
2009-07-26 | no more need to actually change HOOKS in mkinitcpio.conf, but may be useful ↵ | Dieter Plaetinck | |
to show replacing stuff in the configure system step | |||
2009-07-26 | add unit test for "dm_crypt on top of lvm on top of raw" setup | Dieter Plaetinck | |
2009-07-26 | menu readability | Dieter Plaetinck | |
2009-07-26 | syntax fix | Dieter Plaetinck | |
2009-07-26 | no more need for the grub hacks | Dieter Plaetinck | |