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

Re: cross-install problem (/boot/servers.boot got moved)



On Thu, Mar 11, 1999 at 07:19:25PM -0600, Troy Benjegerdes wrote:
> I rebooted to linux and found dpkg had moved /boot/servers.boot to
> /boot/servers.boot.dpkg-new

(dpkg doesn't move conffiles to conffile.dpkg-new; rather, it installs
the conffile as conffile.dpkg-new *first*, then moves it on configure.
All the package configure steps are done while in the HURD. Cross-install
copies this *one* file itself to allow the HURD to boot.)

If you're using cross-install 1.4, go to line 202 or so, and change:

if [ -e ${dest}/servers.boot.dpkg-new ] ; then

to:

if [ -e ${dest}/boot/servers.boot.dpkg-new ] ; then

-- 
* Gavin Lewis  zif@hax0r.org *


Reply to: