All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix readonly prefix
@ 2012-07-08 17:36 Mark Hamzy
       [not found] ` <1341768989-50296-1-git-send-email-hamzy-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Hamzy @ 2012-07-08 17:36 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA; +Cc: Mark Hamzy

If no prefix is specified on the command line, then the following is seen:
/sbin/dracut: line 548: unset: prefix: cannot unset: readonly variable

---
 dracut.conf.d/fedora.conf.example |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dracut.conf.d/fedora.conf.example b/dracut.conf.d/fedora.conf.example
index ee53844..4cb1890 100644
--- a/dracut.conf.d/fedora.conf.example
+++ b/dracut.conf.d/fedora.conf.example
@@ -5,7 +5,7 @@ i18n_vars="/etc/sysconfig/keyboard:KEYTABLE-KEYMAP /etc/sysconfig/i18n:SYSFONT-F
 omit_drivers+=" .*/fs/ocfs/.* "
 stdloglvl=3
 install_items+=" vi /etc/virc ps grep cat rm "
-readonly prefix="/"
+prefix="/"
 systemdutildir=/usr/lib/systemd
 systemdsystemunitdir=/usr/lib/systemd/system
 udevdir=/usr/lib/udev
-- 
1.7.10.4

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

* Re: [PATCH] fix readonly prefix
       [not found] ` <1341768989-50296-1-git-send-email-hamzy-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
@ 2012-07-09  6:45   ` Harald Hoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Harald Hoyer @ 2012-07-09  6:45 UTC (permalink / raw)
  To: Mark Hamzy; +Cc: initramfs-u79uwXL29TY76Z2rM5mHXA

Am 08.07.2012 19:36, schrieb Mark Hamzy:
> If no prefix is specified on the command line, then the following is seen:
> /sbin/dracut: line 548: unset: prefix: cannot unset: readonly variable
> 
> ---
>  dracut.conf.d/fedora.conf.example |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/dracut.conf.d/fedora.conf.example b/dracut.conf.d/fedora.conf.example
> index ee53844..4cb1890 100644
> --- a/dracut.conf.d/fedora.conf.example
> +++ b/dracut.conf.d/fedora.conf.example
> @@ -5,7 +5,7 @@ i18n_vars="/etc/sysconfig/keyboard:KEYTABLE-KEYMAP /etc/sysconfig/i18n:SYSFONT-F
>  omit_drivers+=" .*/fs/ocfs/.* "
>  stdloglvl=3
>  install_items+=" vi /etc/virc ps grep cat rm "
> -readonly prefix="/"
> +prefix="/"
>  systemdutildir=/usr/lib/systemd
>  systemdsystemunitdir=/usr/lib/systemd/system
>  udevdir=/usr/lib/udev
> 

yeah, sorry, forgot to remove this one, before pushing

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

end of thread, other threads:[~2012-07-09  6:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-08 17:36 [PATCH] fix readonly prefix Mark Hamzy
     [not found] ` <1341768989-50296-1-git-send-email-hamzy-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2012-07-09  6:45   ` 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.