Skip to content

Commit

Permalink
Merge pull request #68 from containers/autosd-integration
Browse files Browse the repository at this point in the history
Fix for case when there is no pre-existing initrd
  • Loading branch information
masneyb authored Feb 14, 2024
2 parents 98dfee4 + 0d3a9dd commit b50e772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/initoverlayfs-install
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ detect_path_initramfs() {

done

echo "Cannot detect initramfs path, aborting..."
exit 1
# on first build, like in osbuild, there will be no prior initrd to detect
INITRAMFS_DIR="/boot"
}

exec_erofs() {
Expand Down

0 comments on commit b50e772

Please sign in to comment.