Changes between Version 3 and Version 4 of TipAndDoc/VM/QEMU/PowerPC


Ignore:
Timestamp:
Nov 30, 2011 11:30:14 PM (13 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/VM/QEMU/PowerPC

    v3 v4  
    159159 
    160160 * s0711489@debian-ppc:~$ sudo poweroff 
     161 
     162 == install packages == 
     163 * aptitude install時に、以下のような要求をされることがある模様 
     164{{{ 
     165Media Change: Please insert the disc labeled 'Debian GNU/Linux 6.0.3 _Squeeze_ - Official powerpc CD Binary-1 20111008-15:27' in the drive '/media/cdrom/' and press [Enter]. 
     166}}} 
     167  * s0711489@viola-debian:~/debian-ppc$ qemu-system-ppc -m 512 -k ja -hda debian-ppc.img -cdrom debian-6.0.3-powerpc-CD-1.iso -vnc :0 -redir tcp:2222::22 
     168  * s0711489@debian-ppc:~$ sudo mount /dev/cdrom /media/cdrom 
     169{{{ 
     170mount: block device /dev/sr0 is write-protected, mounting read-only 
     171}}}