Talk:Step-by-step NFS-mounted Root File System

From odroid US
Revision as of 19:15, 18 January 2013 by Osterluk (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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