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/FAT32/etc)
> 
> > now I see after choosing partiton 1:
> > line 50: arithmetic syntax error
> > 
> > better to  $DEVNUM<$5 to $DEVNUM<5
> 
> Right, my typo.
> 
> > but then it fails claimng that Partition is already mounted while trying
> > to
> > mount /dev/sda1. No surprise I mounted /dev/sr0 to /mnt, otherwise it
> > cvan't see the STORAGE_MEDIA
> 
> Hmm, strange. For some reason your sda1 becomes mounted. Try to add
> 'mount' near 50 line to debug this.

set -x

grep /dev/sda1
mount
[ -n /dev/sda1 on /mnt0 type vfat 
(rw,noatime,fmask=0022,dmask=0022,codepage=866,iocharset=cp1251,shortname=mixed,
 
errors=remount-ro) ]
Partition is already mounted...

running mount on CMLshows no sign of mounted partitions to /mnt0

kp


> 
> > kp
> > 
> >> 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;
> >>>>> 
> >>>>> 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:
> >>>>>> Hi.
> >>>>>> 
> >>>>>> I slightly updated script, now it should also copy packages to new
> >>>>>> media
> >>>>>> (from iso or syslinux-booted device), also it should change LEAFCFG
> >>>>>> and
> >>>>>> PKGPATH var to /dev/sda<partition number>. Here is it:
> >>>>>> http://pastebin.com/N9BARvH5
> >>>>>> 
> >>>>>> Can anybody test it (booting from iso and from syslinux)? I haven't
> >>>>>> testbox near me. If all is OK, I'll add it into LEAF.
> >>>>>> 
> >>>>>> 18.03.2015 18:52, kp kirchdoerfer пишет:
> >>>>>>> Hi Andrew;
> >>>>>>> 
> >>>>>>> Am Montag, 16. März 2015, 20:29:17 schrieb Andrew:
> >>>>>>>> Hi.
> >>>>>>>> Right, it seems that mailing list strips attaches :(
> >>>>>>>> Here is it: http://pastebin.com/WCTHZ89s
> >>>>>>> 
> >>>>>>> That worked; but I don't get the picture.
> >>>>>>> 
> >>>>>>> Can you pls provide some more information about how you intend to
> >>>>>>> use
> >>>>>>> it?
> >>>>>>> 
> >>>>>>> thx kp
> >>>>>>> 
> >>>>>>>> 16.03.2015 19:25, kp kirchdoerfer пишет:
> >>>>>>>>> Am Sonntag, 15. März 2015, 00:53:14 schrieb Andrew:
> >>>>>>>>>> Hi all.
> >>>>>>>>>> 
> >>>>>>>>>> I wrote small install script to make LEAF installing easier for
> >>>>>>>>>> customers. Currently it chooses partition, and installs
> >>>>>>>>>> MBR/syslinux
> >>>>>>>>>> on
> >>>>>>>>>> it.
> >>>>>>>>>> 
> >>>>>>>>>> It'll be good to add packages copying from CD to this partition
> >>>>>>>>>> (how
> >>>>>>>>>> we
> >>>>>>>>>> should handle syslinux configs in this case? tarball with configs
> >>>>>>>>>> on
> >>>>>>>>>> iso?), and add it into hdsupp package and as choice in lrcfg menu
> >>>>>>>>>> (displayed only if script is available - i.e. when hdsupp is
> >>>>>>>>>> loaded).
> >>>>>>>>>> But in near time I'll not have enough free time.
> >>>>>>>>>> 
> >>>>>>>>>> Script is in attach.
> >>>>>>>>> 
> >>>>>>>>> Hi Andrew;
> >>>>>>>>> 
> >>>>>>>>> No attachement found; it seems the mailinglist does not support
> >>>>>>>>> attachements.
> >>>>>>>>> 
> >>>>>>>>> kp
> >>>>> 


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to