Antwort: Kickstart help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Hi,

Daniel Burkland <dan@xxxxxxxxxxxxx>  schrieb am 04.09.2009 02:16:31:
> # Create /usr/bin/yum-check and make it executable
> cat << EOF10 > /usr/bin/yum-check

First of all, I don't think this is a kickstart problem, I think
you'd have the same problem doing that on the console. Compare:

    # cat <<EOF10
    > echo $USER
    > EOF10
    echo root

with

    # cat <<'EOF10'
    > echo $USER
    > EOF10
    echo $USER

For details lookup Here documents in e.g. bash(1)

Frank.
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux