]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/system/firstsetup
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next-switch-to...
[people/pmueller/ipfire-2.x.git] / src / initscripts / system / firstsetup
index e79c144d9887b3e133e863a31ddd3a38e6707871..6930979e260322d987b2c86f56518678297d8448 100644 (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