In article <[email protected]>, Rainer Traut <[email protected]> wrote: > I had to use this cmdline to make the initrd: > KVER=$(uname -a|awk '{print $3}')xen
Don't need awk: KVER=$(uname -r)xen Cheers Tony -- Tony Mountifield Work: [email protected] - http://www.softins.co.uk Play: [email protected] - http://tony.mountifield.org _______________________________________________ CentOS mailing list [email protected] http://lists.centos.org/mailman/listinfo/centos

