summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/bootloader-config
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-04-04 13:59:06 +0000
committerThierry Vignaud <tv@mageia.org>2013-04-04 13:59:06 +0000
commitfcd122b6e7ccf677ac684693cfe5fdc875767a5e (patch)
treef7716dccb7095e5b4f2ef4fb3010e8385e308821 /perl-install/standalone/bootloader-config
parentf0e6dbaecb2f36f48f9bb6848b9f9daadcb3bd89 (diff)
downloaddrakx-fcd122b6e7ccf677ac684693cfe5fdc875767a5e.tar
drakx-fcd122b6e7ccf677ac684693cfe5fdc875767a5e.tar.gz
drakx-fcd122b6e7ccf677ac684693cfe5fdc875767a5e.tar.bz2
drakx-fcd122b6e7ccf677ac684693cfe5fdc875767a5e.tar.xz
drakx-fcd122b6e7ccf677ac684693cfe5fdc875767a5e.zip
s/mdv/mga/
Diffstat (limited to 'perl-install/standalone/bootloader-config')
-rwxr-xr-xperl-install/standalone/bootloader-config4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/bootloader-config b/perl-install/standalone/bootloader-config
index f59a76067..7d27b11c7 100755
--- a/perl-install/standalone/bootloader-config
+++ b/perl-install/standalone/bootloader-config
@@ -92,7 +92,7 @@ sub remove_kernel() {
remove_now_broken_boot_symlinks();
if (!$bootloader) {
- #- removing the initrd for weird configs where no mdv bootloader is configured
+ #- removing the initrd for weird configs where no mga bootloader is configured
my $kernel_str = bootloader::vmlinuz2kernel_str($image) or die "bad kernel name $image\n";
my $initrd_long = bootloader::kernel_str2initrd_long($kernel_str);
unlink "/boot/$initrd_long";
@@ -146,7 +146,7 @@ sub add_kernel() {
my $kernel_str = bootloader::vmlinuz2kernel_str($image) or die "bad kernel name $image\n";
if (!$bootloader) {
- #- building the initrd for weird configs where no mdv bootloader is configured
+ #- building the initrd for weird configs where no mga bootloader is configured
my $fake_bootloader = { vga => undef };
my %opts = (initrd_options => $initrd_options);
my $initrd_long = bootloader::kernel_str2initrd_long($kernel_str);