Fix drop-ins for mkinitcpio by shipping ALL_config comment out
in inux.preset. With this line defined, *.conf placed in
/etc/mkinitcpio.conf.d/ are ignored in my testing.
Remove etc/mkinitcpio.d/${pkgbase}.preset from backup array
since having it there will cause breakage of mkinitcpio if
the user modified the preset. This is due to our hard-coding
the kernel version in the file. Closes#2029
Fix drop-ins for mkinitcpio by shipping ALL_config comment out
in inux.preset. With this line defined, *.conf placed in
/etc/mkinitcpio.conf.d/ are ignored in my testing.
Remove etc/mkinitcpio.d/${pkgbase}.preset from backup array
since having it there will cause breakage of mkinitcpio if
the user modified the preset. This is due to our hard-coding
the kernel version in the file. Closes#2029
Fix drop-ins for mkinitcpio by shipping ALL_config comment out
in inux.preset. With this line defined, *.conf placed in
/etc/mkinitcpio.conf.d/ are ignored in my testing.
Remove etc/mkinitcpio.d/${pkgbase}.preset from backup array
since having it there will cause breakage of mkinitcpio if
the user modified the preset. This is due to our hard-coding
the kernel version in the file. Closes#2029
Fix drop-ins for mkinitcpio by shipping ALL_config comment out
in inux.preset. With this line defined, *.conf placed in
/etc/mkinitcpio.conf.d/ are ignored in my testing.
Remove etc/mkinitcpio.d/${pkgbase}.preset from backup array
since having it there will cause breakage of mkinitcpio if
the user modified the preset. This is due to our hard-coding
the kernel version in the file. Closes#2029
Fix drop-ins for mkinitcpio by shipping ALL_config comment out
in inux.preset. With this line defined, *.conf placed in
/etc/mkinitcpio.conf.d/ are ignored in my testing.
Remove etc/mkinitcpio.d/${pkgbase}.preset from backup array
since having it there will cause breakage of mkinitcpio if
the user modified the preset. This is due to our hard-coding
the kernel version in the file. Closes#2029
Fix drop-ins for mkinitcpio by shipping ALL_config comment out
in inux.preset. With this line defined, *.conf placed in
/etc/mkinitcpio.conf.d/ are ignored in my testing.
Remove etc/mkinitcpio.d/${pkgbase}.preset from backup array
since having it there will cause breakage of mkinitcpio if
the user modified the preset. This is due to our hard-coding
the kernel version in the file. Closes#2029
Fix drop-ins for mkinitcpio by shipping ALL_config comment out
in inux.preset. With this line defined, *.conf placed in
/etc/mkinitcpio.conf.d/ are ignored in my testing.
Remove etc/mkinitcpio.d/${pkgbase}.preset from backup array
since having it there will cause breakage of mkinitcpio if
the user modified the preset. This is due to our hard-coding
the kernel version in the file. Closes#2029
Remove etc/mkinitcpio.d/${pkgbase}.preset from backup array
since having it there will cause breakage of mkinitcpio if
the user modified the preset. This is due to our hard-coding
the kernel version in the file.
Fix drop-ins for mkinitcpio by shipping ALL_config comment out
in inux.preset. With this line defined, *.conf placed in
/etc/mkinitcpio.conf.d/ are ignored in my testing
- Config copied directly from 23a9f75564/arch/arm/configs/odroidxu4_defconfig
- Update config resulting from build
Based on options used elsewhere in this repo.
- Remove unneeded 60-linux.hook and 90-linux.hook
- 60-linux.hook is redundant as 60-depmod.hook provided by kmod handles it
- 90-linux.hook is redundant and causes mkinitcpio to run twice under certain
circumstances so instead, simply write a 0-byte file to trigger
90-mkinitcpio-install.hook from mkinitcpio.
Reflects change from 0f2bbe5123
- Consistency fixes
Bring linux-odroid-xu3 more in line with the linux-aarch64 package.