commit: 4d9a7982e6441d3eadf03eb9343c80c5247ddda3
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 16 17:34:42 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Jul 16 17:34:42 2016 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=4d9a7982
create-iso.sh: Update the mkdosfs command to mkfs.vfat
targets/support/create-iso.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index 15f5ff6..0dba674 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -120,7 +120,7 @@ case ${clst_hostarch} in
dd if=/dev/zero of="${clst_target_path}/gentoo.efimg"
bs=1k \
count=${iaSize}
- mkdosfs -F 16 -n GENTOO
"${clst_target_path}/gentoo.efimg"
+ mkfs.vfat -F 16 -n GENTOO
"${clst_target_path}/gentoo.efimg"
mkdir "${clst_target_path}/gentoo.efimg.mountPoint"
mount -t vfat -o loop
"${clst_target_path}/gentoo.efimg" \
@@ -256,7 +256,7 @@ case ${clst_hostarch} in
dd if=/dev/zero
of="${clst_target_path}/gentoo.efimg" bs=1k \
count=${iaSize}
- mkdosfs -F 16 -n GENTOO
"${clst_target_path}/gentoo.efimg"
+ mkfs.vfat -F 16 -n GENTOO
"${clst_target_path}/gentoo.efimg"
mkdir
"${clst_target_path}/gentoo.efimg.mountPoint"
mount -t vfat -o loop
"${clst_target_path}/gentoo.efimg" \