* Jeff Boles <[EMAIL PROTECTED]> [2006-12-15 07:02]: > So the question is, after a build like this, the kernel image and > rootfs appear to still be on disk - can I reflash it?
Go into debian-installer again and mount your root filesystem on /target. Then do: mount -o bind /dev/ /target/dev mount -t proc none /target/proc chroot /target flash-kernel exit umount /target/dev umount /target/proc umount /target reboot -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

