summarylogtreecommitdiffstats
path: root/archiso-systemd-boot.install
blob: 1a0b9a7c4a87c9e9446700f05175b58d9b735eca (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  cat << EOF
In order to boot with the archiso image a new loader must be added to
ESP/loader/entries/, this must be done manually as the UUID of the ESP
partition must be set in the loader. There is an example in
/usr/share/doc/archiso-systemd-boot where the text esp-uuid must be changed
to the corresponding UUID.
EOF
}