From c8ca832460e7e0cf8dddefbeea4a1b24ec457df1 Mon Sep 17 00:00:00 2001 From: immarvin Date: Thu, 15 Aug 2013 20:29:27 -0700 Subject: [PATCH] update the nodelist.status to installing/netbooting via feedback from node during provision --- xCAT-server/share/xcat/netboot/rh/dracut/install.statelite | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-server/share/xcat/netboot/rh/dracut/install.statelite b/xCAT-server/share/xcat/netboot/rh/dracut/install.statelite index 456fe5799..727f2b864 100755 --- a/xCAT-server/share/xcat/netboot/rh/dracut/install.statelite +++ b/xCAT-server/share/xcat/netboot/rh/dracut/install.statelite @@ -3,4 +3,6 @@ echo $drivers dracut_install wget cpio gzip dash modprobe wc touch echo cut dracut_install grep ifconfig hostname awk egrep grep dirname expr dracut_install parted mke2fs bc mkswap swapon chmod +inst "$moddir/xcat-updateflag" "/tmp/updateflag" +inst_hook pre-mount 5 "$moddir/xcat-premount.sh" inst_hook pre-pivot 5 "$moddir/xcat-prepivot.sh"