frank.wagner
|
2009-03-15
, 17:53
|
Posts: 101 |
Thanked: 8 times |
Joined on Mar 2007
|
#141
|
|
2009-03-16
, 05:55
|
Posts: 11 |
Thanked: 2 times |
Joined on Dec 2007
|
#142
|
|
2009-03-16
, 08:12
|
Posts: 14 |
Thanked: 2 times |
Joined on Mar 2009
|
#143
|
Nokia-N810-43-7:~/initfs_flasher# more bootmenu.conf # bootmenu customisation file # # included from bootmenu.sh after default menu is defined # you can change some items or redefine menu completely # timeout for automatic selection when no key is pressed # set to -1 for no timeout (not recommended, can drain battery when device reboots unatteded) MENU_TIMEOUT=30 # IP address for USB networking #USB_IP=192.168.2.15 # dim screen when in menu #/usr/sbin/dsmetest -l 1 #for OS2006/7 #/usr/sbin/dsmetest -l 3 #for OS2008, 1 turns screen completely off # menu items MENU_MIN=1 # first item index #no need to redefine #MENU_1_NAME="Internal flash" #MENU_1_ID="flash" MENU_2_NAME="Internal MMC card, partition 1, ext3" MENU_2_ID="mmc2" MENU_2_DEVICE="${INT_CARD}p1" MENU_2_MODULES="mbcache jbd ext3" MENU_2_FSTYPE="ext3" MENU_2_FSOPTIONS="noatime" [ -d "/sys/block/${INT_CARD}/${MENU_2_DEVICE}" ] || MENU_2_NAME="(${MENU_2_NAME}) N/A" MENU_3_NAME="External MMC card, partition 1, ext3" MENU_3_ID="mmc1" MENU_3_DEVICE="${EXT_CARD}p1" MENU_3_MODULES="mbcache jbd ext3" MENU_3_FSTYPE="ext3" MENU_3_FSOPTIONS="noatime" #",data=writeback" [ -d "/sys/block/${EXT_CARD}/${MENU_3_DEVICE}" ] || MENU_3_NAME="(${MENU_3_NAME}) N/A" MENU_4_NAME="Power off (when not on charger)" MENU_4_ID="off" #last item index, change if you add/remove items MENU_MAX=4
|
2009-03-16
, 16:12
|
|
Posts: 1,348 |
Thanked: 1,863 times |
Joined on Jan 2009
@ fr/35/rennes
|
#144
|
|
2009-03-16
, 19:04
|
Posts: 14 |
Thanked: 0 times |
Joined on Mar 2009
@ Italy
|
#145
|
try running 'apt-get install sys-env-x' - it should install the rest of the base system for you
I'm switching to a different basse system setup so it is easier for people Ubuntu (sys-env system) - wich is probibly why some of the stuff in the ubuntu-n8x0 repo have been broken.
Also, i'm sorry i haven't been verry active lately - this has been a verry busy time for me
|
2009-03-17
, 03:40
|
Posts: 47 |
Thanked: 10 times |
Joined on Dec 2007
|
#146
|
|
2009-03-17
, 10:14
|
Posts: 14 |
Thanked: 2 times |
Joined on Mar 2009
|
#147
|
|
2009-03-17
, 12:43
|
Posts: 14 |
Thanked: 0 times |
Joined on Nov 2008
|
#148
|
|
2009-03-17
, 16:36
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#149
|
Hi. It's really nice!
I did not find anything about java vm in it. Do it or will it support java?
apt-get install openjdk-6-jre icedtea6-plugin
|
2009-03-17
, 16:56
|
Posts: 607 |
Thanked: 296 times |
Joined on Jun 2008
@ Finland
|
#150
|