Skip to content

Commit

Permalink
- fix swapon call when no initrd is used (current armv7l kvm case)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Jan 9, 2013
1 parent 4d7b998 commit 78c65d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -844,12 +844,12 @@ esac

shopt -s nullglob

export PATH=$BUILD_DIR:/sbin:/usr/sbin:$PATH

if detect_vm_2nd_stage ; then
set "/.build-srcdir/$SPECFILE"
fi

export PATH=$BUILD_DIR:/sbin:/usr/sbin:$PATH

. $BUILD_DIR/common_functions || exit 1

export HOST
Expand Down

0 comments on commit 78c65d4

Please sign in to comment.