From ab8e64217fdfc409fb83a5d5d164e568ec5ae854 Mon Sep 17 00:00:00 2001 From: huweihua Date: Mon, 1 Sep 2014 04:03:49 -0400 Subject: [PATCH] move Prep partition flag setting to imgcapture.pm --- xCAT/postscripts/configefi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/postscripts/configefi b/xCAT/postscripts/configefi index 5ad3c302d..1fc433126 100644 --- a/xCAT/postscripts/configefi +++ b/xCAT/postscripts/configefi @@ -92,14 +92,14 @@ elif [ "$arch" = "ppc64" ]; then dd if=/usr/lib/yaboot/yaboot of=/dev/sda1 bs=4096 # Set 0x41 as the partition type of the first partition - echo A | dd of=/dev/sda bs=1 count=1 seek=450 + # echo A | dd of=/dev/sda bs=1 count=1 seek=450 elif [ -f "/lib/lilo/pmac/yaboot" ]; then # set bootloader echo "dd if=/lib/lilo/pmac/yaboot of=/dev/sda1 bs=4096" dd if=/lib/lilo/pmac/yaboot of=/dev/sda1 bs=4096 # Set 0x41 as the partition type of the first partition - echo A | dd of=/dev/sda bs=1 count=1 seek=450 + # echo A | dd of=/dev/sda bs=1 count=1 seek=450 else echo "there isn't yaboot bootloader" fi