[arch-releng] [PATCH 1/1] update to match upstream binary name mkfs.fat

Christian Hesse list at eworm.de
Thu May 12 21:22:24 UTC 2016


From: Christian Hesse <mail at eworm.de>

Starting with dosfstools 4.0-1 the mkfs executable is called 'mkfs.fat'.

Signed-off-by: Christian Hesse <mail at eworm.de>
---
 configs/releng/build.sh | 2 +-
 docs/README.build       | 2 +-
 docs/README.transfer    | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/configs/releng/build.sh b/configs/releng/build.sh
index 747d6c4..7bacb3f 100755
--- a/configs/releng/build.sh
+++ b/configs/releng/build.sh
@@ -170,7 +170,7 @@ make_efi() {
 make_efiboot() {
     mkdir -p ${work_dir}/iso/EFI/archiso
     truncate -s 40M ${work_dir}/iso/EFI/archiso/efiboot.img
-    mkfs.vfat -n ARCHISO_EFI ${work_dir}/iso/EFI/archiso/efiboot.img
+    mkfs.fat -n ARCHISO_EFI ${work_dir}/iso/EFI/archiso/efiboot.img
 
     mkdir -p ${work_dir}/efiboot
     mount ${work_dir}/iso/EFI/archiso/efiboot.img ${work_dir}/efiboot
diff --git a/docs/README.build b/docs/README.build
index 1c047ea..8055d1b 100644
--- a/docs/README.build
+++ b/docs/README.build
@@ -16,7 +16,7 @@ INDEX
  + btrfs-progs             for mkfs.btrfs (optional)
 
 ** For configs/releng build.sh needs theses packages (build host):
- + dosfstools              for mkfs.vfat
+ + dosfstools              for mkfs.fat
  + lynx                    for fetching the latest installation guide
 
 ** For these hooks needs these packages (on target airootfs)
diff --git a/docs/README.transfer b/docs/README.transfer
index ade083a..e037f6c 100644
--- a/docs/README.transfer
+++ b/docs/README.transfer
@@ -72,7 +72,7 @@ Note: Type "b" for FAT32, "83" for EXTFS or "7" for NTFS.
 
 2) Create a FAT32, EXTFS or NTFS filesystem on such partition and setup a label.
 Note: COW is not supported on NTFS.
-# mkfs.vfat -F 32 -n <FS-LABEL> <DEV-TARGET-N>
+# mkfs.fat -F 32 -n <FS-LABEL> <DEV-TARGET-N>
 # mkfs.ext4 -L <FS-LABEL> <DEV-TARGET-N>
 # mkfs.ntfs -L <FS-LABEL> <DEV-TARGET-N>
 
@@ -111,7 +111,7 @@ Note: Using here a GPT partition mode as example, but MBR should also works
 # gdisk <DEV-TARGET>
 
 2) Create a FAT32 filesystem on such partition and setup a label.
-# mkfs.vfat -F 32 -n <FS-LABEL> <DEV-TARGET-N>
+# mkfs.fat -F 32 -n <FS-LABEL> <DEV-TARGET-N>
 
 3) Mount target filesystem.
 # mount <DEV-TARGET-N> <MNT-TARGET-N>
-- 
2.8.2


More information about the arch-releng mailing list