[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: E: Unimplemented function



any ideas on this?

On Fri, Apr 8, 2011 at 8:40 AM, melbogia <melbogia@gmail.com> wrote:
> Hello,
> I have a machine with multiple network interfaces and the installer
> picks eth0 by default so I am trying to edit initrd and add a script
> in /lib/debian-installer-startup.d/ to select the correct interface
> based on IPAPPEND (which gives us BOOTIF=<macaddress> on the
> /proc/cmdline). The script is pretty simple, like so
>
> . /usr/share/debconf/confmodule
> <get mac address from /proc/cmdline>
> <get correct interface from /sys/classes/net/* based on mac address>
> db_set netcfg/choose_interface <interface>
>
> This script runs, however I get the "E: Unimplemented function" error
> when the script runs on startup and waits there. I have to hit ctrl-c
> to break out of that and then it continues forward as expeted. I
> suspect the error has something to do with
> /usr/share/debconf/confmodule but I don't know what and I can't figure
> it out. Any help would be appreciated.
>
>
> --
> To UNSUBSCRIBE, email to debian-boot-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> Archive: [🔎] BANLkTi=SQ_A2n5XyvuCq9e8GmrLnnz6rZg@mail.gmail.com">http://lists.debian.org/[🔎] BANLkTi=SQ_A2n5XyvuCq9e8GmrLnnz6rZg@mail.gmail.com
>
>


Reply to: