Backup kernel+initrd of StandaloneVM (#213)

This commit is contained in:
Marek Marczykowski 2011-04-08 20:03:38 +02:00
parent a09cef1027
commit 0dc4fb929e

View File

@ -123,6 +123,7 @@ def main():
files_to_backup += file_to_backup(vm.conf_file)
if vm.is_updateable():
files_to_backup += file_to_backup(vm.dir_path + "/apps")
files_to_backup += file_to_backup(vm.dir_path + "/kernels")
if os.path.exists (vm.firewall_conf):
files_to_backup += file_to_backup(vm.firewall_conf)