Skip to content

Commit

Permalink
Change disk image exension from .raw to .img - apparently some window…
Browse files Browse the repository at this point in the history
…s software cannot cope with the other name (See github issue #9)
  • Loading branch information
hamishcoleman committed May 1, 2017
1 parent 53c7ede commit 99c8756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ TAG = $(BUILD)/tags
DEBOOT = $(BUILD)/debian.$(CONFIG_DEBIAN).$(CONFIG_DEBIAN_ARCH)
BOARD_DIR = $(BUILD)/$(CONFIG_BOARD)
BOOT = $(BUILD)/boot
DISK_IMAGE = $(BUILD)/$(CONFIG_BOARD).raw
DISK_IMAGE = $(BUILD)/$(CONFIG_BOARD).img

BUILD_DEPENDS = \
multistrap \
Expand Down
2 changes: 1 addition & 1 deletion debian/README
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Usage:
make build-depends # install needed build packages

make # full build
# - creates build/sun8i-h2plus-orangepi-zero.raw
# - creates build/sun8i-h2plus-orangepi-zero.img

After making sure the needed packages are installed, you just need to
run the full build. Once the full disk image output file is generated,
Expand Down

0 comments on commit 99c8756

Please sign in to comment.