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
7da884f1
Commit
7da884f1
authored
5 years ago
by
Martin Piatka
Browse files
Options
Downloads
Patches
Plain Diff
main/postmarketos-mkinitfs: rename initramfs to initfs
parent
1404e440
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
+1
-1
1 addition, 1 deletion
main/postmarketos-mkinitfs/APKBUILD
main/postmarketos-mkinitfs/mkinitfs.sh
+2
-2
2 additions, 2 deletions
main/postmarketos-mkinitfs/mkinitfs.sh
with
3 additions
and
3 deletions
main/postmarketos-mkinitfs/APKBUILD
+
1
−
1
View file @
7da884f1
...
...
@@ -26,4 +26,4 @@ package() {
sha512sums
=
"2479b08e48450f7d46c83b1117d0d81edf26dad8f2107e2ae1b10689f1b063c38181be735957ec1a16392302815355ca879ab71fc28d084e075f490cb2ac42b5 init.sh.in
e4972ba261a72daba0d1f2fad425a3df082e18263a716746005f31a5cae313d66c168e09cd1bd0af3cee6a97bdb4b329ee3a8d03381a5b104fb39476bdcc7938 init_functions.sh
0aaa87713d8e722012e6ecf3e59baf0f33be9493419725474d536f35c344df9272c39bb286c86feb1beb50051c9d21f05906e3491040c09bde6ae9bfc199f7b4
mkinitfs.sh"
2de44d5109be98aa2476640cb298b5dcb8366b8104af188768634ea3a0eeea9b7cc71e94f2f1ce09cd3b8200b7d4515719905ecf1301fcce94ded34f36e849e1
mkinitfs.sh"
This diff is collapsed.
Click to expand it.
main/postmarketos-mkinitfs/mkinitfs.sh
+
2
−
2
View file @
7da884f1
...
...
@@ -192,10 +192,10 @@ replace_init_variables()
create_cpio_image
()
{
cd
"
$1
"
[
-z
"
$deviceinfo_init
ram
fs_compression
"
]
&&
deviceinfo_init
ram
fs_compression
=
'gzip -1'
[
-z
"
$deviceinfo_initfs_compression
"
]
&&
deviceinfo_initfs_compression
=
'gzip -1'
find
.
-print0
\
| cpio
--quiet
-o
-H
newc
\
|
$deviceinfo_init
ram
fs_compression
>
"
$2
"
|
$deviceinfo_initfs_compression
>
"
$2
"
}
# Required command check with useful error message
...
...
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