Skip to content

Commit

Permalink
Workspace: VM mounts tmpfs at /tmp
Browse files Browse the repository at this point in the history
Fixes tmux in VM as debugged and resolved by Scoder12
  • Loading branch information
ConnorNelson committed Jan 11, 2024
1 parent a1d2ff2 commit 5b3f3c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions challenge/vm/init
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -e

mount -t proc proc /proc
mount -t sysfs sys /sys
mount -t tmpfs tmp /tmp
mount -t devpts -o x-mount.mkdir devpts /dev/pts
mount -t 9p -o trans=virtio,version=9p2000.L,nosuid /home/hacker /home/hacker

Expand Down

0 comments on commit 5b3f3c8

Please sign in to comment.