mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
scripts/mkimg.arm.sh: cleanup rpi config and update initramfs
- config: remove dwc_otg.lpm_enable as 0 is default - initramfs: remove ext4 f2fs as boot partition needs to be fat32 - initramfs: remove raid and scsi - initramfs: add dhcp and https for netboot when drivers are buildin
This commit is contained in:
parent
59bb1ba251
commit
3cd896ee10
@ -87,8 +87,8 @@ profile_rpi() {
|
||||
armhf) kernel_flavors="rpi rpi2";;
|
||||
armv7) kernel_flavors="rpi2";;
|
||||
esac
|
||||
kernel_cmdline="dwc_otg.lpm_enable=0 console=tty1"
|
||||
initfs_features="base bootchart squashfs ext4 f2fs kms mmc raid scsi usb"
|
||||
kernel_cmdline="console=tty1"
|
||||
initfs_features="base squashfs mmc usb kms dhcp https"
|
||||
hostname="rpi"
|
||||
grub_mod=
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user