Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
646
Issues
646
List
Boards
Labels
Service Desk
Milestones
Merge Requests
169
Merge Requests
169
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
565c1cb7
Commit
565c1cb7
authored
Oct 19, 2017
by
Timo Teräs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scripts/mkimage: enable building of efi iso images by default
parent
9fa8dbf7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
scripts/mkimage.sh
scripts/mkimage.sh
+1
-1
scripts/mkimg.base.sh
scripts/mkimg.base.sh
+1
-1
No files found.
scripts/mkimage.sh
View file @
565c1cb7
...
...
@@ -2,7 +2,7 @@
# apk add \
# abuild apk-tools alpine-conf busybox fakeroot syslinux xorriso
# (for efi:) mtools
dosfstools
grub-efi
# (for efi:) mtools grub-efi
# FIXME: clean workdir out of unneeded sections
# FIXME: --release: cp/mv images to REPODIR/$ARCH/releases/
...
...
scripts/mkimg.base.sh
View file @
565c1cb7
...
...
@@ -276,7 +276,7 @@ profile_base() {
kernel_flavors
=
"hardened"
initfs_cmdline
=
"modules=loop,squashfs,sd-mod,usb-storage quiet"
initfs_features
=
"ata base bootchart cdrom squashfs ext2 ext3 ext4 mmc raid scsi usb virtio"
#
grub_mod="disk part_msdos linux normal configfile search search_label efi_uga efi_gop fat iso9660 cat echo ls test true help"
grub_mod
=
"disk part_msdos linux normal configfile search search_label efi_uga efi_gop fat iso9660 cat echo ls test true help"
apks
=
"alpine-base alpine-mirrors kbd-bkeymaps chrony e2fsprogs network-extras libressl openssh tzdata"
apkovl
=
hostname
=
"alpine"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment