Skip to content

Commit

Permalink
Increased the time for Arch to boot. Fixed DragonfluBSD.
Browse files Browse the repository at this point in the history
  • Loading branch information
ladar committed Sep 21, 2023
1 parent 7e27b03 commit e078b80
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 6 deletions.
2 changes: 2 additions & 0 deletions generic-hyperv.json
Original file line number Diff line number Diff line change
Expand Up @@ -3598,6 +3598,8 @@
"<tab><wait><tab><wait><tab><wait><tab><wait><tab><wait>",
"<spacebar>net.ifnames=0 biosdevname=0 systemd.mask=sshd.service<enter>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"sed -i 's/[#]\\?DNSSEC=.*/DNSSEC=false/g' /etc/systemd/resolved.conf<enter><wait>",
"systemctl restart systemd-resolved<enter><wait>",
"systemctl restart dhcpcd<enter><wait>",
Expand Down
6 changes: 4 additions & 2 deletions generic-libvirt.json
Original file line number Diff line number Diff line change
Expand Up @@ -3594,6 +3594,8 @@
"<tab><wait><tab><wait><tab><wait><tab><wait><tab><wait>",
"<spacebar>net.ifnames=0 biosdevname=0 systemd.mask=sshd.service<enter>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"sed -i 's/[#]\\?DNSSEC=.*/DNSSEC=false/g' /etc/systemd/resolved.conf<enter><wait>",
"systemctl restart systemd-resolved<enter><wait>",
"systemctl restart dhcpcd<enter><wait>",
Expand Down Expand Up @@ -4507,7 +4509,7 @@
"/bin/sh<enter><wait10>",
"dhclient -l /tmp/dhclient.lease.vtnet0 vtnet0<enter><wait5>",
"fetch -o /tmp/installerconfig http://{{ .HTTPIP }}:{{ .HTTPPort }}/generic.dragonflybsd5.vagrant.cfg<enter><wait10>",
"sh /tmp/installerconfig && reboot<enter><wait>"
"sh /tmp/installerconfig | tee /tmp/installerconfig.log && reboot<enter><wait>"
],
"format": "qcow2",
"disk_size": "131072",
Expand Down Expand Up @@ -5914,7 +5916,7 @@
"/bin/sh<enter><wait10>",
"dhclient -l /tmp/dhclient.lease.vtnet0 vtnet0<enter><wait5>",
"fetch -o /tmp/installerconfig http://{{ .HTTPIP }}:{{ .HTTPPort }}/generic.dragonflybsd6.vagrant.cfg<enter><wait10>",
"sh -ex /tmp/installerconfig | tee /tmp/installerconfig.log<enter><wait>"
"sh /tmp/installerconfig | tee /tmp/installerconfig.log && reboot<enter><wait>"
],
"format": "qcow2",
"disk_size": "131072",
Expand Down
6 changes: 4 additions & 2 deletions generic-parallels.json
Original file line number Diff line number Diff line change
Expand Up @@ -3802,6 +3802,8 @@
"<tab><wait><tab><wait><tab><wait><tab><wait><tab><wait>",
"<spacebar>net.ifnames=0 biosdevname=0 systemd.mask=sshd.service<enter>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"sed -i 's/[#]\\?DNSSEC=.*/DNSSEC=false/g' /etc/systemd/resolved.conf<enter><wait>",
"systemctl restart systemd-resolved<enter><wait>",
"systemctl restart dhcpcd<enter><wait>",
Expand Down Expand Up @@ -5338,7 +5340,7 @@
"/bin/sh<enter><wait10>",
"dhclient -l /tmp/dhclient.lease.em0 em0<enter><wait5>",
"fetch -o /tmp/installerconfig http://{{ .HTTPIP }}:{{ .HTTPPort }}/generic.dragonflybsd5.vagrant.cfg<enter><wait10>",
"sh /tmp/installerconfig && reboot<enter><wait>"
"sh /tmp/installerconfig | tee /tmp/installerconfig.log && reboot<enter><wait>"
],
"disk_size": 32768,
"cpus": 2,
Expand Down Expand Up @@ -7675,7 +7677,7 @@
"/bin/sh<enter><wait10>",
"dhclient -l /tmp/dhclient.lease.em0 em0<enter><wait5>",
"fetch -o /tmp/installerconfig http://{{ .HTTPIP }}:{{ .HTTPPort }}/generic.dragonflybsd6.vagrant.cfg<enter><wait10>",
"sh /tmp/installerconfig && reboot<enter><wait>"
"sh /tmp/installerconfig | tee /tmp/installerconfig.log && reboot<enter><wait>"
],
"disk_size": 32768,
"cpus": 2,
Expand Down
6 changes: 4 additions & 2 deletions generic-virtualbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -3624,6 +3624,8 @@
"<tab><wait><tab><wait><tab><wait><tab><wait><tab><wait>",
"<spacebar>net.ifnames=0 biosdevname=0 systemd.mask=sshd.service<enter>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"sed -i 's/[#]\\?DNSSEC=.*/DNSSEC=false/g' /etc/systemd/resolved.conf<enter><wait>",
"systemctl restart systemd-resolved<enter><wait>",
"systemctl restart dhcpcd<enter><wait>",
Expand Down Expand Up @@ -4716,7 +4718,7 @@
"/bin/sh<enter><wait10>",
"dhclient -l /tmp/dhclient.lease.em0 em0<enter><wait5>",
"fetch -o /tmp/installerconfig http://{{ .HTTPIP }}:{{ .HTTPPort }}/generic.dragonflybsd5.vagrant.cfg<enter><wait10>",
"sh /tmp/installerconfig && reboot<enter><wait>"
"sh /tmp/installerconfig | tee /tmp/installerconfig.log && reboot<enter><wait>"
],
"disk_size": 131072,
"cpus": 2,
Expand Down Expand Up @@ -6380,7 +6382,7 @@
"/bin/sh<enter><wait10>",
"dhclient -l /tmp/dhclient.lease.em0 em0<enter><wait5>",
"fetch -o /tmp/installerconfig http://{{ .HTTPIP }}:{{ .HTTPPort }}/generic.dragonflybsd6.vagrant.cfg<enter><wait10>",
"sh /tmp/installerconfig && reboot<enter><wait>"
"sh /tmp/installerconfig | tee /tmp/installerconfig.log && reboot<enter><wait>"
],
"disk_size": 131072,
"cpus": 2,
Expand Down
2 changes: 2 additions & 0 deletions generic-vmware.json
Original file line number Diff line number Diff line change
Expand Up @@ -3644,6 +3644,8 @@
"<tab><wait><tab><wait><tab><wait><tab><wait><tab><wait>",
"<spacebar>net.ifnames=0 biosdevname=0 systemd.mask=sshd.service<enter>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"sed -i 's/[#]\\?DNSSEC=.*/DNSSEC=false/g' /etc/systemd/resolved.conf<enter><wait>",
"systemctl restart systemd-resolved<enter><wait>",
"systemctl restart dhcpcd<enter><wait>",
Expand Down
2 changes: 2 additions & 0 deletions http/generic.dragonflybsd6.vagrant.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ touch /mnt/dev/null
cp /usr/local/etc/pkg/repos/df-latest.conf.sample /mnt/usr/local/etc/pkg/repos/df-latest.conf
chroot /mnt /bin/sh -c 'ASSUME_ALWAYS_YES=yes FETCH_RETRY=5 pkg update'
chroot /mnt /bin/sh -c 'ASSUME_ALWAYS_YES=yes FETCH_RETRY=5 pkg install pkg'
cp /usr/local/etc/pkg/repos/df-latest.conf.sample /mnt/usr/local/etc/pkg/repos/df-latest.conf
chroot /mnt /bin/sh -c 'ASSUME_ALWAYS_YES=yes FETCH_RETRY=5 pkg update'
chroot /mnt /bin/sh -c 'ASSUME_ALWAYS_YES=yes FETCH_RETRY=5 pkg install gsed'
chroot /mnt /bin/sh -c 'ASSUME_ALWAYS_YES=yes FETCH_RETRY=5 pkg install bash'
rm -f /mnt/dev/null
Expand Down
2 changes: 2 additions & 0 deletions magma-hyperv.json
Original file line number Diff line number Diff line change
Expand Up @@ -1496,6 +1496,8 @@
"<tab><wait><tab><wait><tab><wait><tab><wait><tab><wait>",
"<spacebar>net.ifnames=0 biosdevname=0 systemd.mask=sshd.service<enter>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"sed -i 's/[#]\\?DNSSEC=.*/DNSSEC=false/g' /etc/systemd/resolved.conf<enter><wait>",
"systemctl restart systemd-resolved<enter><wait>",
"systemctl restart dhcpcd<enter><wait>",
Expand Down
2 changes: 2 additions & 0 deletions magma-libvirt.json
Original file line number Diff line number Diff line change
Expand Up @@ -1495,6 +1495,8 @@
"<tab><wait><tab><wait><tab><wait><tab><wait><tab><wait>",
"<spacebar>net.ifnames=0 biosdevname=0 systemd.mask=sshd.service<enter>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"sed -i 's/[#]\\?DNSSEC=.*/DNSSEC=false/g' /etc/systemd/resolved.conf<enter><wait>",
"systemctl restart systemd-resolved<enter><wait>",
"systemctl restart dhcpcd<enter><wait>",
Expand Down
2 changes: 2 additions & 0 deletions magma-virtualbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -1521,6 +1521,8 @@
"<tab><wait><tab><wait><tab><wait><tab><wait><tab><wait>",
"<spacebar>net.ifnames=0 biosdevname=0 systemd.mask=sshd.service<enter>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"sed -i 's/[#]\\?DNSSEC=.*/DNSSEC=false/g' /etc/systemd/resolved.conf<enter><wait>",
"systemctl restart systemd-resolved<enter><wait>",
"systemctl restart dhcpcd<enter><wait>",
Expand Down
2 changes: 2 additions & 0 deletions magma-vmware.json
Original file line number Diff line number Diff line change
Expand Up @@ -1519,6 +1519,8 @@
"<tab><wait><tab><wait><tab><wait><tab><wait><tab><wait>",
"<spacebar>net.ifnames=0 biosdevname=0 systemd.mask=sshd.service<enter>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"<wait10><wait10><wait10><wait10><wait10><wait10>",
"sed -i 's/[#]\\?DNSSEC=.*/DNSSEC=false/g' /etc/systemd/resolved.conf<enter><wait>",
"systemctl restart systemd-resolved<enter><wait>",
"systemctl restart dhcpcd<enter><wait>",
Expand Down

0 comments on commit e078b80

Please sign in to comment.