gnomeos-install.sh: Fix link to -devel root

Now that we're using checkout --atomic-swap, there is no
-devel-current.
This commit is contained in:
Colin Walters 2012-04-05 21:53:25 -04:00
parent 9be95cd8d2
commit 7cb8f46de1

View File

@ -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}"