Displaying 1 result from an estimated 1 matches for "322e16d".
Did you mean:
3221168
2011 Sep 12
1
[PATCH node] handle list of variables to ignore
...%{buildroot}
@@ -299,6 +302,7 @@ fi
%{_initrddir}/ovirt
%{_initrddir}/ovirt-post
%{_sysconfdir}/ovirt-early.d
+%{_sysconfdir}/ovirt-commandline.d
%changelog
* Mon Jun 20 2011 Alan Pevec <apevec at redhat.com> 2.0.0-1
diff --git a/scripts/ovirt-early b/scripts/ovirt-early
index 0f617f7..322e16d 100755
--- a/scripts/ovirt-early
+++ b/scripts/ovirt-early
@@ -644,7 +644,11 @@ start_ovirt_early () {
done
;;
*)
- bootparams="$bootparams $i"
+ # check the params to be ignored before adding to bootparams
+ varname=...