2
0
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:
Jarrod Johnson
2020-06-05 11:11:35 -04:00
parent 256293907d
commit 04588732a7
2 changed files with 2 additions and 0 deletions

View File

@@ -2,3 +2,4 @@ root=1
rootok=1
netroot=xcat
echo '[ -e $NEWROOT/proc ]' > $hookdir/initqueue/finished/xcatroot.sh
hostname $(getarg NODE)

View File

@@ -2,3 +2,4 @@ root=1
rootok=1
netroot=xcat
echo '[ -e $NEWROOT/proc ]' > $hookdir/initqueue/finished/xcatroot.sh
hostname $(getarg NODE)