View Single Post
Posts: 42 | Thanked: 12 times | Joined on Dec 2009 @ Italy
#186
Originally Posted by ToJa92 View Post
If your redoing the tutorial then you'll already have created /and, so just skip that step.
ok no errors with step 6 thx a lot

now i set the multiboot

in this step --> ITEM_NAME="NITdroid on MMCp2 - 2.6.28.NIT.05"

I leave the apostrophes? " " ..or should I remove??

last question:

I can directly copy everything without writing hand?

Code:
cd /etc/multiboot.d
cat > NITdroid-2.6.28.NIT.05.item << EOF
ITEM_NAME="NITdroid on MMCp2 - 2.6.28.NIT.05"
ITEM_KERNEL=2.6.28.NIT.05
ITEM_MODULES=ext3 fat vfat
ITEM_DEVICE=${EXT_CARD}p2
ITEM_FSTYPE=ext3
ITEM_FSOPTIONS=rw,noatime,errors=remount-ro,commit=3
EOF