User Tools

Site Tools


linuxmce_raspberry_md

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
linuxmce_raspberry_md [2013/08/29 22:57] – created adminlinuxmce_raspberry_md [2013/08/29 23:05] admin
Line 1: Line 1:
 +====== LinuxMCE - Raspberry Pi as MD ======
  
 +===== Issues =====
 +
 +Generated config file in /tftpboot/pxelinux.cfg is wrong.
 +
 +Generated config file
  
 <code> <code>
Line 6: Line 12:
 LOCALBOOT 0 #ERNEL 44/vmlinuz LOCALBOOT 0 #ERNEL 44/vmlinuz
 APPEND  root=/dev/nfs boot=nfs nfsroot=192.168.80.1:/usr/pluto/diskless/44 splash APPEND  root=/dev/nfs boot=nfs nfsroot=192.168.80.1:/usr/pluto/diskless/44 splash
 +</code>
 +
 +Corrected config file
 +
 +<code>
 +DEFAULT LinuxMCE
 +LABEL LinuxMCE
 +LOCALBOOT 0
 +KERNEL 44/vmlinuz
 +APPEND  root=/dev/nfs boot=nfs nfsroot=192.168.80.1:/usr/pluto/diskless/44 splash 
 </code> </code>
linuxmce_raspberry_md.txt · Last modified: 2013/08/30 21:03 by admin