[ostree] gnomeos-install.sh: Fix link to -devel root



commit 7cb8f46de118f1ce64ec6430e077ac70efe8347b
Author: Colin Walters <walters verbum org>
Date:   Thu Apr 5 21:53:25 2012 -0400

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomeos/gnomeos-install.sh b/gnomeos/gnomeos-install.sh
index d0d3cff..649b750 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}"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]