--- lspp-eal4-config-ibm-0.18/kickstart/src/common-pre.cfg 2007-01-23 08:11:05.000000000 -0500 +++ eal4-config-0.16/kickstart/src/common-pre.cfg 2007-01-18 12:06:40.000000000 -0500 @@ -78,7 +78,7 @@ gen_instsrc () { } gen_partitioning () { - echo "# Automatically generated by LSPP configuration kickstart + echo "# Automatically generated by EAL4 configuration kickstart # # Refer to the instructions for the 'part' command for more information: # @@ -133,7 +133,7 @@ STTY_SAVE=$(stty -g /dev/tty || clear >/dev/tty -echo_user "*** Common Criteria LSPP configuration kickstart ***" +echo_user "*** Common Criteria EAL4 configuration kickstart ***" echo_user DISK_LIST="$(list-harddrives)" @@ -146,7 +146,7 @@ then # use current network settings as defaults NAME=$(hostname) expr $NAME : localhost >/dev/null && { - NAME="rhel5lspp.example.com" + NAME="rhel5.example.com" } IP=$(ifconfig $IFACE | sed -n 's/.*inet addr:\([^ ]*\).*/\1/p') MASK=$(ifconfig $IFACE | sed -n 's/.*Mask:\([^ ]*\).*/\1/p') @@ -155,7 +155,7 @@ then else # pick up defaults from command line args IFACE=$(cmdline_val "ksdevice" "eth0") - NAME=$(cmdline_val "hostname" "rhel5lspp.example.com") + NAME=$(cmdline_val "hostname" "rhel5.example.com") IP=$(cmdline_val ip) MASK=$(cmdline_val "netmask" "255.255.255.0") GATE=$(cmdline_val "gateway") @@ -212,16 +212,16 @@ then DNS=$(ask "Nameserver list (comma separated)" "$DNS") - gen_network > /tmp/lspp-network.cfg - gen_instsrc > /tmp/lspp-instsrc.cfg + gen_network > /tmp/eal4-network.cfg + gen_instsrc > /tmp/eal4-instsrc.cfg if ! expr "$DISK" : "manual" >/dev/null then - gen_partitioning > /tmp/lspp-disks.cfg + gen_partitioning > /tmp/eal4-disks.cfg fi confirm "Manually edit partitioning instructions" "n" && { - vi /tmp/lspp-disks.cfg /dev/tty 2>&1 + vi /tmp/eal4-disks.cfg /dev/tty 2>&1 DISK="manually configured partitions" } @@ -235,9 +235,9 @@ then done else # noninteractive - gen_network > /tmp/lspp-network.cfg - gen_instsrc > /tmp/lspp-instsrc.cfg - gen_partitioning > /tmp/lspp-disks.cfg + gen_network > /tmp/eal4-network.cfg + gen_instsrc > /tmp/eal4-instsrc.cfg + gen_partitioning > /tmp/eal4-disks.cfg fi # restore file descriptors and TTY clear >/dev/tty