From 617bf680a1d0d2fe96404409170c17de4404558c Mon Sep 17 00:00:00 2001 From: xq2005 Date: Wed, 27 Jun 2012 08:59:34 +0000 Subject: [PATCH] specify partition file: mify all *.tmpl files for fedora git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13180 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/install/fedora/compute.fedora13.tmpl | 2 ++ xCAT-server/share/xcat/install/fedora/compute.fedora14.tmpl | 2 ++ xCAT-server/share/xcat/install/fedora/compute.fedora8.tmpl | 2 ++ .../share/xcat/install/fedora/compute.fedora9.ppc64.tmpl | 2 ++ xCAT-server/share/xcat/install/fedora/compute.fedora9.tmpl | 2 ++ xCAT-server/share/xcat/install/fedora/compute.ppc64.tmpl | 2 ++ xCAT-server/share/xcat/install/fedora/compute.tmpl | 2 ++ xCAT-server/share/xcat/install/fedora/iscsi.fedora9.ppc64.tmpl | 2 ++ xCAT-server/share/xcat/install/fedora/iscsi.fedora9.tmpl | 2 ++ xCAT-server/share/xcat/install/fedora/iscsi.ppc64.tmpl | 2 ++ xCAT-server/share/xcat/install/fedora/iscsi.tmpl | 2 ++ .../share/xcat/install/fedora/service.fedora9.ppc64.tmpl | 2 ++ xCAT-server/share/xcat/install/fedora/service.fedora9.tmpl | 2 ++ xCAT-server/share/xcat/install/fedora/service.ppc64.tmpl | 2 ++ xCAT-server/share/xcat/install/fedora/service.tmpl | 2 ++ 15 files changed, 30 insertions(+) diff --git a/xCAT-server/share/xcat/install/fedora/compute.fedora13.tmpl b/xCAT-server/share/xcat/install/fedora/compute.fedora13.tmpl index 555c85d9f..79eedbac9 100644 --- a/xCAT-server/share/xcat/install/fedora/compute.fedora13.tmpl +++ b/xCAT-server/share/xcat/install/fedora/compute.fedora13.tmpl @@ -31,11 +31,13 @@ key --skip # Customize to fit your needs # +#XCAT_PARTITION_START# #No RAID #/boot really significant for this sort of setup nowadays? #part /boot --size 50 --fstype ext3 part swap --size 1024 part / --size 1 --grow --fstype ext4 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda diff --git a/xCAT-server/share/xcat/install/fedora/compute.fedora14.tmpl b/xCAT-server/share/xcat/install/fedora/compute.fedora14.tmpl index 9ac4ed297..932dd932f 100644 --- a/xCAT-server/share/xcat/install/fedora/compute.fedora14.tmpl +++ b/xCAT-server/share/xcat/install/fedora/compute.fedora14.tmpl @@ -30,11 +30,13 @@ clearpart --all --initlabel # Customize to fit your needs # +#XCAT_PARTITION_START# #No RAID #/boot really significant for this sort of setup nowadays? #part /boot --size 50 --fstype ext3 part swap --size 1024 part / --size 1 --grow --fstype ext4 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda diff --git a/xCAT-server/share/xcat/install/fedora/compute.fedora8.tmpl b/xCAT-server/share/xcat/install/fedora/compute.fedora8.tmpl index e47537342..1ac761608 100644 --- a/xCAT-server/share/xcat/install/fedora/compute.fedora8.tmpl +++ b/xCAT-server/share/xcat/install/fedora/compute.fedora8.tmpl @@ -32,11 +32,13 @@ clearpart --all --initlabel # Customize to fit your needs # +#XCAT_PARTITION_START# #No RAID #/boot really significant for this sort of setup nowadays? #part /boot --size 50 --fstype ext3 part swap --size 1024 part / --size 1 --grow --fstype ext3 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda 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 ba891dd50..b0cedaeea 100644 --- a/xCAT-server/share/xcat/install/fedora/compute.fedora9.ppc64.tmpl +++ b/xCAT-server/share/xcat/install/fedora/compute.fedora9.ppc64.tmpl @@ -32,12 +32,14 @@ clearpart --all --initlabel # Customize to fit your needs # +#XCAT_PARTITION_START# #No RAID #/boot really significant for this sort of setup nowadays? part None --fstype "PPC PReP Boot" --size 8 part /boot --size 50 --fstype ext3 part swap --size 1024 part / --size 1 --grow --fstype ext3 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda diff --git a/xCAT-server/share/xcat/install/fedora/compute.fedora9.tmpl b/xCAT-server/share/xcat/install/fedora/compute.fedora9.tmpl index c2d8e20be..45e988010 100644 --- a/xCAT-server/share/xcat/install/fedora/compute.fedora9.tmpl +++ b/xCAT-server/share/xcat/install/fedora/compute.fedora9.tmpl @@ -32,11 +32,13 @@ clearpart --all --initlabel # Customize to fit your needs # +#XCAT_PARTITION_START# #No RAID #/boot really significant for this sort of setup nowadays? #part /boot --size 50 --fstype ext3 part swap --size 1024 part / --size 1 --grow --fstype ext3 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda diff --git a/xCAT-server/share/xcat/install/fedora/compute.ppc64.tmpl b/xCAT-server/share/xcat/install/fedora/compute.ppc64.tmpl index 14d11acfd..8d5e3a71d 100644 --- a/xCAT-server/share/xcat/install/fedora/compute.ppc64.tmpl +++ b/xCAT-server/share/xcat/install/fedora/compute.ppc64.tmpl @@ -32,12 +32,14 @@ clearpart --all --initlabel # Customize to fit your needs # +#XCAT_PARTITION_START# #No RAID #/boot really significant for this sort of setup nowadays? part None --fstype "PPC PReP Boot" --size 8 part /boot --size 50 --fstype ext3 part swap --size 1024 part / --size 1 --grow --fstype ext3 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda diff --git a/xCAT-server/share/xcat/install/fedora/compute.tmpl b/xCAT-server/share/xcat/install/fedora/compute.tmpl index c2d8e20be..45e988010 100644 --- a/xCAT-server/share/xcat/install/fedora/compute.tmpl +++ b/xCAT-server/share/xcat/install/fedora/compute.tmpl @@ -32,11 +32,13 @@ clearpart --all --initlabel # Customize to fit your needs # +#XCAT_PARTITION_START# #No RAID #/boot really significant for this sort of setup nowadays? #part /boot --size 50 --fstype ext3 part swap --size 1024 part / --size 1 --grow --fstype ext3 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda 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 094434ce2..acd8431f1 100644 --- a/xCAT-server/share/xcat/install/fedora/iscsi.fedora9.ppc64.tmpl +++ b/xCAT-server/share/xcat/install/fedora/iscsi.fedora9.ppc64.tmpl @@ -35,11 +35,13 @@ clearpart --all --initlabel iscsiname #TABLE:nodelist:$NODE:node# iscsi --ipaddr #TABLE:iscsi:$NODE:server# --user "#TABLEBLANKOKAY:iscsi:$NODE:userid#" --password "#TABLEBLANKOKAY:iscsi:$NODE:passwd#" +#XCAT_PARTITION_START# #No RAID #/boot really significant for this sort of setup nowadays? part None --fstype "PPC PReP Boot" --size 8 part /boot --size 50 --fstype ext3 part / --size 1 --grow --fstype ext3 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda diff --git a/xCAT-server/share/xcat/install/fedora/iscsi.fedora9.tmpl b/xCAT-server/share/xcat/install/fedora/iscsi.fedora9.tmpl index 7f58c7f58..94bc501d7 100644 --- a/xCAT-server/share/xcat/install/fedora/iscsi.fedora9.tmpl +++ b/xCAT-server/share/xcat/install/fedora/iscsi.fedora9.tmpl @@ -35,10 +35,12 @@ clearpart --all --initlabel iscsiname #TABLE:nodelist:$NODE:node# iscsi --ipaddr #TABLE:iscsi:$NODE:server# --user "#TABLEBLANKOKAY:iscsi:$NODE:userid#" --password "#TABLEBLANKOKAY:iscsi:$NODE:passwd#" +#XCAT_PARTITION_START# #No RAID #/boot really significant for this sort of setup nowadays? #part /boot --size 50 --fstype ext3 part / --size 1 --grow --fstype ext3 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda diff --git a/xCAT-server/share/xcat/install/fedora/iscsi.ppc64.tmpl b/xCAT-server/share/xcat/install/fedora/iscsi.ppc64.tmpl index 9859d583c..57ff95363 100644 --- a/xCAT-server/share/xcat/install/fedora/iscsi.ppc64.tmpl +++ b/xCAT-server/share/xcat/install/fedora/iscsi.ppc64.tmpl @@ -35,11 +35,13 @@ clearpart --all --initlabel iscsiname #TABLE:nodelist:$NODE:node# iscsi --ipaddr #TABLE:iscsi:$NODE:server# --user "#TABLEBLANKOKAY:iscsi:$NODE:userid#" --password "#TABLEBLANKOKAY:iscsi:$NODE:passwd#" +#XCAT_PARTITION_START# #No RAID #/boot really significant for this sort of setup nowadays? part None --fstype "PPC PReP Boot" --size 8 part /boot --size 50 --fstype ext3 part / --size 1 --grow --fstype ext3 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda diff --git a/xCAT-server/share/xcat/install/fedora/iscsi.tmpl b/xCAT-server/share/xcat/install/fedora/iscsi.tmpl index a4f0d8456..f684964d8 100644 --- a/xCAT-server/share/xcat/install/fedora/iscsi.tmpl +++ b/xCAT-server/share/xcat/install/fedora/iscsi.tmpl @@ -35,10 +35,12 @@ clearpart --all --initlabel iscsiname #TABLE:nodelist:$NODE:node# iscsi --ipaddr #TABLE:iscsi:$NODE:server# --user "#TABLEBLANKOKAY:iscsi:$NODE:userid#" --password "#TABLEBLANKOKAY:iscsi:$NODE:passwd#" +#XCAT_PARTITION_START# #No RAID #/boot really significant for this sort of setup nowadays? #part /boot --size 50 --fstype ext3 part / --size 1 --grow --fstype ext3 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda 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 b6ff8d3e5..b8eae65b8 100644 --- a/xCAT-server/share/xcat/install/fedora/service.fedora9.ppc64.tmpl +++ b/xCAT-server/share/xcat/install/fedora/service.fedora9.ppc64.tmpl @@ -32,6 +32,7 @@ clearpart --all --initlabel # Customize to fit your needs # +#XCAT_PARTITION_START# #No RAID #/boot really significant for this sort of setup nowadays? #part /boot --size 50 --fstype ext3 @@ -39,6 +40,7 @@ part None --fstype "PPC PReP Boot" --size 8 part /boot --size 50 --fstype ext3 part swap --size 1024 part / --size 1 --grow --fstype ext3 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda diff --git a/xCAT-server/share/xcat/install/fedora/service.fedora9.tmpl b/xCAT-server/share/xcat/install/fedora/service.fedora9.tmpl index 757c3d446..240445716 100644 --- a/xCAT-server/share/xcat/install/fedora/service.fedora9.tmpl +++ b/xCAT-server/share/xcat/install/fedora/service.fedora9.tmpl @@ -32,11 +32,13 @@ clearpart --all --initlabel # Customize to fit your needs # +#XCAT_PARTITION_START# #No RAID #/boot really significant for this sort of setup nowadays? #part /boot --size 50 --fstype ext3 part swap --size 1024 part / --size 1 --grow --fstype ext3 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda diff --git a/xCAT-server/share/xcat/install/fedora/service.ppc64.tmpl b/xCAT-server/share/xcat/install/fedora/service.ppc64.tmpl index d78c392ca..e09a0f876 100644 --- a/xCAT-server/share/xcat/install/fedora/service.ppc64.tmpl +++ b/xCAT-server/share/xcat/install/fedora/service.ppc64.tmpl @@ -32,6 +32,7 @@ clearpart --all --initlabel # Customize to fit your needs # +#XCAT_PARTITION_START# #No RAID #/boot really significant for this sort of setup nowadays? #part /boot --size 50 --fstype ext3 @@ -39,6 +40,7 @@ part None --fstype "PPC PReP Boot" --size 8 part /boot --size 50 --fstype ext3 part swap --size 1024 part / --size 1 --grow --fstype ext3 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda diff --git a/xCAT-server/share/xcat/install/fedora/service.tmpl b/xCAT-server/share/xcat/install/fedora/service.tmpl index 1e4790dda..07b109c0a 100644 --- a/xCAT-server/share/xcat/install/fedora/service.tmpl +++ b/xCAT-server/share/xcat/install/fedora/service.tmpl @@ -32,11 +32,13 @@ clearpart --all --initlabel # Customize to fit your needs # +#XCAT_PARTITION_START# #No RAID #/boot really significant for this sort of setup nowadays? #part /boot --size 50 --fstype ext3 part swap --size 1024 part / --size 1 --grow --fstype ext3 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda