|
|||||||||||
|
Re: How to preseed install via pppoe (for A-DSL)?
From: Eddy PetriÈor <eddy.petrisor(at)gmail.com>
Date: Thu Nov 29 2007 - 06:23:22 EST
>> Change line 172 from ppp-udeb's postinst (should be >> /var/lib/dpkg/info/ppp-udeb.postinst after the ppp-udeb udeb has been >> loaded): >> db_input high netcfg/get_hostname >> into >> db_input high netcfg/get_hostname || [ $? -eq 30 ] > > I think that should just be: > db_input high netcfg/get_hostname || true I've seen quite a few examples with '|| [ $? -eq 30]' throughout the d-i repo, so I assume is ok. Also, that going to gulp all error codes and I am not sure we want to do that ;-) . -- Regards, EddyP ============================================= "Imagination is more important than knowledge" A.Einstein -- To UNSUBSCRIBE, email to debian-boot-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
This archive was generated by hypermail 2.1.8 : Wed Mar 19 2008 - 03:34:53 EDT |
||||||||||
|
|||||||||||