Package: rootskel Version: 0.36 Severity: normal Tags: patch d-i /linuxrc has a line saying
exec chroot . /linuxrc </dev/console >/dev/console 2>&1 On my own images, I've had problems with this script not finding chroot. Changing the line to exec /usr/sbin/chroot . /linuxrc </dev/console >/dev/console 2>&1 fixes the problems. -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux cassarossa 2.4.20 #4 SMP Tue Mar 18 18:01:22 CET 2003 i686 Locale: LANG=en_US, LC_CTYPE=en_US.ISO8859-1 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

