On Tue, Apr 13, 2010 at 1:13 PM, Thomas C Gilliard <
satel...@bendbroadband.com> wrote:

> ...
>


* installed SugarClone via wget to /mnt/live/
> (still using already installed 3 files from previous DL)
>

The older modified_livecd-iso-to-disk was used.


>  1-)
> command: /mnt/live/SugarClone
>
> It found my 4GB SD  in drive /dev/sdd1
> from the booted USB /dev/sdc1
>  worked and found cardreader SD as only device
> but had error message about permissions for ssd files (2)
> It went on to do successful install to SD.
>

More testing with SD devices is needed.

 ...



3-) used resulting USB to write to new SD it could not find /dev/sdd1
> looked for /dev/sde1
>
> 4-) did wget of modified_livecd-iso-to-disk (new version)
> used new 2GB SD formatted fat16 boot flag
> error: /dev/sde1 /media/target.xxxxx
> mount: you must specify the file system type..
> exit clean
> ......
> exit 1
>
> questions:
> Are there a new and old version of the modified_livecd-iso-to-disk  script?
>

Yes, changes were made to the usage() function (option --help) and other
error or help messages.  Also fixed some bugs with the --skipcopy option.


>  what is happening here?
>

Just guessing that mounting is easier when the volume is registered in the
file system table in /etc/fstab (http://en.wikipedia.org/wiki/Fstab), and
that may have differed.

>From the SugarClone file,

    OPTIONS

    --image <source>   (default: /dev/live)
        The running live image device , another partition
        holding a live image, or the path to an .iso file bearing a live
image.

(This allows one to specify another device partition recognized by the
computer, such
as, /dev/sdc1 or /dev/sd(x)n , as the source for the SugarClone.  One may
also specify
an .iso image file of a LiveOS distribution, such as
/path/to/soas-i386-20100408.01.iso
that one may have on their system or attached drive.  The parameter is use
on line
755 of SugarClone (at the very end of the file when
modified_livecd-iso-to-disk is called).

    --builder <name>
        The name of the builder of the customized SugarClone. Default:
someone

    --mntpnt <wdir>   (default: /mnt/live)
        The filesystem directory mount point for the source holding the
build
        scripts, SugarClone and modified_livecd-iso-to-disk.

(This is an interim and limited method to specify a path to files on the
source or other
device.  This is mainly for testing, unless a good use case arises.)

    --help
        Displays usage information and exits.

The target device is selected by SugarClone from the list of USB storage
devices it
finds by querying the hardware abstraction layer of the computer using
'hal-find-by-capability' and 'hal-get-property'.  The selected device is
saved in the variable, TARGETDEV.

 ${TARGETDEV}1 is used as a parameter at the end on line 755, as well as on
lines
680, 682, where SugarClone copies itself to the new device filesystem for
future use.

Hope that helps,          --Fred
_______________________________________________
SoaS mailing list
SoaS@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/soas

Reply via email to