Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2020 14:22:23 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524176 - head/sysutils/unetbootin
Message-ID:  <202001261422.00QEMNfX095764@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Sun Jan 26 14:22:23 2020
New Revision: 524176
URL: https://svnweb.freebsd.org/changeset/ports/524176

Log:
  Explicitly tell users that UNetbootin requires mounted MSDOSFS (FAT)
  filesystem to work against.
  
  PR:	239344

Modified:
  head/sysutils/unetbootin/pkg-message

Modified: head/sysutils/unetbootin/pkg-message
==============================================================================
--- head/sysutils/unetbootin/pkg-message	Sun Jan 26 14:11:23 2020	(r524175)
+++ head/sysutils/unetbootin/pkg-message	Sun Jan 26 14:22:23 2020	(r524176)
@@ -1,6 +1,9 @@
 [
 { type: install
   message: <<EOM
+    UNetbootin requires *mounted* MSDOSFS (FAT) filesystem to work against,
+    it will not mount your USB memstick or SD card for you!
+
     If SysLinux refuses to boot with a "Boot error" message when written to
     a PC partition (slice), try to reformat the drive in raw (or dedicated)
     mode (that is, without a partition table), then reinstall things again.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001261422.00QEMNfX095764>