Re: [leaf-devel] Install script

2015-04-05 Thread kp kirchdoerfer
Am Sonntag, 5. April 2015, 20:38:02 schrieb Andrew: > 05.04.2015 18:33, kp kirchdoerfer пишет: > > Am Sonntag, 5. April 2015, 18:18:17 schrieb Andrew: > >> 05.04.2015 18:13, kp kirchdoerfer пишет: > >>> Am Sonntag, 5. April 2015, 17:57:47 schrieb Andrew: > Wrong partition type :) > >>> > >>>

Re: [leaf-devel] Install script

2015-04-05 Thread Andrew
05.04.2015 18:33, kp kirchdoerfer пишет: > Am Sonntag, 5. April 2015, 18:18:17 schrieb Andrew: >> 05.04.2015 18:13, kp kirchdoerfer пишет: >>> Am Sonntag, 5. April 2015, 17:57:47 schrieb Andrew: Wrong partition type :) >>> ok I fixed that by choosing type "b" (should it be any other??) >> Any

Re: [leaf-devel] Install script

2015-04-05 Thread kp kirchdoerfer
Am Sonntag, 5. April 2015, 18:18:17 schrieb Andrew: > 05.04.2015 18:13, kp kirchdoerfer пишет: > > Am Sonntag, 5. April 2015, 17:57:47 schrieb Andrew: > >> Wrong partition type :) > > > > ok I fixed that by choosing type "b" (should it be any other??) > > Any FAT type (fdisk -l should show FAT/F

Re: [leaf-devel] Install script

2015-04-05 Thread Andrew
05.04.2015 18:13, kp kirchdoerfer пишет: > Am Sonntag, 5. April 2015, 17:57:47 schrieb Andrew: >> Wrong partition type :) > ok I fixed that by choosing type "b" (should it be any other??) Any FAT type (fdisk -l should show FAT/FAT32/etc) > now I see after choosing partiton 1: > line 50: arithmetic

Re: [leaf-devel] Install script

2015-04-05 Thread kp kirchdoerfer
Am Sonntag, 5. April 2015, 17:57:47 schrieb Andrew: > Wrong partition type :) ok I fixed that by choosing type "b" (should it be any other??) now I see after choosing partiton 1: line 50: arithmetic syntax error better to $DEVNUM<$5 to $DEVNUM<5 but then it fails claimng that Partition is alr

Re: [leaf-devel] Install script

2015-04-05 Thread Andrew
Wrong partition type :) 05.04.2015 17:48, kp kirchdoerfer пишет: > Am Sonntag, 5. April 2015, 17:37:28 schrieb Andrew: >> Hm, strange. >> What says fdisk -l ? >> > it shows /dev/sda1 "not bootable" Id 83 and type Linux. > > > kp > > > >> 05.04.2015 16:48, kp kirchdoerfer пишет: >>> Hi Andrew; >>>

Re: [leaf-devel] Install script

2015-04-05 Thread kp kirchdoerfer
Am Sonntag, 5. April 2015, 17:37:28 schrieb Andrew: > Hm, strange. > What says fdisk -l ? > it shows /dev/sda1 "not bootable" Id 83 and type Linux. kp > 05.04.2015 16:48, kp kirchdoerfer пишет: > > Hi Andrew; > > > > just build a VM for testing and, created a partition with fdisk and > > fo

Re: [leaf-devel] Install script

2015-04-05 Thread Andrew
Hm, strange. What says fdisk -l ? 05.04.2015 16:48, kp kirchdoerfer пишет: > Hi Andrew; > > just build a VM for testing and, created a partition with fdisk and formatted > the device with vfat. > Also mounted the iso images to /mnt. > > running > > with_storage /mnt installer > > failed with the

Re: [leaf-devel] Install script

2015-04-05 Thread kp kirchdoerfer
Hi Andrew; just build a VM for testing and, created a partition with fdisk and formatted the device with vfat. Also mounted the iso images to /mnt. running with_storage /mnt installer failed with the message "No fat partitions found". kp Am Sonntag, 5. April 2015, 01:34:31 schrieb Andrew:

Re: [leaf-devel] LEAF upgrade & squashfs

2015-04-05 Thread kp kirchdoerfer
Hi Erich; sounds interesting. For building images see: http://bering-uclibc.zetam.org/wiki/Bering-uClibc_5.x_-_Developer_Guide_-_Building_an_Image and buildimage.pl in the root of the buildenv. Can you explain which repository/branch holds your testbed? The packages repo can be become a mess r

[leaf-devel] LEAF upgrade & squashfs

2015-04-05 Thread Erich Titl
Hi Folks following Andrew's suggestions I made a few tests with squashfs to see how an agreement on the presentation of data could be reached. I have not tested with the existing upgrade script, I just wanted to see what implications a squashfs based distribution of the modules tarball would have.