This commit is contained in:
2026-03-27 02:19:37 +01:00
parent 22f55f2ae9
commit bcd2909722
8 changed files with 184 additions and 94 deletions
+2 -1
View File
@@ -23,6 +23,7 @@ trap cleanup EXIT
sudo mount -t tmpfs -o size=8G tmpfs "$mountpoint"
tar -xf "$tarball" -C "$mountpoint"
cd "$mountpoint/$top_dir"
pushd "$mountpoint/$top_dir" > /dev/null
echo "Spawning shell in tmpfs. Type 'exit' to finish and cleanup."
bash
popd > /dev/null