From 2f006a474a1d86b16d5a0f3c702f1607de8f3232 Mon Sep 17 00:00:00 2001 From: linggao Date: Tue, 27 Jul 2010 20:26:48 +0000 Subject: [PATCH] updating os pkgs using updatenode: ferdora full install support git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6882 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- .../xcat/install/fedora/compute.fedora12.pkglist | 7 +++++++ .../xcat/install/fedora/compute.fedora13.pkglist | 7 +++++++ .../xcat/install/fedora/compute.fedora13.tmpl | 8 +------- .../xcat/install/fedora/compute.fedora8.pkglist | 15 +++++++++++++++ .../xcat/install/fedora/compute.fedora8.tmpl | 16 +--------------- .../xcat/install/fedora/compute.fedora9.pkglist | 14 ++++++++++++++ .../install/fedora/compute.fedora9.ppc64.pkglist | 14 ++++++++++++++ .../install/fedora/compute.fedora9.ppc64.tmpl | 15 +-------------- .../xcat/install/fedora/compute.fedora9.tmpl | 15 +-------------- .../share/xcat/install/fedora/compute.pkglist | 14 ++++++++++++++ .../xcat/install/fedora/compute.ppc64.pkglist | 15 +++++++++++++++ .../share/xcat/install/fedora/compute.ppc64.tmpl | 16 +--------------- .../share/xcat/install/fedora/compute.tmpl | 15 +-------------- .../xcat/install/fedora/iscsi.fedora9.pkglist | 13 +++++++++++++ .../install/fedora/iscsi.fedora9.ppc64.pkglist | 13 +++++++++++++ .../xcat/install/fedora/iscsi.fedora9.ppc64.tmpl | 14 +------------- .../share/xcat/install/fedora/iscsi.fedora9.tmpl | 14 +------------- .../share/xcat/install/fedora/iscsi.pkglist | 14 ++++++++++++++ .../xcat/install/fedora/iscsi.ppc64.pkglist | 14 ++++++++++++++ .../share/xcat/install/fedora/iscsi.ppc64.tmpl | 15 +-------------- xCAT-server/share/xcat/install/fedora/iscsi.tmpl | 15 +-------------- .../xcat/install/fedora/service.fedora9.pkglist | 14 ++++++++++++++ .../install/fedora/service.fedora9.ppc64.pkglist | 14 ++++++++++++++ .../install/fedora/service.fedora9.ppc64.tmpl | 15 +-------------- .../xcat/install/fedora/service.fedora9.tmpl | 15 +-------------- .../share/xcat/install/fedora/service.pkglist | 15 +++++++++++++++ .../xcat/install/fedora/service.ppc64.pkglist | 15 +++++++++++++++ .../share/xcat/install/fedora/service.ppc64.tmpl | 16 +--------------- .../share/xcat/install/fedora/service.tmpl | 16 +--------------- 29 files changed, 212 insertions(+), 191 deletions(-) create mode 100644 xCAT-server/share/xcat/install/fedora/compute.fedora12.pkglist create mode 100644 xCAT-server/share/xcat/install/fedora/compute.fedora13.pkglist create mode 100644 xCAT-server/share/xcat/install/fedora/compute.fedora8.pkglist create mode 100644 xCAT-server/share/xcat/install/fedora/compute.fedora9.pkglist create mode 100644 xCAT-server/share/xcat/install/fedora/compute.fedora9.ppc64.pkglist create mode 100644 xCAT-server/share/xcat/install/fedora/compute.pkglist create mode 100644 xCAT-server/share/xcat/install/fedora/compute.ppc64.pkglist create mode 100644 xCAT-server/share/xcat/install/fedora/iscsi.fedora9.pkglist create mode 100644 xCAT-server/share/xcat/install/fedora/iscsi.fedora9.ppc64.pkglist create mode 100644 xCAT-server/share/xcat/install/fedora/iscsi.pkglist create mode 100644 xCAT-server/share/xcat/install/fedora/iscsi.ppc64.pkglist create mode 100644 xCAT-server/share/xcat/install/fedora/service.fedora9.pkglist create mode 100644 xCAT-server/share/xcat/install/fedora/service.fedora9.ppc64.pkglist create mode 100644 xCAT-server/share/xcat/install/fedora/service.pkglist create mode 100644 xCAT-server/share/xcat/install/fedora/service.ppc64.pkglist diff --git a/xCAT-server/share/xcat/install/fedora/compute.fedora12.pkglist b/xCAT-server/share/xcat/install/fedora/compute.fedora12.pkglist new file mode 100644 index 000000000..3223fe288 --- /dev/null +++ b/xCAT-server/share/xcat/install/fedora/compute.fedora12.pkglist @@ -0,0 +1,7 @@ +ntp +nfs-utils +net-snmp +rsync +yp-tools +openssh-server +util-linux-ng diff --git a/xCAT-server/share/xcat/install/fedora/compute.fedora13.pkglist b/xCAT-server/share/xcat/install/fedora/compute.fedora13.pkglist new file mode 100644 index 000000000..3223fe288 --- /dev/null +++ b/xCAT-server/share/xcat/install/fedora/compute.fedora13.pkglist @@ -0,0 +1,7 @@ +ntp +nfs-utils +net-snmp +rsync +yp-tools +openssh-server +util-linux-ng diff --git a/xCAT-server/share/xcat/install/fedora/compute.fedora13.tmpl b/xCAT-server/share/xcat/install/fedora/compute.fedora13.tmpl index 6fe2ca709..555c85d9f 100644 --- a/xCAT-server/share/xcat/install/fedora/compute.fedora13.tmpl +++ b/xCAT-server/share/xcat/install/fedora/compute.fedora13.tmpl @@ -140,13 +140,7 @@ reboot #end of section # %packages -ntp -nfs-utils -net-snmp -rsync -yp-tools -openssh-server -util-linux-ng +#INCLUDE_DEFAULT_PKGLIST# %pre #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.rh# %post diff --git a/xCAT-server/share/xcat/install/fedora/compute.fedora8.pkglist b/xCAT-server/share/xcat/install/fedora/compute.fedora8.pkglist new file mode 100644 index 000000000..cfb526ebb --- /dev/null +++ b/xCAT-server/share/xcat/install/fedora/compute.fedora8.pkglist @@ -0,0 +1,15 @@ +autofs +ntp +rsh +psacct +nfs-utils +net-snmp +rsync +yp-tools +ypbind +m4 +sendmail-cf +gdb +bzip2 +binutils +openssh-server diff --git a/xCAT-server/share/xcat/install/fedora/compute.fedora8.tmpl b/xCAT-server/share/xcat/install/fedora/compute.fedora8.tmpl index 431d4c7f4..83b560754 100644 --- a/xCAT-server/share/xcat/install/fedora/compute.fedora8.tmpl +++ b/xCAT-server/share/xcat/install/fedora/compute.fedora8.tmpl @@ -151,21 +151,7 @@ reboot @ System Tools @ X Window System @ Legacy Software Development -autofs -ntp -rsh -psacct -nfs-utils -net-snmp -rsync -yp-tools -ypbind -m4 -sendmail-cf -gdb -bzip2 -binutils -openssh-server +#INCLUDE_DEFAULT_PKGLIST# %pre #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.rh# %post diff --git a/xCAT-server/share/xcat/install/fedora/compute.fedora9.pkglist b/xCAT-server/share/xcat/install/fedora/compute.fedora9.pkglist new file mode 100644 index 000000000..f5cbcc6c7 --- /dev/null +++ b/xCAT-server/share/xcat/install/fedora/compute.fedora9.pkglist @@ -0,0 +1,14 @@ +ntp +rsh +psacct +nfs-utils +net-snmp +rsync +yp-tools +ypbind +m4 +sendmail-cf +gdb +bzip2 +binutils +openssh-server diff --git a/xCAT-server/share/xcat/install/fedora/compute.fedora9.ppc64.pkglist b/xCAT-server/share/xcat/install/fedora/compute.fedora9.ppc64.pkglist new file mode 100644 index 000000000..f5cbcc6c7 --- /dev/null +++ b/xCAT-server/share/xcat/install/fedora/compute.fedora9.ppc64.pkglist @@ -0,0 +1,14 @@ +ntp +rsh +psacct +nfs-utils +net-snmp +rsync +yp-tools +ypbind +m4 +sendmail-cf +gdb +bzip2 +binutils +openssh-server diff --git a/xCAT-server/share/xcat/install/fedora/compute.fedora9.ppc64.tmpl b/xCAT-server/share/xcat/install/fedora/compute.fedora9.ppc64.tmpl index 6ab35e756..dd3580a4a 100644 --- a/xCAT-server/share/xcat/install/fedora/compute.fedora9.ppc64.tmpl +++ b/xCAT-server/share/xcat/install/fedora/compute.fedora9.ppc64.tmpl @@ -153,20 +153,7 @@ reboot @ System Tools @ X Window System @ Legacy Software Development -ntp -rsh -psacct -nfs-utils -net-snmp -rsync -yp-tools -ypbind -m4 -sendmail-cf -gdb -bzip2 -binutils -openssh-server +#INCLUDE_DEFAULT_PKGLIST# %pre #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.rh# %post diff --git a/xCAT-server/share/xcat/install/fedora/compute.fedora9.tmpl b/xCAT-server/share/xcat/install/fedora/compute.fedora9.tmpl index 4a73264f3..90313eec3 100644 --- a/xCAT-server/share/xcat/install/fedora/compute.fedora9.tmpl +++ b/xCAT-server/share/xcat/install/fedora/compute.fedora9.tmpl @@ -151,20 +151,7 @@ reboot @ System Tools @ X Window System @ Legacy Software Development -ntp -rsh -psacct -nfs-utils -net-snmp -rsync -yp-tools -ypbind -m4 -sendmail-cf -gdb -bzip2 -binutils -openssh-server +#INCLUDE_DEFAULT_PKGLIST# %pre #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.rh# %post diff --git a/xCAT-server/share/xcat/install/fedora/compute.pkglist b/xCAT-server/share/xcat/install/fedora/compute.pkglist new file mode 100644 index 000000000..f5cbcc6c7 --- /dev/null +++ b/xCAT-server/share/xcat/install/fedora/compute.pkglist @@ -0,0 +1,14 @@ +ntp +rsh +psacct +nfs-utils +net-snmp +rsync +yp-tools +ypbind +m4 +sendmail-cf +gdb +bzip2 +binutils +openssh-server diff --git a/xCAT-server/share/xcat/install/fedora/compute.ppc64.pkglist b/xCAT-server/share/xcat/install/fedora/compute.ppc64.pkglist new file mode 100644 index 000000000..cfb526ebb --- /dev/null +++ b/xCAT-server/share/xcat/install/fedora/compute.ppc64.pkglist @@ -0,0 +1,15 @@ +autofs +ntp +rsh +psacct +nfs-utils +net-snmp +rsync +yp-tools +ypbind +m4 +sendmail-cf +gdb +bzip2 +binutils +openssh-server diff --git a/xCAT-server/share/xcat/install/fedora/compute.ppc64.tmpl b/xCAT-server/share/xcat/install/fedora/compute.ppc64.tmpl index 3bbe3a214..63e59fa48 100644 --- a/xCAT-server/share/xcat/install/fedora/compute.ppc64.tmpl +++ b/xCAT-server/share/xcat/install/fedora/compute.ppc64.tmpl @@ -152,21 +152,7 @@ reboot @ System Tools @ X Window System @ Legacy Software Development -autofs -ntp -rsh -psacct -nfs-utils -net-snmp -rsync -yp-tools -ypbind -m4 -sendmail-cf -gdb -bzip2 -binutils -openssh-server +#INCLUDE_DEFAULT_PKGLIST# %pre #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.rh# %post diff --git a/xCAT-server/share/xcat/install/fedora/compute.tmpl b/xCAT-server/share/xcat/install/fedora/compute.tmpl index 4a73264f3..90313eec3 100644 --- a/xCAT-server/share/xcat/install/fedora/compute.tmpl +++ b/xCAT-server/share/xcat/install/fedora/compute.tmpl @@ -151,20 +151,7 @@ reboot @ System Tools @ X Window System @ Legacy Software Development -ntp -rsh -psacct -nfs-utils -net-snmp -rsync -yp-tools -ypbind -m4 -sendmail-cf -gdb -bzip2 -binutils -openssh-server +#INCLUDE_DEFAULT_PKGLIST# %pre #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.rh# %post diff --git a/xCAT-server/share/xcat/install/fedora/iscsi.fedora9.pkglist b/xCAT-server/share/xcat/install/fedora/iscsi.fedora9.pkglist new file mode 100644 index 000000000..0430a3ae2 --- /dev/null +++ b/xCAT-server/share/xcat/install/fedora/iscsi.fedora9.pkglist @@ -0,0 +1,13 @@ +ntp +rsh +psacct +nfs-utils +net-snmp +rsync +yp-tools +ypbind +m4 +sendmail-cf +gdb +binutils +openssh-server diff --git a/xCAT-server/share/xcat/install/fedora/iscsi.fedora9.ppc64.pkglist b/xCAT-server/share/xcat/install/fedora/iscsi.fedora9.ppc64.pkglist new file mode 100644 index 000000000..0430a3ae2 --- /dev/null +++ b/xCAT-server/share/xcat/install/fedora/iscsi.fedora9.ppc64.pkglist @@ -0,0 +1,13 @@ +ntp +rsh +psacct +nfs-utils +net-snmp +rsync +yp-tools +ypbind +m4 +sendmail-cf +gdb +binutils +openssh-server diff --git a/xCAT-server/share/xcat/install/fedora/iscsi.fedora9.ppc64.tmpl b/xCAT-server/share/xcat/install/fedora/iscsi.fedora9.ppc64.tmpl index 61c6c984b..48bbfba12 100644 --- a/xCAT-server/share/xcat/install/fedora/iscsi.fedora9.ppc64.tmpl +++ b/xCAT-server/share/xcat/install/fedora/iscsi.fedora9.ppc64.tmpl @@ -154,19 +154,7 @@ reboot @ System Tools @ X Window System @ Legacy Software Development -ntp -rsh -psacct -nfs-utils -net-snmp -rsync -yp-tools -ypbind -m4 -sendmail-cf -gdb -binutils -openssh-server +#INCLUDE_DEFAULT_PKGLIST# %pre #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.rh# %post diff --git a/xCAT-server/share/xcat/install/fedora/iscsi.fedora9.tmpl b/xCAT-server/share/xcat/install/fedora/iscsi.fedora9.tmpl index e5f761d02..cb3192c19 100644 --- a/xCAT-server/share/xcat/install/fedora/iscsi.fedora9.tmpl +++ b/xCAT-server/share/xcat/install/fedora/iscsi.fedora9.tmpl @@ -153,19 +153,7 @@ reboot @ System Tools @ X Window System @ Legacy Software Development -ntp -rsh -psacct -nfs-utils -net-snmp -rsync -yp-tools -ypbind -m4 -sendmail-cf -gdb -binutils -openssh-server +#INCLUDE_DEFAULT_PKGLIST# %pre #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.rh# %post diff --git a/xCAT-server/share/xcat/install/fedora/iscsi.pkglist b/xCAT-server/share/xcat/install/fedora/iscsi.pkglist new file mode 100644 index 000000000..191a27de6 --- /dev/null +++ b/xCAT-server/share/xcat/install/fedora/iscsi.pkglist @@ -0,0 +1,14 @@ +autofs +ntp +rsh +psacct +nfs-utils +net-snmp +rsync +yp-tools +ypbind +m4 +sendmail-cf +gdb +binutils +openssh-server diff --git a/xCAT-server/share/xcat/install/fedora/iscsi.ppc64.pkglist b/xCAT-server/share/xcat/install/fedora/iscsi.ppc64.pkglist new file mode 100644 index 000000000..191a27de6 --- /dev/null +++ b/xCAT-server/share/xcat/install/fedora/iscsi.ppc64.pkglist @@ -0,0 +1,14 @@ +autofs +ntp +rsh +psacct +nfs-utils +net-snmp +rsync +yp-tools +ypbind +m4 +sendmail-cf +gdb +binutils +openssh-server diff --git a/xCAT-server/share/xcat/install/fedora/iscsi.ppc64.tmpl b/xCAT-server/share/xcat/install/fedora/iscsi.ppc64.tmpl index c9dbab491..3a90bc44d 100644 --- a/xCAT-server/share/xcat/install/fedora/iscsi.ppc64.tmpl +++ b/xCAT-server/share/xcat/install/fedora/iscsi.ppc64.tmpl @@ -154,20 +154,7 @@ reboot @ System Tools @ X Window System @ Legacy Software Development -autofs -ntp -rsh -psacct -nfs-utils -net-snmp -rsync -yp-tools -ypbind -m4 -sendmail-cf -gdb -binutils -openssh-server +#INCLUDE_DEFAULT_PKGLIST# %pre #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.rh# %post diff --git a/xCAT-server/share/xcat/install/fedora/iscsi.tmpl b/xCAT-server/share/xcat/install/fedora/iscsi.tmpl index 52fee8221..1e2b753b4 100644 --- a/xCAT-server/share/xcat/install/fedora/iscsi.tmpl +++ b/xCAT-server/share/xcat/install/fedora/iscsi.tmpl @@ -153,20 +153,7 @@ reboot @ System Tools @ X Window System @ Legacy Software Development -autofs -ntp -rsh -psacct -nfs-utils -net-snmp -rsync -yp-tools -ypbind -m4 -sendmail-cf -gdb -binutils -openssh-server +#INCLUDE_DEFAULT_PKGLIST# %pre #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.rh# %post diff --git a/xCAT-server/share/xcat/install/fedora/service.fedora9.pkglist b/xCAT-server/share/xcat/install/fedora/service.fedora9.pkglist new file mode 100644 index 000000000..186398651 --- /dev/null +++ b/xCAT-server/share/xcat/install/fedora/service.fedora9.pkglist @@ -0,0 +1,14 @@ +ntp +rsh +psacct +nfs-utils +net-snmp +rsync +yp-tools +ypbind +m4 +sendmail-cf +gdb +binutils +openssh-server +vsftpd \ No newline at end of file diff --git a/xCAT-server/share/xcat/install/fedora/service.fedora9.ppc64.pkglist b/xCAT-server/share/xcat/install/fedora/service.fedora9.ppc64.pkglist new file mode 100644 index 000000000..412d908ef --- /dev/null +++ b/xCAT-server/share/xcat/install/fedora/service.fedora9.ppc64.pkglist @@ -0,0 +1,14 @@ +ntp +rsh +psacct +nfs-utils +net-snmp +rsync +yp-tools +ypbind +m4 +sendmail-cf +gdb +binutils +openssh-server +vsftpd diff --git a/xCAT-server/share/xcat/install/fedora/service.fedora9.ppc64.tmpl b/xCAT-server/share/xcat/install/fedora/service.fedora9.ppc64.tmpl index ef3961095..fb07f66e6 100644 --- a/xCAT-server/share/xcat/install/fedora/service.fedora9.ppc64.tmpl +++ b/xCAT-server/share/xcat/install/fedora/service.fedora9.ppc64.tmpl @@ -154,20 +154,7 @@ reboot @ System Tools @ X Window System @ Legacy Software Development -ntp -rsh -psacct -nfs-utils -net-snmp -rsync -yp-tools -ypbind -m4 -sendmail-cf -gdb -binutils -openssh-server -vsftpd +#INCLUDE_DEFAULT_PKGLIST# %pre #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.rh# %post diff --git a/xCAT-server/share/xcat/install/fedora/service.fedora9.tmpl b/xCAT-server/share/xcat/install/fedora/service.fedora9.tmpl index cad667e36..6c33832db 100644 --- a/xCAT-server/share/xcat/install/fedora/service.fedora9.tmpl +++ b/xCAT-server/share/xcat/install/fedora/service.fedora9.tmpl @@ -152,20 +152,7 @@ reboot @ System Tools @ X Window System @ Legacy Software Development -ntp -rsh -psacct -nfs-utils -net-snmp -rsync -yp-tools -ypbind -m4 -sendmail-cf -gdb -binutils -openssh-server -vsftpd +#INCLUDE_DEFAULT_PKGLIST# %pre #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.rh# %post diff --git a/xCAT-server/share/xcat/install/fedora/service.pkglist b/xCAT-server/share/xcat/install/fedora/service.pkglist new file mode 100644 index 000000000..35dcb26d8 --- /dev/null +++ b/xCAT-server/share/xcat/install/fedora/service.pkglist @@ -0,0 +1,15 @@ +autofs +ntp +rsh +psacct +nfs-utils +net-snmp +rsync +yp-tools +ypbind +m4 +sendmail-cf +gdb +binutils +openssh-server +vsftpd diff --git a/xCAT-server/share/xcat/install/fedora/service.ppc64.pkglist b/xCAT-server/share/xcat/install/fedora/service.ppc64.pkglist new file mode 100644 index 000000000..35dcb26d8 --- /dev/null +++ b/xCAT-server/share/xcat/install/fedora/service.ppc64.pkglist @@ -0,0 +1,15 @@ +autofs +ntp +rsh +psacct +nfs-utils +net-snmp +rsync +yp-tools +ypbind +m4 +sendmail-cf +gdb +binutils +openssh-server +vsftpd diff --git a/xCAT-server/share/xcat/install/fedora/service.ppc64.tmpl b/xCAT-server/share/xcat/install/fedora/service.ppc64.tmpl index 3c7d16777..dd60e0c10 100644 --- a/xCAT-server/share/xcat/install/fedora/service.ppc64.tmpl +++ b/xCAT-server/share/xcat/install/fedora/service.ppc64.tmpl @@ -154,21 +154,7 @@ reboot @ System Tools @ X Window System @ Legacy Software Development -autofs -ntp -rsh -psacct -nfs-utils -net-snmp -rsync -yp-tools -ypbind -m4 -sendmail-cf -gdb -binutils -openssh-server -vsftpd +#INCLUDE_DEFAULT_PKGLIST# %pre #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.rh# %post diff --git a/xCAT-server/share/xcat/install/fedora/service.tmpl b/xCAT-server/share/xcat/install/fedora/service.tmpl index cf413a2e7..0c72b917a 100644 --- a/xCAT-server/share/xcat/install/fedora/service.tmpl +++ b/xCAT-server/share/xcat/install/fedora/service.tmpl @@ -152,21 +152,7 @@ reboot @ System Tools @ X Window System @ Legacy Software Development -autofs -ntp -rsh -psacct -nfs-utils -net-snmp -rsync -yp-tools -ypbind -m4 -sendmail-cf -gdb -binutils -openssh-server -vsftpd +#INCLUDE_DEFAULT_PKGLIST# %pre #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.rh# %post