View previous topic :: View next topic |
Author |
Message |
nikeboy n00b
Joined: 05 Jul 2002 Posts: 2
|
Posted: Fri Jul 05, 2002 9:55 am Post subject: Problem with install(partition disk) |
|
|
I new linux user. I burn ISO image on CDR. I boot the CD from the "OK" promt. Then I boot:ramdisk. Then I
# mount -t iso9660 -o ro /dev/cdroms/cdrom0 /mnt
# chroot /mnt/root-sparc bin/bash
# source /etc/profile
and get
(none) / #
Is it OK?
Please answer me what I must do next???
How I can partition disks here and mount them for installation?
THNX NikeBoy |
|
Back to top |
|
|
Roobarb n00b
Joined: 19 Jun 2002 Posts: 4
|
Posted: Fri Jul 05, 2002 12:26 pm Post subject: |
|
|
the:
(none)/#
prompt is a bash prompt.
use:
fdisk /dev/sda
to partition.
also, read the x86 install guide AND the sparc install guide (www.gentoo.org/~murphy/README.txt)
for help, join irc.openprojects.net #gentoo-sparc
Roobarb. |
|
Back to top |
|
|
|