It's GNU/Linux and Trisquel
authorJason Self <j@jxself.org>
Tue, 27 Aug 2019 03:59:43 +0000 (20:59 -0700)
committerJason Self <j@jxself.org>
Tue, 27 Aug 2019 03:59:43 +0000 (20:59 -0700)
the-server-room.inf

index 33a60f2894158734d8a770699ce49626ed14481c..fe4318221f07e6efbf76f3bc59923659bc00f5ae 100644 (file)
@@ -102,18 +102,18 @@ Object  backpack "backpack" table
         ],
   has   clothing container openable;
 
-Object  disc "Ubuntu CD" backpack
+Object  disc "Trisquel CD" backpack
   with  description
             "An automatic recovery CD, guaranteed to fix almost any
             server.^^Ok, it's just an install CD that auto-installs
-            Ubuntu, but hey, if it works, it works.",
-        name 'disk' 'disc' 'Ubuntu' 'cd',
+            Trisquel, but hey, if it works, it works.",
+        name 'disk' 'disc' 'Trisquel' 'cd',
         after [;
           Take:
             if (takencd == 1) {
                 score = score + 2;
                 takencd = 2;
-                print_ret "You pick up the Ubuntu CD.^";
+                print_ret "You pick up the Trisquel CD.^";
             }
         ],
   has   ;
@@ -203,7 +203,7 @@ Object  tray "tray" server_room
                     "^With the CD in the tray, you quickly reboot the
                     server.^^After the bios posts, your disc starts
                     doing its thing and before you know it the server
-                    is happily running Ubuntu, and even more than
+                    is happily running Trisquel, and even more than
                     that, the beeping has stopped. Yay!";
             }
         ],
@@ -216,9 +216,9 @@ Object  tray "tray" server_room
     location = break_room;
     "^^^^It's Saturday, a nice one at that, and you've been called in
     to fix a server that's on the blink. Again.^^You've had it. This
-    server is going to run Linux from this day forward! The process
-    will be easy - just put the disc into the server and away we go.
-    Now where is that Ubuntu CD?^";
+    server is going to run GNU/Linux from this day forward! The
+    process will be easy - just put the disc into the server and away
+    we go. Now where is that Trisquel CD?^";
 ];
 
 [ Deathmessage;