Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-07-21 | experimental test suite, with one test | Dieter Plaetinck | |
2009-07-21 | support for reusing existing filesystems | Dieter Plaetinck | |
2009-07-21 | emphasize differences between automatic and manual | Dieter Plaetinck | |
2009-07-21 | make sure people can use their keyboards and have good keyboard layouts in ↵ | Dieter Plaetinck | |
early userspace when they need to type passwords | |||
2009-07-21 | fix mkinitcpio.conf and grub menu.lst in lvm/crypt configs + also encryt swap | Dieter Plaetinck | |
2009-07-21 | stupid readme update | Dieter Plaetinck | |
2009-07-21 | make more clear what examples/test-on-sda is and what its not | Dieter Plaetinck | |
2009-07-21 | add test-on-sda example, very similar to fancy-install-on-sda example but ↵ | Dieter Plaetinck | |
with small filesystems. very useful for testing in VM's | |||
2009-07-21 | syntax fix | Dieter Plaetinck | |
2009-07-21 | add fancy-install-on-sda example, very similar to generic-install-on-sda ↵ | Dieter Plaetinck | |
example but with lvm on top of dm_crypt | |||
2009-07-21 | more exit code / UI flow fixes inspired by Matthias Dienstbiers work | Dieter Plaetinck | |