nixos: don't set systemConfig for stage-2
Since c4f910f55015b150bebe3d3ecdea76c1aa8bbcca, this is no longer needed, because stage-2 is already generated with the path hard wired anyway.
This commit is contained in:
parent
5276ebb5ee
commit
61d746a7d3
@ -49,7 +49,6 @@ addEntry() {
|
||||
echo "#!/bin/sh"
|
||||
echo "# $name"
|
||||
echo "# created by init-script-builder.sh"
|
||||
echo "export systemConfig=$(readlink -f $path)"
|
||||
echo "exec $stage2"
|
||||
)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user