[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Live mount problem



Greetings,

On Mon, Feb 2, 2009 at 8:09 AM, swinginscott <swinginscott@yahoo.com> wrote:
> All,
>
> I'm having a problem mounting a partition during the 10adduser script (live-bottom) execution.  It just says "Invalid Argument".  I've got a data partition that has already has been formatted with an ext3 filesystem.  In the rest of the script it does the rest of the work relative to a root directory so I made my calls the same.   The script has:
> if [ "${BOOTOPTION}" == "Yes" ]; then
>   mkdir /root/data
>   mount /dev/sda1 /root/data
> fi
>
>
> That's what gives me the invalid argument.
> The whole point of what I'd like to do is have sort of a modular setup.  I want to be able to have a tarball of a bunch of apps and configs that the particular kiosk will need, and the live cd will be setup expecting to untar the data and link them etc.  One of the things I'm trying to link is the /etc/shadow and /etc/passwd.  So in essence the end user will be give a cd with the live binary stuff etc and a data tarball then on startup the scripts will mount the data partition, soft link passwd and shadow (and some other stuff) in order to have sort of persistence with the password changes.  We don't want all the kiosks having the same credentials.
> So any help with the above problem would be great, and if anybody has tried and succeeded (or failed) at linking the passwd and shadow files at boot time please let me know what worked and doesn't work etc.



I do something similar but not with persistence. I just have a custom
/etc/rc.local which tests for some stuff then runs my applications
setup needs. I have also done a proof of concept with boot param hook
and just hosted the scripts on my web site. So try moving your code to
boot param hook or if going to need offline boots, try having
/etc/rc.local test and call your custom script.



>
> Thanks,

Hope this helps.

> ~ Scott
>
>
>
>
>
> --
> To UNSUBSCRIBE, email to debian-live-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>


Reply to: