kernel: drop extra i586-pae kernel

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2020-06-02 18:34:44 +02:00
parent e6514b3af8
commit 83d5892a86
9 changed files with 1 additions and 29299 deletions

View File

@@ -27,14 +27,5 @@ if [ "${?}" == "1" ]; then
reboot -f
fi
# plan install pae kernel at next pakfire update if pae is supported
if [ ! "$(grep "^flags.* pae " /proc/cpuinfo)" == "" ]; then
if [ ! -e /opt/pakfire/db/installed/meta-linux-pae ]; then
echo "Name: linux-pae" > /opt/pakfire/db/installed/meta-linux-pae
echo "ProgVersion: 0" >> /opt/pakfire/db/installed/meta-linux-pae
echo "Release: 0" >> /opt/pakfire/db/installed/meta-linux-pae
fi
fi
/etc/init.d/sysklogd stop
touch /var/ipfire/main/firstsetup_ok