We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd34d10 commit 634560eCopy full SHA for 634560e
1 file changed
tools/appliance/definitions/debianbase/definition.rb
@@ -68,20 +68,7 @@
68
:shutdown_cmd => 'halt -p',
69
:postinstall_files => [
70
# basic minimal vm creation
71
- 'build_time.sh',
72
- 'apt_upgrade.sh',
73
- 'configure_grub.sh',
74
- 'configure_locale.sh',
75
'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
85
'cleanup.sh',
86
'zerodisk.sh'
87
],
0 commit comments