aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2017-04-01depend on grubyar
2017-04-01report to stderr when writing grub menuyar
2017-04-01rw data=orderedyar
new linode has boot errors without these
2017-04-01gcc: warning: ‘-mcpu=’ is deprecated; use ‘-mtune=’ or ‘-march=’ ↵yar
instead
2017-04-01CONFIG_SERIAL_8250_CONSOLE=yyar
this is absolutely necessary for linode's KVM and i totally screwed up not adding it before
2017-04-01oops - one more place to rename vmlinuzll-yar
2017-04-01automatically rebuild grub menuyar
idk why arch's mainline packages don't use pacman hooks to rebuild grub. maybe i'll find out
2017-04-01use the same kernel cmdline from beforeyar
2017-04-01remove legacy grubyar
2017-03-31rename kernel image to vmlinuzll-yar
arch's grub package ships a default kernel script: /etc/grub.d/10_linux this script loops through /boot/vmlinuz-* and assumes the newest one is the real 'linux' if linux-linode was installed, grub would pick that over the vanilla linux... meaning the first grub entry points to linux-linode AND so does the second entry
2017-03-31CONFIG_USB_HID=myar
on vanilla arch linode, /etc/mkinitcpio.conf has HOOKS="keyboard" and wants 'usbhid' module the initramfs hook gives errors without that module even after setting y, it still errored. so let's try setting it to 'm'
2017-03-31boot with modern grubyar
2017-03-31bump 4.10.8yar
2017-03-30bump 4.10.7yar
2017-03-26bump 4.10.6yar
2017-03-23bump 4.10.5yar
2017-03-18bump 4.10.4yar
2017-03-14bump 4.10.3yar
2017-03-12bump 4.10.2yar
2017-02-26bump 4.10.1yar
2017-02-20config 4.10yar
2017-02-20bump 4.10yar
2017-02-18bump 4.9.11yar
2017-02-15bump 4.9.10yar
2017-02-09bump 4.9.9yar
2017-02-04bump 4.9.8yar
2017-02-01bump 4.9.7yar
2017-01-26bump 4.9.6yar
2017-01-20bump 4.9.5yar
2017-01-15bump 4.9.4yar
2017-01-12bump 4.9.3yar
2017-01-09bump 4.9.2yar
2017-01-06bump 4.9.1yar
2016-12-11config 4.9yar
2016-12-11bump 4.9yar
removes icmp patch, it's upstream now
2016-12-10bump 4.8.14yar
the race condition patch was included upstream but apparently not the icmp patch yet
2016-12-09bump 4.8.13yar
2016-12-09fix icmp6 kernel panic (patch from arch package)yar
2016-12-07don't conflict w/grubyar
grub will be needed for KVM grub-legacy is a real conflict tho because menu.lst
2016-12-06CVE-2016-8655yar
2016-12-05bump 4.8.12yar
2016-11-28bump 4.8.11yar
2016-11-25bump 4.8.10yar
2016-11-20enable USB_HIDyar
otherwise a new linode will give you errors like ==> ERROR: module not found: `usbhid' ==> WARNING: errors were encountered during the build. The image may not be complete. error: command failed to execute correctly
2016-11-20configs for full KVM virtualization (not just para-)yar
per https://www.linode.com/docs/platform/kvm-reference again: CONFIG_E1000=y CONFIG_ATA_PIIX=y
2016-11-20prepare configs for KVMyar
per https://www.linode.com/docs/platform/kvm-reference CONFIG_KVM_GUEST=y CONFIG_VIRTIO_PCI=y CONFIG_VIRTIO_PCI_LEGACY=y CONFIG_BLK_DEV_SD=y CONFIG_SCSI_VIRTIO=y CONFIG_VIRTIO_NET=y CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y
2016-11-19mkinitcpio hookyar
2016-11-14bump 4.8.8yar
2016-11-11bump 4.8.7yar
2016-10-31bump 4.8.6yar