All of lore.kernel.org
 help / color / mirror / Atom feed
* help about dracut
@ 2010-04-06 12:11 Tony Wan
       [not found] ` <p2t69b8237b1004060511w87a32eb3qc6f4c273bd6bb121-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Tony Wan @ 2010-04-06 12:11 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA

Hi List,

Sorry for interrupt. I'm totally a newbie for dracut and have no idea
how to make a customized initramfs with it on Fedora Core 12. I have a
luks-crypted partition, but I don't want to mount it at boot time, so
there's no need to ask for the password during the boot process. My
question is how to disable dracut to auto-detect crypto_LUKS
partitions and ask for the password during boot (or just for a
specific partition with a UUID). Anyone can give me help, since it's
really difficult to find a tutorial for dracut on internet. Thanks in
advance.

--
Best regards,
Tony Wan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: help about dracut
       [not found] ` <p2t69b8237b1004060511w87a32eb3qc6f4c273bd6bb121-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2010-04-07  9:15   ` Harald Hoyer
       [not found]     ` <4BBC4D45.90801-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Harald Hoyer @ 2010-04-07  9:15 UTC (permalink / raw)
  To: Tony Wan; +Cc: initramfs-u79uwXL29TY76Z2rM5mHXA

Am 06.04.2010 14:11, schrieb Tony Wan:
> Hi List,
>
> Sorry for interrupt. I'm totally a newbie for dracut and have no idea
> how to make a customized initramfs with it on Fedora Core 12. I have a
> luks-crypted partition, but I don't want to mount it at boot time, so
> there's no need to ask for the password during the boot process. My
> question is how to disable dracut to auto-detect crypto_LUKS
> partitions and ask for the password during boot (or just for a
> specific partition with a UUID). Anyone can give me help, since it's
> really difficult to find a tutorial for dracut on internet. Thanks in
> advance.


$ man dracut

crypto LUKS
        rd_NO_LUKS
           disable crypto LUKS detection

        rd_LUKS_UUID=<luks uuid>
           only activate the LUKS partitions with the given UUID Any
           "luks-" of the LUKS UUID is removed before comparing to
           <luks uuid>.  The comparisons also matches, if <luks uuid> is
           only the beginning of the LUKS UUID, so you don’t have to
           specify the full UUID.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: help about dracut
       [not found]     ` <4BBC4D45.90801-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2010-04-07  9:52       ` Tony Wan
       [not found]         ` <i2u69b8237b1004070252s1254e5e2l3d083b0671c70828-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Tony Wan @ 2010-04-07  9:52 UTC (permalink / raw)
  To: Harald Hoyer; +Cc: initramfs-u79uwXL29TY76Z2rM5mHXA

Thank you very much. But I still have a question -- can I specify 2 or
more crypto_LUKS partitions after "rd_LUKS_UUID="?

On Wed, Apr 7, 2010 at 5:15 PM, Harald Hoyer <harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:
> Am 06.04.2010 14:11, schrieb Tony Wan:
>>
>> Hi List,
>>
>> Sorry for interrupt. I'm totally a newbie for dracut and have no idea
>> how to make a customized initramfs with it on Fedora Core 12. I have a
>> luks-crypted partition, but I don't want to mount it at boot time, so
>> there's no need to ask for the password during the boot process. My
>> question is how to disable dracut to auto-detect crypto_LUKS
>> partitions and ask for the password during boot (or just for a
>> specific partition with a UUID). Anyone can give me help, since it's
>> really difficult to find a tutorial for dracut on internet. Thanks in
>> advance.
>
>
> $ man dracut
>
> crypto LUKS
>       rd_NO_LUKS
>          disable crypto LUKS detection
>
>       rd_LUKS_UUID=<luks uuid>
>          only activate the LUKS partitions with the given UUID Any
>          "luks-" of the LUKS UUID is removed before comparing to
>          <luks uuid>.  The comparisons also matches, if <luks uuid> is
>          only the beginning of the LUKS UUID, so you don’t have to
>          specify the full UUID.
>
>



-- 
Best regards,
Tony Wan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: help about dracut
       [not found]         ` <i2u69b8237b1004070252s1254e5e2l3d083b0671c70828-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2010-04-07  9:59           ` Harald Hoyer
  0 siblings, 0 replies; 4+ messages in thread
From: Harald Hoyer @ 2010-04-07  9:59 UTC (permalink / raw)
  To: Tony Wan; +Cc: initramfs-u79uwXL29TY76Z2rM5mHXA

Am 07.04.2010 11:52, schrieb Tony Wan:
> Thank you very much. But I still have a question -- can I specify 2 or
> more crypto_LUKS partitions after "rd_LUKS_UUID="?

you can specify rd_LUKS_UUID several times

>
> On Wed, Apr 7, 2010 at 5:15 PM, Harald Hoyer<harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>  wrote:
>> Am 06.04.2010 14:11, schrieb Tony Wan:
>>>
>>> Hi List,
>>>
>>> Sorry for interrupt. I'm totally a newbie for dracut and have no idea
>>> how to make a customized initramfs with it on Fedora Core 12. I have a
>>> luks-crypted partition, but I don't want to mount it at boot time, so
>>> there's no need to ask for the password during the boot process. My
>>> question is how to disable dracut to auto-detect crypto_LUKS
>>> partitions and ask for the password during boot (or just for a
>>> specific partition with a UUID). Anyone can give me help, since it's
>>> really difficult to find a tutorial for dracut on internet. Thanks in
>>> advance.
>>
>>
>> $ man dracut
>>
>> crypto LUKS
>>        rd_NO_LUKS
>>           disable crypto LUKS detection
>>
>>        rd_LUKS_UUID=<luks uuid>
>>           only activate the LUKS partitions with the given UUID Any
>>           "luks-" of the LUKS UUID is removed before comparing to
>>           <luks uuid>.  The comparisons also matches, if<luks uuid>  is
>>           only the beginning of the LUKS UUID, so you don’t have to
>>           specify the full UUID.
>>
>>
>
>
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-04-07  9:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-06 12:11 help about dracut Tony Wan
     [not found] ` <p2t69b8237b1004060511w87a32eb3qc6f4c273bd6bb121-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-04-07  9:15   ` Harald Hoyer
     [not found]     ` <4BBC4D45.90801-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2010-04-07  9:52       ` Tony Wan
     [not found]         ` <i2u69b8237b1004070252s1254e5e2l3d083b0671c70828-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-04-07  9:59           ` Harald Hoyer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.