Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
ed182b60
Unverified
Commit
ed182b60
authored
5 years ago
by
Luca Weiss
Committed by
Oliver Smith
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/postmarketos-mkinitfs: Use the original filename for the dtb (
!536
)
parent
bfac0930
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/postmarketos-mkinitfs/APKBUILD
+2
-2
2 additions, 2 deletions
main/postmarketos-mkinitfs/APKBUILD
main/postmarketos-mkinitfs/mkinitfs.sh
+1
-1
1 addition, 1 deletion
main/postmarketos-mkinitfs/mkinitfs.sh
with
3 additions
and
3 deletions
main/postmarketos-mkinitfs/APKBUILD
+
2
−
2
View file @
ed182b60
pkgname
=
postmarketos-mkinitfs
pkgver
=
0.7.1
2
pkgver
=
0.7.1
3
pkgrel
=
0
pkgdesc
=
"Tool to generate initramfs images for postmarketOS"
url
=
"https://postmarketos.org"
...
...
@@ -26,4 +26,4 @@ package() {
sha512sums
=
"3b7d697381a45a6a165d195d25a26e71773794ebc4a0d8b425321e5bb68a02405028d9712848982b2573474b7b1ee2560091c41f7f51b9e2e962eeb5204a72aa init.sh.in
9632fe7960d72da7efe9b765de72600ed8c5e38441652d7687c03138b53347f09d9f9dd66b16405b8c46969d5ea672f30c00a861841e5cdc7249182e2fdf9b27 init_functions.sh
278af467f0e5396d0adacce75fde6e31dea4eae9e418fd1a7f9e64b878a5cbf1db6dc0d557b84f94eb84a691a608dcfc5d4654c9d1bfe67f25c9e928a7d5608b
mkinitfs.sh"
377465c5827105f44a834312cd96f79719f8623b7a4ee52bf2aa88cb5f7e58d708dd550d43eda8158d9d38af45973c523be32a28a9f9c5e41e05c4559822ca24
mkinitfs.sh"
This diff is collapsed.
Click to expand it.
main/postmarketos-mkinitfs/mkinitfs.sh
+
1
−
1
View file @
ed182b60
...
...
@@ -377,7 +377,7 @@ append_or_copy_dtb()
cat
"
$kernel
"
"
$dtb
"
>
"
${
kernel
}
-dtb"
else
echo
"==> kernel: copying dtb
${
deviceinfo_dtb
}
to boot partition"
cp
"
$dtb
"
"
$
{
outfile
/initramfs-/dtb-
}
.dtb
"
cp
"
$dtb
"
"
$
(
dirname
${
outfile
}
)
"
fi
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment