summaryrefslogtreecommitdiff
path: root/util/mount_filesystems.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/mount_filesystems.sh')
-rw-r--r--util/mount_filesystems.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/mount_filesystems.sh b/util/mount_filesystems.sh
index f426ca2..4bb66e4 100644
--- a/util/mount_filesystems.sh
+++ b/util/mount_filesystems.sh
@@ -18,5 +18,9 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
+root_partition_path=$1 # e.g. /dev/sda2
+
+
mount $root_partition_path /mnt
+
echo "Mounted filesystems - OK"