From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harald Hoyer Subject: Re: [PATCH 1/6] Allow to add mount points even not in hostonly mode Date: Fri, 13 Jan 2012 11:25:30 +0100 Message-ID: <4F10069A.40002@redhat.com> References: <1324361401-6908-1-git-send-email-amwang@redhat.com> <1324361401-6908-2-git-send-email-amwang@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1324361401-6908-2-git-send-email-amwang-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Cong Wang Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Cong Wang On 20.12.2011 07:09, Cong Wang wrote: > From: Cong Wang > > Don't force --mount only working in hostonly mode, let users decide. > With this patch, people can still combine -H --mount '...' if they > want to use it in hostonly mode. > > Signed-off-by: Cong Wang > --- > dracut | 77 +++++++++++++++++++++++++++++++-------------------------------- > 1 files changed, 38 insertions(+), 39 deletions(-) applied