From 38f7f8427f6300ccacb464a9d3b95e89d6f83ffc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 29 Nov 2004 17:53:54 +0000 Subject: - drop oem & recovery code (which was broken) - will be replaced with a root password + user accounts + network configuration a la drakfirsttime --- make_boot_img | 1 - 1 file changed, 1 deletion(-) (limited to 'make_boot_img') diff --git a/make_boot_img b/make_boot_img index a6dd190d0..c4c85b4fe 100755 --- a/make_boot_img +++ b/make_boot_img @@ -203,7 +203,6 @@ sub entries_append { my @entries = ( (map { $_->[0] => "$automatic $default_acpi $_->[1]" } group_by2(@simple_entries)), acpi => "$automatic $default_vga", - if_(member($type, "cdrom", "all"), oem => "automatic=method:cdrom $default_vga $default_acpi rescue oem",), if_($type eq "all", all => "pcmcia $default_vga $default_acpi"), ); -- cgit v1.2.1