Thread
:
Can I install Android on N900 without using SD card?
View Single Post
aligatro
2010-07-18 , 18:42
Posts: 490 | Thanked: 191 times | Joined on May 2010
#
2
if I remember correctly, Steve said that he hardcoded so that android can only boot from external memory. However, things could have changed.
You can change the partition from which you want to boot in system chooser. Example from multiboot config:
ITEM_NAME="Debian"
ITEM_ID="debian"
ITEM_DEVICE="${EXT_CARD}p1" # you can change EXT_CARD to INT_CARD and put the correct partition number instead of "1"
ITEM_MODULES="mbcache jbd ext3"
ITEM_FSTYPE="ext3"
ITEM_FSOPTIONS="noatime,rw"
Quote & Reply
|
The Following User Says Thank You to aligatro For This Useful Post:
white_ranger
aligatro
View Public Profile
Send a private message to aligatro
Find all posts by aligatro