diff options
author | Jesús <heckyel@hyperbola.info> | 2022-05-25 05:14:26 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-05-25 05:14:26 +0800 |
commit | 8585ad1f71218ddd559f15c7aa51671079c97401 (patch) | |
tree | 4164b2abf16a93c222e7fa56be0b72d61716bbd6 | |
parent | 42944c5cefc33636f812e83c7b49ec44412f75c1 (diff) | |
download | hyperfi-8585ad1f71218ddd559f15c7aa51671079c97401.tar.lz hyperfi-8585ad1f71218ddd559f15c7aa51671079c97401.tar.xz hyperfi-8585ad1f71218ddd559f15c7aa51671079c97401.zip |
fixing jfs name in script
-rw-r--r-- | hyperfi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -627,7 +627,7 @@ formatdevice(){ ;; jfs) fspkgs=("${fspkgs[@]} jfsutils") - echo "mkfs.xfs -f ${2}" + echo "mkfs.jfs -f ${2}" mkfs.jfs -f "${2}" ;; reiserfs) |