Skip to content

Commit 6c31a44

Browse files
committed
switch type of data volume to std linux
1 parent f2f9b47 commit 6c31a44

File tree

1 file changed

+1
-1
lines changed
  • leaseweb/server/installation

1 file changed

+1
-1
lines changed

leaseweb/server/installation/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ cat > /etc/resolv.conf <<EOR
7171
nameserver 10.164.15.230
7272
EOR
7373
74-
sgdisk -n 4:0:0 -t 4:bf01 -c 4:data /dev/sda
74+
sgdisk -n 4:0:0 -t 4:8300 -c 4:data /dev/sda
7575
7676
reboot
7777
EOT

0 commit comments

Comments
 (0)