X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=src%2Finitscripts%2Fsystem%2Ffirstsetup;fp=src%2Finitscripts%2Fsystem%2Ffirstsetup;h=6930979e260322d987b2c86f56518678297d8448;hp=e79c144d9887b3e133e863a31ddd3a38e6707871;hb=83d5892a86a8b6f40771e52a02b0e1fc0129675c;hpb=e6514b3af83aa65a6a1b7cfeee8223c22b05ac43 diff --git a/src/initscripts/system/firstsetup b/src/initscripts/system/firstsetup index e79c144d98..6930979e26 100644 --- a/src/initscripts/system/firstsetup +++ b/src/initscripts/system/firstsetup @@ -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