# Install compiler and dependencies
sudo apt-get install -y git gcc make liblzma-dev
# Grab the source code
git clone https://github.com/ipxe/ipxe.git
cd ipxe/src
# Enable NFS support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/user.py b/user.py | |
index cb47cbb..6b9ff36 100644 | |
--- a/user.py | |
+++ b/user.py | |
@@ -40,7 +40,7 @@ from ipalib import _, ngettext | |
from ipalib import output | |
from ipalib import x509 | |
from ipaplatform.paths import paths | |
-from ipapython.ipautil import ipa_generate_password | |
+from ipapython.ipautil import ipa_generate_password, run |