aboutsummaryrefslogtreecommitdiff
path: root/ratinox
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2019-02-14 04:05:26 +0000
committerRob Austein <sra@hactrn.net>2019-02-14 04:05:26 +0000
commitd3a03cf27dab20ee49e2d245f6ca43c98c268cf8 (patch)
treeb491fd2e9caf91accbfc3a37a5473924846a390c /ratinox
parent6cf7d84730b306de4bff43699f18e72dec39c3b2 (diff)
Refactor
Diffstat (limited to 'ratinox')
-rwxr-xr-xratinox6
1 files changed, 3 insertions, 3 deletions
diff --git a/ratinox b/ratinox
index 86667a0..33243b4 100755
--- a/ratinox
+++ b/ratinox
@@ -42,12 +42,12 @@ def snooze(how_long = 15):
def installer():
- with Ratinox(fbdir = "/framebuf") as rat:
+ with Ratinox(fbdir = "/cryptech-builder") as rat:
print("DISPLAY={}".format(os.getenv("DISPLAY")))
snooze()
print("Starting XiLinx installer")
- xsetup = subprocess.Popen(("./xsetup",), cwd = "/xilinx-unpack/Xilinx_ISE_DS_Lin_14.7_1015_1")
+ xsetup = subprocess.Popen(("./xsetup",), cwd = "/Xilinx_ISE_DS_Lin_14.7_1015_1")
snooze()
print("First screen")
@@ -89,7 +89,7 @@ def installer():
def licenser():
- with Ratinox(fbdir = "/framebuf") as rat:
+ with Ratinox(fbdir = "/cryptech-builder") as rat:
print("DISPLAY={}".format(os.getenv("DISPLAY")))
snooze()