mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-28 16:41:52 +08:00
kernel update
This commit is contained in:
@@ -56,7 +56,7 @@ post_upgrade() {
|
||||
|
||||
echo "==> Patching configs ..."
|
||||
|
||||
if [[ "$(vercmp "$1" 3.301)" -lt 0 ]]; then
|
||||
if [[ "$(vercmp "$2" 3.301)" -lt 0 ]]; then
|
||||
[ ! -f /etc/fstab ] || (sed -i -e "s|,data=journal||g" /etc/fstab && touch -t 200701011000 /etc/fstab)
|
||||
[ ! -f /etc/fstab ] || (sed -i -e "/tmpfs \/run\s/d" /etc/fstab && touch -t 200701011000 /etc/fstab)
|
||||
[ ! -f /etc/pacman.conf ] || sed -i -e "s|^Server = https://pikvm.org/repos/|Server = https://files.pikvm.org/repos/arch/|g" /etc/pacman.conf
|
||||
@@ -67,6 +67,9 @@ post_upgrade() {
|
||||
[ ! -f /etc/pam.d/system-auth ] || sed -i -e '/\<pam_systemd_home\.so\>/ s/^#*/#/' /etc/pam.d/system-auth
|
||||
[ -e /etc/systemd/network/99-default.link ] || ln -s /dev/null /etc/systemd/network/99-default.link
|
||||
fi
|
||||
if [[ "$(vercmp "$2" 3.317)" -lt 0 ]]; then
|
||||
[ ! -f /boot/config.txt ] || sed -i -e 's/^dtoverlay=i2c-rtc,pcf8563$/dtoverlay=i2c-rtc,pcf8563,wakeup-source/g' /boot/config.txt
|
||||
fi
|
||||
|
||||
# Some update deletes /etc/motd, WTF
|
||||
# shellcheck disable=SC2015,SC2166
|
||||
|
||||
Reference in New Issue
Block a user