diff options
| author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-05-10 20:20:39 -0300 |
|---|---|---|
| committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-05-10 20:20:39 -0300 |
| commit | 91b63fcd05731d3e92f948f8e81b8388537faa04 (patch) | |
| tree | d1c86c1c950e0162339f89d058a8b6a6fe0dac6c | |
| parent | 2499a4cd84d451c59bcc9e987769329020af5c94 (diff) | |
| download | archiso-91b63fcd05731d3e92f948f8e81b8388537faa04.tar.gz archiso-91b63fcd05731d3e92f948f8e81b8388537faa04.tar.bz2 | |
[syslinux-iso] oops! add missing )
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
| -rw-r--r-- | configs/syslinux-iso/overlay/etc/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/syslinux-iso/overlay/etc/rc.conf b/configs/syslinux-iso/overlay/etc/rc.conf index 55f4ec4..aff67e9 100644 --- a/configs/syslinux-iso/overlay/etc/rc.conf +++ b/configs/syslinux-iso/overlay/etc/rc.conf @@ -21,7 +21,7 @@ KEYMAP="$(kernel_cmdline keymap ${KEYMAP_DEFAULT})" CONSOLEFONT="$(kernel_cmdline consolefont ${CONSOLEFONT_DEFAULT})" CONSOLEMAP="$(kernel_cmdline consolemap ${CONSOLEMAP_DEFAULT})" USECOLOR="$(kernel_cmdline usecolor ${USECOLOR_DEFAULT})" -VERBOSE="$(kernel_cmdline verbose ${VERBOSE_DEFAULT}" +VERBOSE="$(kernel_cmdline verbose ${VERBOSE_DEFAULT})" MOD_AUTOLOAD="yes" MODULES=() |
