Skip to content
Snippets Groups Projects
Commit 2dc74f80 authored by Martyn Welch's avatar Martyn Welch Committed by Denis Pynkin
Browse files

Configure rollback support


Add a symlink to rollback configuration to enable the bootloader to access
it should rollback be required.

Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.co.uk>
parent 9801f261
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ mkdir -p ${ROOTDIR}/boot/extlinux
mkdir -p ${ROOTDIR}/boot/loader.0
ln -s loader.0 ${ROOTDIR}/boot/loader
ln -s ../loader/extlinux.conf ${ROOTDIR}/boot/extlinux/extlinux.conf
ln -s ../loader/extlinux-rollback.conf ${ROOTDIR}/boot/extlinux/extlinux-rollback.conf
cat << EOF > ${ROOTDIR}/boot/extlinux/extlinux.conf
menu title Apertis OStree image
timeout 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment