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
3c3ef486
Unverified
Commit
3c3ef486
authored
2 years ago
by
Pablo Correa Gomez
Browse files
Options
Downloads
Patches
Plain Diff
main/postmarketos-mkinitfs-hook-netboot: use source_deviceinfo (MR 4037)
parent
e192346c
Branches
Branches containing commit
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-hook-netboot/APKBUILD
+3
-3
3 additions, 3 deletions
main/postmarketos-mkinitfs-hook-netboot/APKBUILD
main/postmarketos-mkinitfs-hook-netboot/netboot.sh
+1
-1
1 addition, 1 deletion
main/postmarketos-mkinitfs-hook-netboot/netboot.sh
with
4 additions
and
4 deletions
main/postmarketos-mkinitfs-hook-netboot/APKBUILD
+
3
−
3
View file @
3c3ef486
# Maintainer: Mark <clashclanacc2602@gmail.com>
pkgname
=
postmarketos-mkinitfs-hook-netboot
pkgver
=
3
pkgrel
=
1
pkgver
=
4
pkgrel
=
0
pkgdesc
=
"Netboot postmarketOS using nbd feature"
url
=
"https://postmarketos.org"
depends
=
"postmarketos-mkinitfs"
...
...
@@ -21,6 +21,6 @@ package() {
}
sha512sums
=
"
c4cbed2148a229df5901feb04633c7b6702a6cd2f519bc92f513923689bf5065f68c2ff86dcc143c5ae425ddd5e439d646d6a673bb98cdc74b8b43f70b966702
netboot.sh
3f45ab2f59069224d4dea287dd0dadf5eb9813f7ad6b02aa561344589abf445d746ddf9b171bc9dae2dae18d268ed5c341387185cfa91b5caf4f5db37215bc10
netboot.sh
3c9c812a6cd25640e6cf4d722cff6c6356d5666ec6009b4c65f89e62211cc406d2cd09e0fdda6b1c1906ee32c3854988ab701cee8811208e3ef666f09e638568 netboot.modules
"
This diff is collapsed.
Click to expand it.
main/postmarketos-mkinitfs-hook-netboot/netboot.sh
+
1
−
1
View file @
3c3ef486
#!/bin/sh
# shellcheck disable=SC1091
.
/etc/deviceinfo
.
./init_functions.sh
source_deviceinfo
NBD_PORT
=
9999
NBD_IP
=
172.16.42.2
NBD_BLOCK_SIZE
=
${
deviceinfo_rootfs_image_sector_size
:-
512
}
...
...
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