Edit

IABSD.fr/src/bin/dd

Branch :

  • Show log

    Commit

  • Author : deraadt
    Date : 2020-05-17 17:04:27
    Hash : 4675fc66
    Message : Change install images called *.fs to *.img. These are UFS filesystem images, but additionally have a bootblock in the first 8K (since UFS does not use that space). There are some UEFI direct-from-internet bootloaders that require the name *.img. So this makes things more convenient for those, while keeping it consistant in all architectures. ok kettenis beck kn