From 910948236c3df378495aad23ca0070a3d4470840 Mon Sep 17 00:00:00 2001 From: sjing Date: Sun, 28 Apr 2013 02:44:06 +0000 Subject: [PATCH] fix for bug 3542 - duplicated script name for efibootmgr, so changed it to configefi. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16108 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/configefi | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 xCAT/postscripts/configefi diff --git a/xCAT/postscripts/configefi b/xCAT/postscripts/configefi new file mode 100644 index 000000000..62ae70345 --- /dev/null +++ b/xCAT/postscripts/configefi @@ -0,0 +1,2 @@ +echo "Setting Boot Manager for the next boot." +efibootmgr -c -l \\EFI\\redhat\\grub.efi -L Linux \ No newline at end of file