Package: debianutils
Version: 4.9.3
Severity: important

Hi

I just did run a
        make install
in the kernel source git repo, and was greeted with
        sh ./arch/x86/boot/install.sh 5.7.0-rc7 arch/x86/boot/bzImage \
                System.map "/boot"
        Cannot find LILO.
The problem is that the install script uses
        if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} 
"$@"; fi
        if [ -x /sbin/${INSTALLKERNEL} ]; then exec /sbin/${INSTALLKERNEL} 
"$@"; fi
and thus this breaks.

Linking /sbin/installkernel -> /usr/sbin/installkernel fixes this
problem.

Best

Norbert

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.7.0-rc6+ (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages debianutils depends on:
ii  libc6  2.30-8

debianutils recommends no packages.

debianutils suggests no packages.

-- no debconf information

Reply via email to