DI to detect HIGHMEM
Hey all ,
i was wondering if its possible to automatically detect HIGHMEM system for
BIGMEM kernels , this is home solution for that :
#!/bin/sh
grep -q HIGHMEM /var/log/syslog
if [ $? = 0 ];then
find /cdrom/pool/main/l/linux-2.6/ -iname "*bigmem*" -exec cp
{} /target/ibs/Debs/ ';' fi
as you know , when there is need for BIGMEM kernels , kernel prints
warning in dmesg log :
Warning only 4GB will be used.
Use a HIGHMEM64G enabled kernel.
as for net install , this error is not presented (while it is shown
in installed system) , 'quite' boot options is removed but still , dmesg
and syslog log seems incomplete , can you please assist me on this ?
--
Armin ranjbar , System Administrator
Reply to: