From df0acb15eedca951df8f2af513e439ecb9a792f1 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 22 Dec 2000 18:46:14 +0000 Subject: typo in "automatic" parameters --- make_boot_img | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make_boot_img b/make_boot_img index 86a0c42fb..ead18c786 100755 --- a/make_boot_img +++ b/make_boot_img @@ -92,12 +92,12 @@ sub boot_img_i386 { if ($type eq "hd") { _ "bunzip2 -c $instdir/init-data/msgboot.img.bz2 > $img"; - $automatic = "automatic=type:disk"; + $automatic = "automatic=method:disk"; } elsif ($type eq "all") { _ "bunzip2 -c $instdir/init-data/msgboot-graphicallogo-2880.img.bz2 > $img"; } else { _ "bunzip2 -c $instdir/init-data/msgboot-graphicallogo.img.bz2 > $img"; - $automatic = "automatic=type:cdrom" if ($type eq "cdrom"); + $automatic = "automatic=method:cdrom" if ($type eq "cdrom"); } _ "$sudo mount -t msdos -o umask=0 $img $mnt -o loop"; _ "cat vmlinuz > $mnt/vmlinuz" if $type !~ /blank/; -- cgit v1.2.1