Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-03 | force console & ifnames w/kernel args | yar | |
this way i don't have to bother telling people to configure it in /etc/default/grub or make that symlink in /etc/udev/rules.d it's redundant on newer linodes. whatever. | |||
2017-04-03 | bring back legacy menu.lst for now | yar | |
2017-04-01 | depend on grub | yar | |
2017-04-01 | report to stderr when writing grub menu | yar | |
2017-04-01 | rw data=ordered | yar | |
new linode has boot errors without these | |||
2017-04-01 | gcc: warning: ‘-mcpu=’ is deprecated; use ‘-mtune=’ or ‘-march=’ ↵ | yar | |
instead | |||
2017-04-01 | CONFIG_SERIAL_8250_CONSOLE=y | yar | |
this is absolutely necessary for linode's KVM and i totally screwed up not adding it before | |||
2017-04-01 | oops - one more place to rename vmlinuzll- | yar | |
2017-04-01 | automatically rebuild grub menu | yar | |
idk why arch's mainline packages don't use pacman hooks to rebuild grub. maybe i'll find out | |||
2017-04-01 | use the same kernel cmdline from before | yar | |
2017-04-01 | remove legacy grub | yar | |
2017-03-31 | rename 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-31 | CONFIG_USB_HID=m | yar | |
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-31 | boot with modern grub | yar | |
2017-03-31 | remove unused patch | yar | |
2017-03-31 | bump 4.10.8 | yar | |
2017-03-30 | bump 4.10.7 | yar | |
2017-03-26 | bump 4.10.6 | yar | |
2017-03-23 | bump 4.10.5 | yar | |
2017-03-18 | bump 4.10.4 | yar | |
2017-03-14 | bump 4.10.3 | yar | |
2017-03-12 | bump 4.10.2 | yar | |
2017-02-26 | Merge branch '4.10' | yar | |
2017-02-26 | bump 4.10.1 | yar | |
2017-02-26 | bump 4.9.13 | yar | |
2017-02-20 | config 4.10 | yar | |
2017-02-20 | bump 4.10 | yar | |
2017-02-18 | bump 4.9.11 | yar | |
2017-02-15 | bump 4.9.10 | yar | |
2017-02-09 | bump 4.9.9 | yar | |
2017-02-04 | bump 4.9.8 | yar | |
2017-02-01 | bump 4.9.7 | yar | |
2017-01-26 | bump 4.9.6 | yar | |
2017-01-20 | bump 4.9.5 | yar | |
2017-01-15 | bump 4.9.4 | yar | |
2017-01-12 | bump 4.9.3 | yar | |
2017-01-09 | bump 4.9.2 | yar | |
2017-01-06 | Merge branch '4.9' | yar | |
2017-01-06 | bump 4.9.1 | yar | |
2016-12-16 | bump 4.8.15 | yar | |
2016-12-11 | config 4.9 | yar | |
2016-12-11 | bump 4.9 | yar | |
removes icmp patch, it's upstream now | |||
2016-12-10 | bump 4.8.14 | yar | |
the race condition patch was included upstream but apparently not the icmp patch yet | |||
2016-12-09 | bump 4.8.13 | yar | |
2016-12-09 | fix icmp6 kernel panic (patch from arch package) | yar | |
2016-12-07 | import 10_linux from core/grub | yar | |
name it 08_linux_linode | |||
2016-12-07 | don't conflict w/grub | yar | |
grub will be needed for KVM grub-legacy is a real conflict tho because menu.lst | |||
2016-12-06 | ignore .diff | yar | |
2016-12-06 | CVE-2016-8655 | yar | |
2016-12-05 | bump 4.8.12 | yar | |