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
4040EOF
4141
4242# Configure grub
43- echo " GRUB_GFXPAYLOAD_LINUX=keep" >> /etc/default/grub
43+ # echo "GRUB_GFXPAYLOAD_LINUX=keep" >> /etc/default/grub
4444# 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
4747
4848# Install containerd
4949curl -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
7272systemctl start containerd
7373
7474# 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
7777
7878sleep 60
7979systemctl stop containerd
You can’t perform that action at this time.
0 commit comments