mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 08:27:14 +08:00
16 lines
405 B
Plaintext
16 lines
405 B
Plaintext
post_upgrade() {
|
|
KERNEL_VERSION='2.6.35-CHAKRA-LTS'
|
|
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
|
|
}
|
|
|
|
post_install() {
|
|
cat <<EOF
|
|
==> If the modules do not load at boot, add to your /etc/rc.conf:
|
|
==> MODULES=(lib80211 wl !b43 !ssb ...)
|
|
==>
|
|
==> If you have problems with interfaces swapped, read:
|
|
==> http://wiki.archlinux.org/index.php/Broadcom_BCM4312#Interfaces_swapped_every_time
|
|
EOF
|
|
post_upgrade
|
|
}
|