diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-07-31 13:40:27 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-07-31 13:40:27 +0000 |
commit | c30a5b7b690021bc7228775dbb90ecf20e1bd9df (patch) | |
tree | 802aca388b1995d2842fb0c547e4671fffb4d8b9 /detectloader | |
download | bootloader-utils-c30a5b7b690021bc7228775dbb90ecf20e1bd9df.tar bootloader-utils-c30a5b7b690021bc7228775dbb90ecf20e1bd9df.tar.gz bootloader-utils-c30a5b7b690021bc7228775dbb90ecf20e1bd9df.tar.bz2 bootloader-utils-c30a5b7b690021bc7228775dbb90ecf20e1bd9df.tar.xz bootloader-utils-c30a5b7b690021bc7228775dbb90ecf20e1bd9df.zip |
restore after the big svn loss
Diffstat (limited to 'detectloader')
-rw-r--r-- | detectloader | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/detectloader b/detectloader new file mode 100644 index 0000000..c6b2121 --- /dev/null +++ b/detectloader @@ -0,0 +1,8 @@ +#!/bin/sh +# -*- Mode: cperl -*- +# Copyright (C) 2000-2004 Mandriva, Pixel <pixel@mandriva.com> +# and others Mandriva folks. +# Redistribution of this file is permitted under the terms of the GNU +# Public License (GPL) + +bootloader-config --action detectloader |