Try to fix Tumbleweed
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<confirm config:type="boolean">false</confirm>
|
||||
<final_reboot config:type="boolean">true</final_reboot>
|
||||
</mode>
|
||||
<self_update config:type="boolean">true</self_update>
|
||||
<!-- self_update config:type="boolean">true</self_update -->
|
||||
</general>
|
||||
<groups config:type="list">
|
||||
<group>
|
||||
@@ -87,7 +87,7 @@
|
||||
</user>
|
||||
</users>
|
||||
<scripts>
|
||||
<post-scripts config:type="list">
|
||||
<pre-scripts config:type="list">
|
||||
<script>
|
||||
<interpreter>shell</interpreter>
|
||||
<filename>start.sh</filename>
|
||||
@@ -96,10 +96,11 @@
|
||||
<![CDATA[
|
||||
#!/bin/sh
|
||||
echo "Starting installation"
|
||||
exit 0
|
||||
]]>
|
||||
</source>
|
||||
</script>
|
||||
</post-scripts>
|
||||
</pre-scripts>
|
||||
</scripts>
|
||||
<files config:type="list">
|
||||
<file>
|
||||
|
||||
@@ -20,6 +20,7 @@ source "virtualbox-iso" "amd64" {
|
||||
memory = local.memory
|
||||
headless = var.headless
|
||||
firmware = "efi"
|
||||
hard_drive_interface = "virtio"
|
||||
guest_os_type = var.vbox_os_type
|
||||
guest_additions_url = "http://download.virtualbox.org/virtualbox/7.0.10/VBoxGuestAdditions_7.0.10.iso"
|
||||
guest_additions_sha256 = "bbabd89b8fff38a257bab039a278f0c4dc4426eff6e4238c1db01edb7284186a"
|
||||
|
||||
Reference in New Issue
Block a user