All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
To: ultralinux@vger.kernel.org
Subject: More detailed UltraPenguin CD-ROM making instructions
Date: Wed, 11 Nov 1998 22:28:11 +0000	[thread overview]
Message-ID: <marc-linux-ultrasparc-91084546630118@msgid-missing> (raw)

Hi!

As I've received a couple of requests for more detailed instructions how to
make the bootable CD, here they are:

Grab the UltraPenguin 1.1 distribution, e.g. from
ftp://ultra.penguin.cz/pub/ultrapenguin-1.1/
and put it on an sparclinux or ultralinux box (glibc required).

lets assume it is in directory /usr/ultrapenguin-1.1
Now do

cd /usr/ultrapenguin-1.1/
# This step can be omited, if you don't want to put source RPMS on the CD,
# but IMHO it is a waste of space to make a 300M CD only if you can make
# a 600M.
mv -f SRPMS sparc/
cd sparc
# Then make sure your mirror has copied the dev/ directory well:
rm -f dev/*
mknod dev/console c 5 1; chmod 600 dev/console
mknod dev/initctl p; chmod 600 dev/initctl
mknod dev/null c 1 3; chmod 644 dev/null
mknod dev/openprom c 10 139; chmod 644 dev/openprom
mknod dev/ram b 1 1; chmod 640 dev/ram
for i in 1 2 3 4 5; do mknod dev/tty$i c 4 $i; chmod 600 dev/tty$i; done
mknod dev/zero c 1 5; chmod 644 dev/zero
# then 
chown -R 0.0 /usr/ultrapenguin-1.1/sparc
DEVICE=/dev/loop0
FILE=/usr/up-1.1.iso
UPCD=/usr/ultrapenguin-1.1/sparc
MNT=/mnt/cdrom
mkisofs -A "UltraPenguin 1.1" -o $FILE -P "The UltraLinux team" -p "Jakub Jelinek <jj@ultra.linux.cz>" -R -V "UltraPenguin" $UPCD/
insmod loop
losetup $DEVICE $FILE
mount -r -t iso9660 $DEVICE $MNT
cd $MNT/misc/src/trees/
./mkcdboot $MNT $DEVICE
cd /
umount $MNT
losetup -d $DEVICE

then bring the /usr/up-1.1.iso file to your favourite CD burner and burn it.


Cheers,
    Jakub
___________________________________________________________________
Jakub Jelinek | jj@sunsite.mff.cuni.cz | http://sunsite.mff.cuni.cz
Administrator of SunSITE Czech Republic, MFF, Charles University
___________________________________________________________________
Ultralinux - first 64bit OS to take full power of the UltraSparc
Linux version 2.1.127 on a sparc64 machine (498.80 BogoMips).
___________________________________________________________________

             reply	other threads:[~1998-11-11 22:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-11-11 22:28 Jakub Jelinek [this message]
1998-11-12  7:31 ` More detailed UltraPenguin CD-ROM making instructions Jakub Jelinek
1998-11-12 18:40 ` Sylvain Pion
1998-11-12 21:26 ` Derrick J Brashear
1998-11-18 18:53 ` Steve Dunham
1998-11-18 20:57 ` Jakub Jelinek
1998-11-19  0:19 ` Steve Dunham

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-ultrasparc-91084546630118@msgid-missing \
    --to=jj@sunsite.ms.mff.cuni.cz \
    --cc=ultralinux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.