I just mounted the image .....

Code:
--------------------
    
  [clivem@ep45 ARM]$ xzcat Fedora-18-a10-armhfp-r1.img.xz > 
Fedora-18-a10-armhfp-r1.img
  [clivem@ep45 ARM]$ fdisk -l Fedora-18-a10-armhfp-r1.img
  
  Disk Fedora-18-a10-armhfp-r1.img: 3221 MB, 3221225472 bytes, 6291456 sectors
  Units = sectors of 1 * 512 = 512 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disk identifier: 0x0008bd36
  
  Device Boot      Start         End      Blocks   Id  System
  Fedora-18-a10-armhfp-r1.img1   *        2048      411647      204800    6  
FAT16
  Fedora-18-a10-armhfp-r1.img2          411648     1435647      512000   82  
Linux swap / Solaris
  Fedora-18-a10-armhfp-r1.img3         1435648     5941247     2252800   83  
Linux
  [clivem@ep45 ARM]$ mkdir tmp
  [clivem@ep45 ARM]$ sudo mount -o loop,offset=$(( 1435648 * 512 )) 
Fedora-18-a10-armhfp-r1.img tmp
  [clivem@ep45 ARM]$ cd tmp
  [clivem@ep45 ARM]$ find etc/systemd -name \*ssh\*
  etc/systemd/system/multi-user.target.wants/sshd.service
  
--------------------


ssh is enabled, so you should be able to ssh in without a monitor and
keyboard attached. User: root / Password: fedora, has been the default
on the other Fedora ARM images I've used.


------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=98267

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to