From owner-freebsd-hackers Sun Oct 20 14:41:02 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA16264 for hackers-outgoing; Sun, 20 Oct 1996 14:41:02 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA16258; Sun, 20 Oct 1996 14:40:59 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.6/8.6.9) with ESMTP id OAA11342; Sun, 20 Oct 1996 14:40:34 -0700 (PDT) To: Luigi Rizzo cc: sos@FreeBSD.org, danny@panda.hilink.com.au, hackers@FreeBSD.org Subject: Re: splash-page on bootup.. In-reply-to: Your message of "Sun, 20 Oct 1996 13:15:39 BST." <199610201215.NAA13027@labinfo.iet.unipi.it> Date: Sun, 20 Oct 1996 14:40:34 -0700 Message-ID: <11340.845847634@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Sorry if this has already been suggested (I did not read the initial > postings). > how about this: build a simple utility which allows the splash page (and > possibly its loader code, to be able to deal with different graphics > formats) to be appended/removed from /kernel: > > splashon kernel_file picture_file > splashoff kernel_file You could put this into the boot message area, like the current commands for going into the "intro" screen are done (see the tail-end of the floppy building rule in /usr/src/release/Makefile). Then it would be trivial to "splash-isize" an existing boot.flp image with dd. Jordan