mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
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:
parent
9be95cd8d2
commit
7cb8f46de1
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user