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