Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
Michael Pirogov
aports
Commits
20bae8ec
Commit
20bae8ec
authored
6 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
scripts/mkimg.netboot.sh: tweak initramfs, add aarch64, fix copy
parent
ca4b594f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/mkimg.netboot.sh
+3
-3
3 additions, 3 deletions
scripts/mkimg.netboot.sh
with
3 additions
and
3 deletions
scripts/mkimg.netboot.sh
+
3
−
3
View file @
20bae8ec
create_image_netboot
()
{
create_image_netboot
()
{
rm
-rf
"
${
OUTDIR
}
"
/netboot-
$RELEASE
rm
-rf
"
${
OUTDIR
}
"
/netboot-
$RELEASE
cp
-a
"
${
DESTDIR
}
"
/boot
"
${
OUTDIR
}
"
/netboot-
$RELEASE
cp
-a
L
"
${
DESTDIR
}
"
/boot
"
${
OUTDIR
}
"
/netboot-
$RELEASE
tar
-C
"
${
DESTDIR
}
"
-chzf
${
OUTDIR
}
/
${
output_filename
}
boot/
tar
-C
"
${
DESTDIR
}
"
-chzf
${
OUTDIR
}
/
${
output_filename
}
boot/
}
}
...
@@ -9,11 +9,11 @@ profile_netboot() {
...
@@ -9,11 +9,11 @@ profile_netboot() {
desc
=
"Kernel, initramfs and modloop for
desc
=
"Kernel, initramfs and modloop for
netboot.
netboot.
"
"
arch
=
"x86_64 s390x"
arch
=
"
aarch64
x86_64 s390x"
kernel_cmdline
=
"nomodeset"
kernel_cmdline
=
"nomodeset"
kernel_flavors
=
"vanilla"
kernel_flavors
=
"vanilla"
apks
=
""
apks
=
""
initfs_features
=
"
ata
base
bootchart squashfs ext2 ext3 ext4 mmc network scsi
usb virtio"
initfs_features
=
"base
network squashfs
usb virtio"
output_format
=
"netboot"
output_format
=
"netboot"
image_ext
=
"tar.gz"
image_ext
=
"tar.gz"
case
"
$ARCH
"
in
case
"
$ARCH
"
in
...
...
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