]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - webapp/backend/releases.py
boot: Support serial console installations.
[people/shoehn/ipfire.org.git] / webapp / backend / releases.py
index c3b42d921584c62b5486b4c21d0eb0b50e96f6ac..ff482c0221fe4e347ba660ec41834d2fb9d52a9e 100644 (file)
@@ -376,10 +376,6 @@ class Release(Object):
        def netboot_initrd(self):
                return "http://downloads.ipfire.org/%s/images/instroot" % self.path
 
-       @property
-       def netboot_append(self):
-               return "ro"
-
 
 class Releases(Object):
        def get_by_id(self, id):