|
You are here |
mathiashueber.com | ||
| | | | |
threedots.ovh
|
|
| | | | | ||
| | | | |
serverascode.com
|
|
| | | | | A techno-blog for our techno-times | |
| | | | |
willhaley.com
|
|
| | | | | My instructions are based on this article for getting Arch to support the 88SE6145 SATA II PCI-E Marvell controller. That is one of two SATA controllers used by the Intel BOXD975XBX2KR LGA 775 Intel 975X ATX Intel Motherboard. Here is what we must do. Blacklist the Marvell PATA kernel module. # /etc/rc.conf MODULES=(... !pata_marvell) Enable Marvell AHCI module. # /etc/modprobe.d/modprobe.conf options ahci marvell_enable=1 Update ramdisk config. # /etc/mkinitcpio.conf MODULES="ahci" ... FILES="/etc/modprobe.d/modprobe.conf" Recreate ramdisk. | |
| | | | |
devopsdirective.com
|
|
| | | [AI summary] The article explains how to create a maintenance page for a Kubernetes service using nginx and ConfigMaps without requiring a custom container image. | ||