Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-07-26 | prepare HOOKS in mkinitcpio.conf automatically for lvm/dm_crypt users + ↵ | Dieter Plaetinck | |
(better) notes to user to pay attention to mkinitcpio.conf + grub menu.lst | |||
2009-07-26 | useful get_anchestors_mount function which gives you the blockdevice for a ↵ | Dieter Plaetinck | |
filesystem + all its ancestors. also: automatically generate grub menu.lst kernel line for dm-crypt, lvm etc setups | |||
2009-07-26 | fix leftover devicename incorrectness after also making swap encrypted | Dieter Plaetinck | |
2009-07-26 | cleaner separation of concerns: remove $PART_ROOT hack in favor of more ↵ | Dieter Plaetinck | |
useful partion finding function | |||
2009-07-26 | clear $PART_ROOT on rollback of / | Dieter Plaetinck | |
2009-07-25 | make a testing repo available so we can install aif | Dieter Plaetinck | |
2009-07-25 | document vars | Dieter Plaetinck | |
2009-07-25 | BLOCKDATA syntax fix | Dieter Plaetinck | |
2009-07-25 | make the $ret variable local everywhere | Dieter Plaetinck | |
2009-07-24 | fix for error message during automatic procedure | Dieter Plaetinck | |
2009-07-24 | sfdisk invocation fix: use megabytes | Dieter Plaetinck | |
2009-07-24 | remove HOWTO from makefile, as we removed the howto alltogether | Dieter Plaetinck | |
2009-07-24 | add automatic-reuse-fs-sda test, which tests the "user has an existing ↵ | Dieter Plaetinck | |
partition he wants to reuse" scenario, with even a rollback and re-do it thrown in | |||
2009-07-23 | rename FTP install to NET install (FS#14587) | Dieter Plaetinck | |
2009-07-23 | delete not so useful anymore howto | Dieter Plaetinck | |
2009-07-22 | typo fix | Dieter Plaetinck | |
2009-07-22 | test suite fixes and cleanups | Dieter Plaetinck | |
2009-07-22 | dont blank screen after running tests | Dieter Plaetinck | |
2009-07-22 | syntax fixes | Dieter Plaetinck | |
2009-07-22 | typo syntax fix | Dieter Plaetinck | |
2009-07-22 | more intelligent manual network configuration | Matthias Dienstbier | |
2009-07-21 | fix for lists of tests | Dieter Plaetinck | |
2009-07-21 | set +x flags | Dieter Plaetinck | |
2009-07-21 | make tests separate reusable files + make the testing thing a bit better | Dieter Plaetinck | |
2009-07-21 | todo update | Dieter Plaetinck | |
2009-07-21 | todo update | Dieter Plaetinck | |
2009-07-21 | regression fix for typo | Dieter Plaetinck | |