On Sunday 22 May 2005 08:38 am, Luigi Pinna
<[EMAIL PROTECTED]> wrote:
> Hello!
> I built a crypt device and I want to mount it during the boot time but I
> don't want to save the password in a file to use as input file.
> I would that the system wait that I insert the password by hand...
> Is it
On Sun, 22 May 2005, Ivan Lucian Aron wrote:
use read -s to hide the output
either that or stty -echo
a fancy one:
PASS=`dialog --passwordbox "Enter passphrase" 8 55 2>&1`
--
gentoo-user@gentoo.org mailing list
Luigi Pinna wrote:
>Hello!
>I built a crypt device and I want to mount it during the boot time but I
>don't want to save the password in a file to use as input file.
>I would that the system wait that I insert the password by hand...
>Is it possible to do it?
>I put the calling to the mount scrip
On Sun, May 22, 2005 at 06:05:41PM +0200, Johannes Weiner wrote:
> On Sun, May 22, 2005 at 05:11:11PM +0200, Luigi Pinna wrote:
> > Alle 16:49, domenica 22 maggio 2005, Johannes Weiner ha scritto:
> >
> > > Yeah encryption is not bad, but I wondered why to mount the disks at
> > > once at bootti
On 5/22/05, Johannes Weiner <[EMAIL PROTECTED]> wrote:
> On Sun, May 22, 2005 at 05:11:11PM +0200, Luigi Pinna wrote:
> > Alle 16:49, domenica 22 maggio 2005, Johannes Weiner ha scritto:
> >
> > > Yeah encryption is not bad, but I wondered why to mount the disks at
> > > once at boottime and make t
On Sun, May 22, 2005 at 05:11:11PM +0200, Luigi Pinna wrote:
> Alle 16:49, domenica 22 maggio 2005, Johannes Weiner ha scritto:
>
> > Yeah encryption is not bad, but I wondered why to mount the disks at
> > once at boottime and make the booting progress stop to enter the
> > passphrase. You cand m
Alle 16:49, domenica 22 maggio 2005, Johannes Weiner ha scritto:
> Yeah encryption is not bad, but I wondered why to mount the disks at
> once at boottime and make the booting progress stop to enter the
> passphrase. You cand mount it manually after the boot..?
>
> Hannes
Yes, of course... but if
On Sun, May 22, 2005 at 04:40:27PM +0200, Luigi Pinna wrote:
> Alle 16:29, domenica 22 maggio 2005, Johannes Weiner ha scritto:
>
> > Why first encrypt and then automount it?
> > I don't get this. If you want to hide it from someone, automounting
> > isn't really good ;) If not, why encrypt it?
>
Alle 16:29, domenica 22 maggio 2005, Johannes Weiner ha scritto:
> Why first encrypt and then automount it?
> I don't get this. If you want to hide it from someone, automounting
> isn't really good ;) If not, why encrypt it?
>
> Hannes
I know that! :-)
But I want to use the encrypted devices if s
On Sun, May 22, 2005 at 03:38:13PM +0200, Luigi Pinna wrote:
> Hello!
> I built a crypt device and I want to mount it during the boot time but I
> don't want to save the password in a file to use as input file.
> I would that the system wait that I insert the password by hand...
> Is it possible t
Hello!
I built a crypt device and I want to mount it during the boot time but I
don't want to save the password in a file to use as input file.
I would that the system wait that I insert the password by hand...
Is it possible to do it?
I put the calling to the mount script in /etc/conf.d/local.sta
11 matches
Mail list logo