From 44b8ad321a1066b5f0946b5ab9e27a57fdf4ea9e Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 25 Sep 2008 17:08:43 +0000 Subject: oops, no opts are defined here, pass empty hash --- draklive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draklive b/draklive index 79c3de3..c054d36 100755 --- a/draklive +++ b/draklive @@ -1198,7 +1198,7 @@ $live->{media}{title} sub create_classical_bootloader { my ($live) = @_; my $part_nb = 1; #- FIXME: get from partition layout config - output_p(get_system_root($live) . '/boot/grub/menu.lst', build_grub_cfg_raw($live, "/initrd.img", $opts, $part_nb)); + output_p(get_system_root($live) . '/boot/grub/menu.lst', build_grub_cfg_raw($live, "/initrd.img", {}, $part_nb)); } sub device_allocate_file { -- cgit v1.2.1