Difference between revisions of "Talk:Step-by-step NFS-mounted Root File System"

From odroid US
Jump to: navigation, search
(Created page with " === Beginnings of a shortcut === To update boot partition: <pre> mount /dev/mmcblk0p1 /boot cd /boot cp -a zImage zImage.prev rm zImage wget http://odroid.us/odroid/users/o...")
 
(No difference)

Latest revision as of 19:15, 18 January 2013


Beginnings of a shortcut

To update boot partition:

mount /dev/mmcblk0p1 /boot
cd /boot
cp -a zImage zImage.prev
rm zImage
wget http://odroid.us/odroid/users/osterluk/nfs-mounting/boot-nfs.txt
wget http://odroid.us/odroid/users/osterluk/nfs-mounting/boot-nfs.scr
wget http://odroid.us/odroid/users/osterluk/nfs-mounting/zImage
mv boot.scr boot.scr.orig
cp boot-nfs.scr boot.scr
sync