Lorax f17-branch commit 3859368 removes the 'loadkeys' stub from the installer image; it's not used for anything else so we can delete it here. --- data/command-stubs/loadkeys-stub | 41 -------------------------------------- 1 files changed, 0 insertions(+), 41 deletions(-) delete mode 100755 data/command-stubs/loadkeys-stub diff --git a/data/command-stubs/loadkeys-stub b/data/command-stubs/loadkeys-stub deleted file mode 100755 index 1fdc2c9..0000000 --- a/data/command-stubs/loadkeys-stub +++ /dev/null @@ -1,41 +0,0 @@ -#!/usr/bin/python -# -# loadkeys-stub -# -# Copyright (C) 2007 Red Hat, Inc. All rights reserved. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. -# - -import os -import sys - -from pyanaconda import isys - -def usage(): - print "usage: %s keymap" %(sys.argv[0],) - sys.exit(1) - -def main(): - if len(sys.argv) != 2: - usage() - - try: - isys.loadKeymap(sys.argv[1]) - except SystemError: - pass - sys.exit(0) - -if __name__ == "__main__": - main() -- 1.7.7.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list