Chris Marusich writes: > +<<<<<<< HEAD > #:volatile-root? '#$volatile-root? > #:on-error '#$on-error))) > #:name "raw-initrd")) > +======= > + #:volatile-root? '#$volatile-root?))) > + #:name "raw-initrd" > + #:guile guile)) > +>>>>>>> system: Allow customization of the initrd's Guile. > > ... > > +<<<<<<< HEAD > #:on-error on-error)) > +======= > + #:guile guile)) > +>>>>>>> system: Allow customization of the initrd's Guile. This is obviously not correct. I accidentally forgot to resolve these conflicts when rebasing my branch onto origin/master. Please disregard patch 3/7 in favor of the attached patch, which resolves the conflicts. I've verified (for sure, this time!) that this patch series builds successfully after it has been applied. Sorry for the additional churn! -- Chris