Skip to content

Commit

Permalink
os: Add a default shell to mini-os
Browse files Browse the repository at this point in the history
Need to provide a shell for vm debuging.

Fixes: clearcontainers#36

Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
  • Loading branch information
jcvenegas committed Oct 2, 2017
1 parent 54069e1 commit 94d7c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/osbuilder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ build_rootfs()
fi
DNF="$DNF --config=$DNF_CONF -y --installroot=${ROOTFS_DIR} --noplugins"
$DNF install systemd hyperstart cc-oci-runtime-extras coreutils-bin \
systemd-bootchart iptables-bin clear-containers-agent ${EXTRA_PKGS}
systemd-bootchart iptables-bin clear-containers-agent bash-bin ${EXTRA_PKGS}
[ -n "${ROOTFS_DIR}" ] && rm -r "${ROOTFS_DIR}/var/cache/dnf"
}

Expand Down

0 comments on commit 94d7c35

Please sign in to comment.