mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-09-06 10:18:20 +00:00
Set hostname early in SuSE boot process
This avoids a gap where hostname is not well defined.
This commit is contained in:
@@ -2,3 +2,4 @@ root=1
|
||||
rootok=1
|
||||
netroot=xcat
|
||||
echo '[ -e $NEWROOT/proc ]' > $hookdir/initqueue/finished/xcatroot.sh
|
||||
hostname $(getarg NODE)
|
||||
|
@@ -2,3 +2,4 @@ root=1
|
||||
rootok=1
|
||||
netroot=xcat
|
||||
echo '[ -e $NEWROOT/proc ]' > $hookdir/initqueue/finished/xcatroot.sh
|
||||
hostname $(getarg NODE)
|
||||
|
Reference in New Issue
Block a user