summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-blockdevices-filesystems.sh
AgeCommit message (Collapse)Author
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-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 the $ret variable local everywhereDieter Plaetinck
2009-07-21support for reusing existing filesystemsDieter Plaetinck
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-04-04stderr output fixDieter Plaetinck
2009-03-27this should fix FS#13700 - grub menu.lst updating is brokenDieter Plaetinck
2009-03-25some debugging to help FS#13700 - grub menu.lst updating is brokenDieter Plaetinck
2009-03-15fix for done_filesystems not being cleanup up after successfull rollback, ↵Dieter Plaetinck
causing problems when trying to make new filesystems after rollback + functionized fs properties setting
2009-03-14better modules stuff for encryptionDieter Plaetinck
2009-03-08fix for broken blockdevice size calculationsDieter Plaetinck
2009-02-28check_is_in fixes.. and this time i mean it.. i think. hopefully. + test ↵Dieter Plaetinck
script for check_is_in
2009-02-28check_is_in fixesDieter Plaetinck
2009-02-28support for debug categoriesDieter Plaetinck
2009-02-22todo updatesDieter Plaetinck
2009-02-22blockdevice documentation cleanup + use MiB in interactive blockdevice ↵Dieter Plaetinck
things instead of MB. inspired by FS#12949 - "hdparm -I" fails in VMware 0002-Using-MiB-and-GiB-instead-of-MB-and-GB-respectively.patch
2009-02-22cleanup in blockdevice size stuff. correct usage of units etc. inspired by ↵Dieter Plaetinck
FS#12949 - "hdparm -I" fails in VMware 0001-Using-fdisk-instead-of-hdparm-to-get-disc-capacity.patch
2009-02-22since we use /tmp now, no more need to hide files. some categorizing ↵Dieter Plaetinck
(tagging) of files is useful though
2009-02-14slightly better way to get disk size with fdiskDieter Plaetinck
2008-12-30small code cleanup + todo updatesDieter Plaetinck
2008-12-29ext4 supportDieter Plaetinck
2008-12-20fix for incorrect shebangsDieter Plaetinck
2008-12-16output cleanupsDieter Plaetinck
2008-12-16output cleanupsDieter Plaetinck
2008-12-16fix for delete LVDieter Plaetinck
2008-12-16fix for too many maybe umountsDieter Plaetinck
2008-12-16fix for rollback doesnt work for dm_crypt devicesDieter Plaetinck
2008-12-15fix for rollback looping only once. Thank you bash faq ↵Dieter Plaetinck
http://wooledge.org:8000/BashFAQ/024
2008-12-15output fixDieter Plaetinck
2008-12-14todo updatesDieter Plaetinck
2008-12-14small shit and todosDieter Plaetinck
2008-12-14output fixDieter Plaetinck
2008-12-14syntax fixesDieter Plaetinck
2008-12-14make rollback more accessible, assist user more when he needs it and when ↵Dieter Plaetinck
not + some output cleanup
2008-12-14switch from dead-end 'try to be smart and clean environment first' approach ↵Dieter Plaetinck
to 'rollback in case of failures' system
2008-12-13fixes woezzelwazzelDieter Plaetinck
2008-12-13output cleanups/fixesDieter Plaetinck
2008-12-13fix for umount twice same partDieter Plaetinck
2008-12-13output phases good this timeDieter Plaetinck
2008-12-13output phasesDieter Plaetinck
2008-12-13syntax fixDieter Plaetinck
2008-12-13syntax fixDieter Plaetinck
2008-12-13decent blockdevice destructing logicDieter Plaetinck
2008-12-13workaround missing VG device filesDieter Plaetinck
2008-12-13workaround missing VG device filesDieter Plaetinck
2008-12-13fix for check all underlying lvm PV's for a VG + workaround to check ↵Dieter Plaetinck
existence of VG if it has no devicefile
2008-12-13cleanup of debugging output, todos and notes addedDieter Plaetinck
2008-12-12mkfs fixDieter Plaetinck
2008-12-12mkfs fixesDieter Plaetinck