getting started: explain 9p module rebuild

split networking and filesystem toplevel secions

create closest overlayfs attempt so far and document it
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-10-14 00:00:00 +00:00
parent ddecb1bf5d
commit 98bada1e7c
10 changed files with 442 additions and 336 deletions

View File

@@ -8,7 +8,11 @@ target_dir="$1"
mkdir -p \
"${target_dir}/mnt/9p/data" \
"${target_dir}/mnt/9p/out" \
"${target_dir}/mnt/9p/out_rootfs_overlay" \
"${target_dir}/mnt/9p/rootfs_overlay" \
"${target_dir}/mnt/overlay" \
"${target_dir}/mnt/work" \
"${target_dir}/mnt/upper" \
"${target_dir}/dev/pts" \
"${target_dir}/dev/shm" \
;