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

Re: Support for sunxi-based ARM systems in d-i



On Thu, May 01, 2014 at 08:36:52AM +0100, Ian Campbell wrote:
> On Wed, 2014-04-30 at 22:26 +0200, Karsten Merker wrote:

> > diff --git a/functions b/functions
> > index 02f7381..3322eb0 100644
> > --- a/functions
> > +++ b/functions
> > @@ -582,13 +582,17 @@ case "$method" in
> >  		fi
> >  		if [ -n "$boot_kernel_path" ]; then
> >  			boot_kernel_path="$boot_mnt_dir/$boot_kernel_path"
> > -			# don't mv the original kernel
> > +			# If we have built a modified version of the kernel
> > +			# (uImage, machine-id prepended, etc.), then move
> > +			# this modified version to its destination and make
> > +			# a backup copy of the previous modified version.
> > +			# Otherwise just copy the original kernel to its
> > +			# destination.
> >  			if [ "$kernel" != "$kfile" ]; then
> >  				backup_and_install "$kernel" \
> >  					"$boot_kernel_path"
> >  			else
> > -				# TODO add support for kernel symlink
> > -				:
> > +				cp -f "$kernel" "$boot_kernel_path"
> 
> Are these symlinks not created automatically by the kernel package?

No, at least as far as I can tell. Running a few tests also did not give
any indication to the contrary.

Regards,
Karsten
-- 
Gem. Par. 28 Abs. 4 Bundesdatenschutzgesetz widerspreche ich der Nutzung
sowie der Weitergabe meiner personenbezogenen Daten für Zwecke der
Werbung sowie der Markt- oder Meinungsforschung.


Reply to: