Skip to content

Commit

Permalink
mkdir /proc etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmister committed Feb 5, 2025
1 parent 2a8d518 commit 784a314
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stage-custom/package-setup/00-run-chroot.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
set -e

mkdir -p /proc /dev /sys /run /tmp

# Install required packages
apt-get update
apt-get install -y python3
Expand Down

0 comments on commit 784a314

Please sign in to comment.