lsb-functions: removed is_uml_sys()
authorFrank Terbeck <ft@grml.org>
Sun, 16 Sep 2007 11:05:59 +0000 (13:05 +0200)
committerFrank Terbeck <ft@grml.org>
Sun, 16 Sep 2007 11:05:59 +0000 (13:05 +0200)
etc/grml/lsb-functions

index 8c9e0bb..768dcf5 100644 (file)
@@ -486,17 +486,6 @@ add_suffix() {
     return 0
 }
 
-# bool is_uml_sys()
-#
-#   return 0 if the currently running system is User Mode Linux
-#
-#   EXAMPLE:  if is_uml_sys ; then ...
-#
-is_uml_sys() {
-    grep -qs 'UML' /proc/cpuinfo
-    return $?
-}
-
 # bool is_vserver_sys()
 #
 #   return 0 if the currently running system is a Linux VServer