summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-26no 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-26add unit test for "dm_crypt on top of lvm on top of raw" setupDieter Plaetinck
2009-07-26menu readabilityDieter Plaetinck
2009-07-26syntax fixDieter Plaetinck
2009-07-26no more need for the grub hacksDieter Plaetinck
2009-07-26prepare 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-26useful 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-26fix leftover devicename incorrectness after also making swap encryptedDieter Plaetinck
2009-07-26cleaner separation of concerns: remove $PART_ROOT hack in favor of more ↵Dieter Plaetinck
useful partion finding function
2009-07-26clear $PART_ROOT on rollback of /Dieter Plaetinck
2009-07-25make a testing repo available so we can install aifDieter Plaetinck
2009-07-25document varsDieter Plaetinck
2009-07-25BLOCKDATA syntax fixDieter Plaetinck
2009-07-25make the $ret variable local everywhereDieter Plaetinck
2009-07-24fix for error message during automatic procedureDieter Plaetinck
2009-07-24sfdisk invocation fix: use megabytesDieter Plaetinck
2009-07-24remove HOWTO from makefile, as we removed the howto alltogetherDieter Plaetinck
2009-07-24add 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-23rename FTP install to NET install (FS#14587)Dieter Plaetinck
2009-07-23delete not so useful anymore howtoDieter Plaetinck
2009-07-22typo fixDieter Plaetinck
2009-07-22test suite fixes and cleanupsDieter Plaetinck
2009-07-22dont blank screen after running testsDieter Plaetinck
2009-07-22syntax fixesDieter Plaetinck
2009-07-22typo syntax fixDieter Plaetinck
2009-07-22more intelligent manual network configurationMatthias Dienstbier
2009-07-21fix for lists of testsDieter Plaetinck
2009-07-21set +x flagsDieter Plaetinck
2009-07-21make tests separate reusable files + make the testing thing a bit betterDieter Plaetinck
2009-07-21todo updateDieter Plaetinck
2009-07-21todo updateDieter Plaetinck
2009-07-21regression fix for typoDieter Plaetinck
2009-07-21experimental test suite, with one testDieter Plaetinck
2009-07-21support for reusing existing filesystemsDieter Plaetinck
2009-07-21emphasize differences between automatic and manualDieter Plaetinck
2009-07-21make sure people can use their keyboards and have good keyboard layouts in ↵Dieter Plaetinck
early userspace when they need to type passwords
2009-07-21fix mkinitcpio.conf and grub menu.lst in lvm/crypt configs + also encryt swapDieter Plaetinck
2009-07-21stupid readme updateDieter Plaetinck
2009-07-21make more clear what examples/test-on-sda is and what its notDieter Plaetinck
2009-07-21add 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-21syntax fixDieter Plaetinck
2009-07-21add 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-21more exit code / UI flow fixes inspired by Matthias Dienstbiers workDieter Plaetinck
2009-07-21fix the dead cancel buttons of some menusMatthias Dienstbier
2009-07-21credit contributors for their patchesDieter Plaetinck
2009-07-19some things are tested&tickets closed. other items have open ticketsDieter Plaetinck
2009-07-19use LANG=C when parsing aif output. Fixes FS#14852Dieter Plaetinck
2009-07-12http/ftp proxy values were set default to a value 0, so that 0 wasGerhard Brauer
exported as proxy settings. This leads that all pacman operations faled, cause we have false proxy-settings (0 is not a valid proxy)
2009-07-12Cause swap partitions have no (user) defined mountpoint they are notGerhard Brauer
added to the generated fstab. Fixed this with giving them a fs_mountpoint to "swap" while processing process_filesystem ().
2009-07-11if ui was dia, then clear display just before shutdownDieter Plaetinck