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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Dominika Liberda
aports
Commits
e2dd173b
Commit
e2dd173b
authored
6 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
scripts/mkimg: remove ext2 and ext3 features
ext4 module can handle it.
parent
20bae8ec
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/mkimg.arm.sh
+2
-2
2 additions, 2 deletions
scripts/mkimg.arm.sh
scripts/mkimg.base.sh
+1
-1
1 addition, 1 deletion
scripts/mkimg.base.sh
with
3 additions
and
3 deletions
scripts/mkimg.arm.sh
+
2
−
2
View file @
e2dd173b
...
...
@@ -55,7 +55,7 @@ profile_rpi() {
rpi_firmware_commit
=
"27993e5acf86d1629428ed1a601e86ecd5e5a1df"
kernel_flavors
=
"rpi rpi2"
kernel_cmdline
=
"dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1"
initrd_features
=
"base bootchart squashfs
ext2 ext3
ext4 f2fs kms mmc raid scsi usb"
initrd_features
=
"base bootchart squashfs ext4 f2fs kms mmc raid scsi usb"
apkovl
=
"genapkovl-dhcp.sh"
hostname
=
"rpi"
image_ext
=
"tar.gz"
...
...
@@ -88,7 +88,7 @@ profile_uboot() {
arch
=
"aarch64 armhf armv7"
kernel_flavors
=
"vanilla"
kernel_addons
=
"xtables-addons"
initfs_features
=
"base bootchart squashfs
ext2 ext3
ext4 kms mmc raid scsi usb"
initfs_features
=
"base bootchart squashfs ext4 kms mmc raid scsi usb"
apkovl
=
"genapkovl-dhcp.sh"
hostname
=
"alpine"
uboot_install
=
"yes"
...
...
This diff is collapsed.
Click to expand it.
scripts/mkimg.base.sh
+
1
−
1
View file @
e2dd173b
...
...
@@ -280,7 +280,7 @@ create_image_targz() {
profile_base
()
{
kernel_flavors
=
"vanilla"
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"
initfs_features
=
"ata base bootchart cdrom squashfs ext4 mmc raid scsi usb virtio"
grub_mod
=
"disk part_gpt part_msdos linux multiboot2 normal configfile search search_label efi_uga efi_gop fat iso9660 cat echo ls test true help gzio"
apks
=
"alpine-base alpine-mirrors busybox kbd-bkeymaps chrony e2fsprogs network-extras libressl openssh tzdata"
apkovl
=
...
...
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