Skip to content

Commit

Permalink
Include amazon-linux-extras_kernel-ng #5, #6
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukes-dev committed Aug 16, 2020
1 parent 43769a2 commit c282c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rootfs: base.tar

base.tar:
@echo -e '\e[1;31mExporting base.tar using docker...\e[m'
docker run --name amazonwsl library/amazonlinux:2.0.20200722.0 /bin/bash -c "yum update -y; yum install -y kernel-ng util-linux-ng; yum clean all; rm -rf /var/cache/yum; pwconv; grpconv; chmod 0744 /etc/shadow; chmod 0744 /etc/gshadow;"
docker run --name amazonwsl library/amazonlinux:2.0.20200722.0 /bin/bash -c "yum update -y; yum install -y util-linux-ng; amazon-linux-extras install -y kernel-ng; yum clean all; rm -rf /var/cache/yum; pwconv; grpconv; chmod 0744 /etc/shadow; chmod 0744 /etc/gshadow;"
docker export --output=base.tar amazonwsl
docker rm -f amazonwsl

Expand Down

0 comments on commit c282c1a

Please sign in to comment.