freebsd-ports/sysutils/unetbootin/pkg-descr
Alexey Dokuchaev 410a68ea81 - Rephrase the comment about why we're calling getvfsbyname(3) to make
more sense: saving a few CPU cycles by comparing integers instead of
  strings is just a nice collateral bonus and not really important
- Fix free disk space calculation in unetbootin::checkifoutofspace();
  previously it was totally bogus (multiplying `f_bavail' and `f_bfree'
  fields of `struct statfs', really?), and bump threshold to 1024 KB
  from the original 1024 bytes (sic)
- Add a `pkg-message' suggesting a work-around for a common problem of
  getting "Boot error" message when booting off MBR-partitioned drives
- Couple of cosmetic changes: move NO_WRKSUBDIR line where it normally
  belongs and sort USE_QT4 values; extend port description text a bit
2017-09-05 08:59:07 +00:00

6 lines
282 B
Text

UNetbootin allows to create bootable Live USB drives for Ubuntu, Fedora,
and other Linux distributions without burning a CD. This is useful when
supplied ISO image cannot be directly written to USB drive or SD card to
get a bootable media.
WWW: http://unetbootin.sourceforge.net/