mirror of
https://git.adityakumar.xyz/lfs-scripts.git
synced 2024-11-09 23:19:44 +00:00
Add mount fs
This commit is contained in:
parent
d2e935e2d9
commit
83767f9c67
1 changed files with 7 additions and 0 deletions
7
scripts/chapter2/2.7-mount.sh
Normal file
7
scripts/chapter2/2.7-mount.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# !!WARNING!!
|
||||
# EDIT THIS SCRIPT BEFORE USE.
|
||||
|
||||
mkdir -p $LFS
|
||||
mount -vt /dev/sdXX $LFS
|
Loading…
Reference in a new issue