File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ blacklist sctp
40
40
EOF
41
41
42
42
# Configure grub
43
- echo " GRUB_GFXPAYLOAD_LINUX=keep" >> /etc/default/grub
43
+ # echo "GRUB_GFXPAYLOAD_LINUX=keep" >> /etc/default/grub
44
44
# Enable cgroups2
45
- sed -i ' s/GRUB_CMDLINE_LINUX="\(.*\)"/GRUB_CMDLINE_LINUX="systemd.unified_cgroup_hierarchy=1 cgroup_no_v1=all \1"/g' /etc/default/grub
46
- update-grub2
45
+ # sed -i 's/GRUB_CMDLINE_LINUX="\(.*\)"/GRUB_CMDLINE_LINUX="systemd.unified_cgroup_hierarchy=1 cgroup_no_v1=all \1"/g' /etc/default/grub
46
+ # update-grub2
47
47
48
48
# Install containerd
49
49
curl -sSL https://github.com/containerd/nerdctl/releases/download/v0.11.1/nerdctl-full-0.11.1-linux-amd64.tar.gz -o - | tar -xz -C /usr/local
@@ -72,8 +72,8 @@ systemctl enable stargz-snapshotter
72
72
systemctl start containerd
73
73
74
74
# Prepare images airgap tgz
75
- # chmod +x /etc/packer/files/gitpod/airgap.sh
76
- # /etc/packer/files/gitpod/airgap.sh
75
+ chmod +x /etc/packer/files/gitpod/airgap.sh
76
+ /etc/packer/files/gitpod/airgap.sh
77
77
78
78
sleep 60
79
79
systemctl stop containerd
You can’t perform that action at this time.
0 commit comments