mrrl-containers

MRRL version of container scripts
git clone https://ccx.te2000.cz/git/mrrl-containers
Log | Files | Refs

ns_run_mounts (111B)


      1 #!/command/execlineb -S1
      2 
      3 # /proc
      4 if { mount -t proc proc ${1}/proc }
      5 
      6 # /dev
      7 if { ns_run_mount_dev ${1}/dev }