From: Nikita Shubin Date: Tue, 23 May 2023 10:15:59 +0000 (+0300) Subject: scripts: nfs helper X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=96f3eafa3951208d358bcf31f331fdabc46fe4e8;p=ts7250-boot-build.git scripts: nfs helper Signed-off-by: Nikita Shubin --- diff --git a/mount_nfs.sh b/mount_nfs.sh new file mode 100755 index 0000000..42982d3 --- /dev/null +++ b/mount_nfs.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +sudo mount --bind initramfs /exports/rootfs