View Single Post
Posts: 222 | Thanked: 22 times | Joined on Jul 2010 @ Sydney Australia
#188
Originally Posted by PePPeN20 View Post
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
Mate,
To the first question, yes, keep cursors. After comments by Dj Steve a few threads back to me. You can place whatever you like inside those cursors, that is what will display in the boot menu.

Easiest thing I found was to copy and paste all steps into a text file and then save in directory. Open with Leafpad, place cursor on line of code (with keyboard closed) and then highlight and copy (bottom left corner button/ horizontal lines). Then minimise and go back to xterm and select the xterm drop down menu (mid top toolbar, see arrow to right) then select paste, open keyboard and then enter. Repeat for each line and remember to enter each line and enter and not multiple lines at once.

I hope the last helps, I install and make most mods this way as I am usually on my phone. Helps to speed things up and not make errors.

Stephen
 

The Following User Says Thank You to Coffee For This Useful Post: