Unverified Kaydet (Commit) e755f34e authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

added sulinos suffix.

üst ed17cbb0
......@@ -186,13 +186,13 @@ def install(distro=""):
inarytools.insinto(
"/boot/",
"arch/x86/boot/bzImage",
"{}".format(suffix))
"{}-sulinos".format(suffix))
# Install defconfig
inarytools.insinto(
"/boot/",
".config",
"{}.config".format(suffix))
"{}-sulinos.config".format(suffix))
# Install the modules
# mod-fw= avoids firmwares from installing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment