Skip to content

Commit

Permalink
package VM kernel and initrd also in preinstall images
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Dec 4, 2013
1 parent 6828560 commit 8e7016e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build
Expand Up @@ -2651,6 +2651,8 @@ for SPECFILE in "${SPECFILES[@]}" ; do
for DIR in .* * ; do
case "$DIR" in
.|..) continue ;;
.build.kernel*) ;; # to be packaged
.build.initrd*) ;; # to be packaged
.build*) continue ;;
.preinstallimage*) continue ;;
.srcfiles*) continue ;;
Expand Down

0 comments on commit 8e7016e

Please sign in to comment.