Skip to content

Commit

Permalink
installer.conf: enlarge extra space of rootfs to fix mount source ima…
Browse files Browse the repository at this point in the history
…ge failed

While multiple targets, mount source image failed.
...
|09:10:25,000 INFO program: Running... mount -t auto -o ro /dev/loop3
/media/source ...infinite timeout
|09:10:25,109 DEBUG program: Return code: 32
...

Tweak extra space of rootfs (+100MB) could fix the issue.

Signed-off-by: Hongxu Jia <[email protected]>
  • Loading branch information
hongxu-jia committed Nov 20, 2017
1 parent 5f6617a commit 4a6a447
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/distro/installer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ HOSTTOOLS_append = " tac"
MACHINE_FEATURES_append = " efi pcbios"

UVESA_MODE = "1024x768-32"

IMAGE_ROOTFS_EXTRA_SPACE_append_pn-wrlinux-image-installer =" + 102400"

0 comments on commit 4a6a447

Please sign in to comment.