From 83767f9c6726a1af30000ef4d564ad4a39f5fb3a Mon Sep 17 00:00:00 2001 From: Aditya Date: Thu, 5 Jan 2023 15:02:36 +0530 Subject: [PATCH] Add mount fs --- scripts/chapter2/2.7-mount.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/chapter2/2.7-mount.sh diff --git a/scripts/chapter2/2.7-mount.sh b/scripts/chapter2/2.7-mount.sh new file mode 100644 index 0000000..79d3264 --- /dev/null +++ b/scripts/chapter2/2.7-mount.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# !!WARNING!! +# EDIT THIS SCRIPT BEFORE USE. + +mkdir -p $LFS +mount -vt /dev/sdXX $LFS