mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
9p mount the output directory.
This is in preparation for moving parsec to 9p once we get it working on gem5. We'll document it then when everything is working.
This commit is contained in:
@@ -18,4 +18,7 @@ shift $(($OPTIND - 1))
|
||||
if ! "$net"; then
|
||||
rm -f "${target_dir}/etc/init.d/"S*network
|
||||
fi
|
||||
mkdir -p "${target_dir}/mnt/9p"
|
||||
mkdir -p \
|
||||
"${target_dir}/mnt/9p" \
|
||||
"${target_dir}/mnt/out" \
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user