Tuesday, 2013-06-25

--- Day changed Tue Jun 25 2013
-!- valdur55 [valdur55@gateway/shell/blinkenshell.org/x-yjqzgiezhswactdd] has quit [Ping timeout: 256 seconds]07:07
coderusi mean for cpio storage. it searching for vfat mmcblk0p3 but i want to keep it in ext4 mmcblk0p2 or 3. and i cant find where it set in confiiubiboot configs.09:03
Jonnicoderus: sounds wierd, normally ubiboot-02 searches cpio storeage from mmcblk0p109:37
Jonnibut juiceme would know bnetter where the searchorder is set09:40
Jonnimost likely compiled in kernel09:40
coderusi think so.. need to configure it.10:41
Jonnicoderus: script is in usr/ubifs/init so if you edit that one and embed that ubifs.tar to kernel, then your good to go.10:58
@juicemecoderus, hi.10:59
@juicemeso you would like ubiboot kernel to search for the cpio in other than mmcblk0p1?11:01
@juicemeor actually, what it does is it searches for ubiboot.conf11:02
@juicemethe search order is mtd4/, mtd5/, mmcblk0p1/boot11:04
@juicemeand when ubiboot.conf is found, then the archive is loaded from the same partition/directory location, the name of the archive is gotten from conf key G_UBIBOOT_ARCHIVE11:05
@juicemecoderus, you mention it searches on "vfat mmcblk0p3", but mmcblk0p3 is not vfat normally. I guess you mean "vfat mmcblk0p1"11:07
@juicemeJonni gives the correct advice, you need to build that in kernel.11:07
@juicemenow as I look at the init, there is misleading comment there... it says "# is on mtd4, mtd5, or harmattan /boot/", that should be "# is on mtd4, mtd5, or harmattan /home/user/MyDocs/boot/"11:10
@juicemethe reason I selected /home/user/MyDocs/boot/ as the location for ubiboot.conf is that it's supposed to be not erased during a normal system reflash.11:14
-!- juiceme [~juice@a88-115-86-197.elisa-laajakaista.fi] has quit [Ping timeout: 264 seconds]19:13
--- Log closed Tue Jun 25 19:13:38 2013
--- Log opened Tue Jun 25 19:22:01 2013
-!- juiceme [~juice@a88-115-86-197.elisa-laajakaista.fi] has joined #ubiboot19:22
-!- Irssi: #ubiboot: Total of 6 nicks [0 ops, 0 halfops, 0 voices, 6 normal]19:22
-!- Irssi: Join to #ubiboot was synced in 20 secs19:22
Jonnihttp://www.geekpark.net/uploads/reading/seed/199c8c0ac5d5c0aefe9cf327f101f4d8.jpg    :-)20:02
-!- HtheB [~HtheB@62.140.137.100] has joined #ubiboot20:19
thedead1440Jonni: which tab is that20:21
thedead1440sailfish is looking good as usual ;)20:21
Jonninexus720:23
HtheBsailfiiiiiish20:23
HtheBfor me it's more like stayfish20:24
thedead1440ah cool20:24
HtheB(cant sail without the image)20:24
Jonnihttp://www.geekpark.net/read/view/182306   running through translator adviced ;)20:29
HtheBJonni, unless you can read chinese20:31
HtheBJonni, do you know how to make a backup of the rootfs20:33
HtheBso we can use it on ubiboot?20:33
Jonniwell backups are easy, restore is the hard part :)20:34
HtheBJonni, I have a N950 Proto (B2)20:35
HtheBand I actually want to run it on a default n95020:35
HtheBusing ubiboot20:35
JonniI would just upgrade the B2 to PR1.3 since it runs better with PR1.3 image :)20:35
HtheB(should be possible with new partitions?)20:35
HtheBmt4/5?20:35
Jonniby default b2's usually have such an buggy sw versions that you really dont want to run them anywhere20:36
Jonniyou can just tar or dd the partition, just like in linux20:37
HtheBn00b here20:38
JonniI just dont see the point why people would prefer running old buggy version and not pr1.3, as it doesnt offer any benefits20:38
HtheBwhat is the right command to make a tar?20:38
HtheBJonni, nostalgic20:38
HtheBit's just... i donno20:38
HtheB:D it's because its possible20:38
HtheBhaha20:38
HtheBi'm sure that i have to exclude some parts when tarring right?20:40
HtheB?20:46
-!- HtheB [~HtheB@62.140.137.100] has quit [Ping timeout: 248 seconds]21:09
-!- HtheB [~HtheB@62.140.132.205] has joined #ubiboot21:22
-!- valdur55 [valdur55@gateway/shell/blinkenshell.org/x-ksayvcdxpdqalbwp] has joined #ubiboot21:40
-!- rikanee [~rika@unaffiliated/rikanee] has quit [Ping timeout: 246 seconds]22:00
-!- peterleinchen [~user@dsbg-4db58923.pool.mediaWays.net] has joined #ubiboot22:34
peterleinchencoderus: what exactly is your question? But I think Jonni and juiceme already gave all answers...23:00
peterleinchenJonni: waiting eagerly for a release! ;) (I am prepared)23:00
peterleinchenjuiceme: could you read my last post on TMO? I think I need your help to move p2 to p5 (not using any files from p2).23:02
peterleinchenThis way a backup/restore will be pretty easy, or?23:02
-!- rikanee [~rika@unaffiliated/rikanee] has joined #ubiboot23:09
HtheBjuiceme ping23:27
peterleinchenHtheB: may I pong?23:31
coderuspeterleinchen: Jonni: juiceme: i just want to have configurable path to cpio. i want to make total repartition of my new 16GB N9, and dont want to have any fat partitions on my phone.23:32
peterleinchencoderus: just unpack cpio, grab init and edit the part where it searches on p1. There you may edit to any partition/folder you like. You may also just add a new section there ...23:34
peterleinchendefault search is given by juice me: td4 mtd5 p123:35
peterleinchenand I am pretty sure it doesnt matter wether p1 is fat or ext23:35
peterleinchenso just reformat p1 to ext and then you will have the need to modify /etc/fstab in ubifs (need juiceme to compile into kernel). So it does matter :(23:37
peterleinchenSorry for being confusing here. Yep as ubifs fstab has p1 as vfat mounted, you need juiceme's help here .23:38
peterleinchenOr as my first proposal, edit init. And you are good to go (any other than p1).23:39
HtheBpeterleinchen hi23:55
peterleinchenyes?23:59
HtheBsup23:59

Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!