Difference between revisions of "Template:Tenderloin Install Steps"

From WebOS-Ports
Jump to navigation Jump to search
Line 1: Line 1:
 
==Preparing your device & installation instructions==
 
==Preparing your device & installation instructions==
  
1. Create an ext3fs lvm partition (use [http://forums.webosnation.com/webos-internals/304871-tailor-device-live-partition-filesystem-editor-beta-testing.html Tailor] or [http://www.webos-internals.org/wiki/UbuntuChroot#Step_1:_Creating_a_WebOS_Doctor Meta-Doctor] to achieve this). It must be named '''ext3fs'''!
+
1. Create an ext3fs lvm partition (use [http://forums.webosnation.com/webos-internals/304871-tailor-device-live-partition-filesystem-editor-beta-testing.html Tailor] or [http://www.webos-internals.org/wiki/UbuntuChroot#Step_1:_Creating_a_WebOS_Doctor Meta-Doctor] to achieve this). It must be named '''ext3fs'''!</br>
  
2. Download the image and extract it into the new partition by issuing the following commands:
+
2. Download the image and extract it into the new partition by issuing the following commands:</br>
  
- mkdir /media/ext3fs && mount /dev/store/ext3fs /media/ext3fs
+
<code> mkdir /media/ext3fs && mount /dev/store/ext3fs /media/ext3fs</br>
- tar xzf rootfs.tar.gz -C /media/ext3fs
+
tar xzf rootfs.tar.gz -C /media/ext3fs</br>
  
3. Download the kernel and add it to the boot partition as uImage.LuneOS and either symlink it to uImage or use moboot
+
3. Download the kernel and add it to the boot partition as uImage.LuneOS and either symlink it to uImage or use moboot</br>

Revision as of 17:05, 7 July 2014

Preparing your device & installation instructions

1. Create an ext3fs lvm partition (use Tailor or Meta-Doctor to achieve this). It must be named ext3fs!

2. Download the image and extract it into the new partition by issuing the following commands:

mkdir /media/ext3fs && mount /dev/store/ext3fs /media/ext3fs
tar xzf rootfs.tar.gz -C /media/ext3fs

3. Download the kernel and add it to the boot partition as uImage.LuneOS and either symlink it to uImage or use moboot