aboutsummaryrefslogtreecommitdiff
path: root/handlers/sys.helper.in
AgeCommit message (Collapse)Author
2014-05-03Remove spurious quotes that broke the sys helper (Closes: Redmine#6803).intrigeri
Thanks to Jools Wills <jools@oxfordinspire.co.uk> for the patch.
2013-09-23Delete trailing whitespace.intrigeri
2013-09-20add additional sys backup options to provide the ability to backup the MBR ↵Micah Anderson
for every device found, and to backup the BIOS (if the flashrom program is installed, and the mainboard is supported)
2009-05-23Add a vim modeline with indentation settings.Matthijs Kooijman
The modelines added match the emacs lines already present and also set the filetype to sh (just like the emacs lines).
2009-05-23Make all indentation consistent.Matthijs Kooijman
Previously, there were many indentation styles in use: Real tabs, 2, 3 or 4 spaces, mixing these within the same file, function or even within a single line. This commit changes all bash scripts in the handlers, src and lib dirs to use consistent indentation: three spaces are now used everywhere. Other files (e.g. Makefiles) are left untouched. Additionally, this commit removes all trailing whitespace.
2009-01-22sys: new lvm option to backup LVM metadata of every detected volume groupintrigeri
2009-01-22sys: new luksheaders option to backup the Luks header of every Luks deviceintrigeri
2008-06-24add the ability to save the debconf package selection states in the sys ↵Micah Anderson
handler, which aides in restoring installed packages with the right choices made
2008-06-24sys: support selection of VServers to run on with the new vsnames ↵intrigeri
configuration option (Closes: Trac#45)
2007-10-12fixed autotools build, broken since r466, inhandlers/Makefile.amintrigeri