Skip to content

Commit

Permalink
push_intel_desktop: push kernel after squashfs
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Jun 4, 2023
1 parent c6b466d commit 8494e09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/push_intel_desktop.bash
Expand Up @@ -33,9 +33,9 @@ skiff_release=$(cat $skiff_release_path | grep "VERSION=" | cut -d= -f2)
# add -1 to the end of the release to avoid refind problems
skiff_release="${skiff_release}-1"

echo "Copying kernel..."
${RS} $UIMG_PATH ${TARGET}/$(basename $UIMG_PATH)-skiffos-${skiff_release}

echo "Copying squashfs..."
squashfs_filename=init-skiffos-${skiff_release}.squashfs
${RS} $SQUASHFS_PATH ${TARGET}/${squashfs_filename}

echo "Copying kernel..."
${RS} $UIMG_PATH ${TARGET}/$(basename $UIMG_PATH)-skiffos-${skiff_release}

0 comments on commit 8494e09

Please sign in to comment.