diff --git a/xCAT-server-2.0/lib/xcat/plugins/aixdskls.pm b/xCAT-server-2.0/lib/xcat/plugins/aixdskls.pm index c8157e564..9a81ee7e2 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/aixdskls.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/aixdskls.pm @@ -363,7 +363,7 @@ sub update_inittab my $spotinittab = "$::spot_loc/lpp/bos/inst_root/etc/inittab"; - my $entry = "xcat:2:wait:/opt/xcat/xcatAIXpost"; + my $entry = "xcat:2:wait:/opt/xcat/xcatAIXpost\n"; unless (open(INITTAB, ">>$spotinittab")) { print "Could not open $spotinittab for appending.\n";