Skip to content

Commit 634560e

Browse files
lsimonsyadvr
authored andcommitted
CLOUDSTACK-7143: fix a bug in the debianbase template that was referencing deleted scripts
1 parent dd34d10 commit 634560e

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

tools/appliance/definitions/debianbase/definition.rb

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -68,20 +68,7 @@
6868
:shutdown_cmd => 'halt -p',
6969
:postinstall_files => [
7070
# basic minimal vm creation
71-
'build_time.sh',
72-
'apt_upgrade.sh',
73-
'configure_grub.sh',
74-
'configure_locale.sh',
7571
'configure_login.sh',
76-
'configure_networking.sh',
77-
'configure_acpid.sh',
78-
# turning it into a systemvm
79-
'install_systemvm_packages.sh',
80-
'configure_conntrack.sh',
81-
'../../cloud_scripts_shar_archive.sh',
82-
'configure_systemvm_services.sh',
83-
'authorized_keys.sh',
84-
# cleanup & space-saving
8572
'cleanup.sh',
8673
'zerodisk.sh'
8774
],

0 commit comments

Comments
 (0)