mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
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:
@@ -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" \
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user