Skip to content

Commit

Permalink
gpxelinux: add missing "root=" kernel parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Wenzhong Sun <[email protected]>
Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
Wenzhong Sun authored and rli9 committed Mar 10, 2017
1 parent 43052bf commit 95b89b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfs/kexec/etc/rc.d/gpxelinux
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ do
add_initrd ${rds//,/ }
elif [[ $param =~ ^root= ]]; then
root="${param#root=}"
params="$params $param"
elif [[ $param =~ ^remote_rootfs= ]]; then
remote_rootfs="${param#remote_rootfs=}"
else
Expand Down

0 comments on commit 95b89b4

Please sign in to comment.