diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-11-12 14:05:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-11-12 14:05:52 +0000 |
commit | fc6a72175bf8ee7aed801e4003991e8e9c67c304 (patch) | |
tree | 7f435f15fbc29d6869ddd1db9cd95ef33ba77fde /perl-install/bootloader.pm | |
parent | 7902fe25c4e57756cbae9cce1e6a88c32e04b9f4 (diff) | |
download | drakx-backup-do-not-use-fc6a72175bf8ee7aed801e4003991e8e9c67c304.tar drakx-backup-do-not-use-fc6a72175bf8ee7aed801e4003991e8e9c67c304.tar.gz drakx-backup-do-not-use-fc6a72175bf8ee7aed801e4003991e8e9c67c304.tar.bz2 drakx-backup-do-not-use-fc6a72175bf8ee7aed801e4003991e8e9c67c304.tar.xz drakx-backup-do-not-use-fc6a72175bf8ee7aed801e4003991e8e9c67c304.zip |
add/remove some spaces to make perl_checker happy
Diffstat (limited to 'perl-install/bootloader.pm')
-rw-r--r-- | perl-install/bootloader.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index f6e24975c..e13f250aa 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -1022,7 +1022,7 @@ sub loadlin_cmd { cp_af("$::prefix$e->{kernel_or_dev}", "$::prefix/boot/vmlinuz") unless -e "$::prefix/boot/vmlinuz"; cp_af("$::prefix$e->{initrd}", "$::prefix/boot/initrd.img") unless -e "$::prefix/boot/initrd.img"; - $e->{label}, sprintf"%s %s initrd=%s root=%s $e->{append}", + $e->{label}, sprintf "%s %s initrd=%s root=%s $e->{append}", lnx4win_file($lilo, "/loadlin.exe", "/boot/vmlinuz", "/boot/initrd.img"), $e->{root} =~ /loop7/ ? "0707" : $e->{root}; #- special to workaround bug in kernel (see #ifdef CONFIG_BLK_DEV_LOOP) } |