From 7cb8f46de118f1ce64ec6430e077ac70efe8347b Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 5 Apr 2012 21:53:25 -0400 Subject: [PATCH] gnomeos-install.sh: Fix link to -devel root Now that we're using checkout --atomic-swap, there is no -devel-current. --- gnomeos/gnomeos-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnomeos/gnomeos-install.sh b/gnomeos/gnomeos-install.sh index d0d3cff6..649b750e 100755 --- a/gnomeos/gnomeos-install.sh +++ b/gnomeos/gnomeos-install.sh @@ -87,7 +87,7 @@ if ! test -f "/boot/${initrd_name}"; then --mount-bind /ostree/var /var \ --mount-bind ${initrd_tmpdir} /tmp \ --mount-bind /ostree/modules /lib/modules \ - /ostree/${BRANCH_PREFIX}devel-current \ + /ostree/${BRANCH_PREFIX}devel \ dracut -f /tmp/${initrd_name} "${uname}" mv "${initrd_tmpdir}/${initrd_name}" "/boot/${initrd_name}" rm -rf "${initrd_tmpdir}"