mirror of
https://gitlab.com/mecatronyx/opencnc/experiments/opencn-rootfs.git
synced 2026-02-08 04:41:51 +08:00
6 lines
175 B
Bash
Executable File
6 lines
175 B
Bash
Executable File
#!/bin/bash
|
|
echo "Usage: ./mount_initrd <board>"
|
|
echo "Here: board is $1"
|
|
echo "-------------------mount initrd ---------------"
|
|
../tools/mount_cpio $PWD/board/$1/initrd.cpio
|