Diffstat (limited to 'components/liveinstall.xml')
| -rw-r--r-- | components/liveinstall.xml | 37 |
1 files changed, 16 insertions, 21 deletions
diff --git a/components/liveinstall.xml b/components/liveinstall.xml index 065cbba..c04ca7f 100644 --- a/components/liveinstall.xml +++ b/components/liveinstall.xml @@ -1,49 +1,44 @@ <image> <profiles> <profile name="LiveInstall" description="Live Install ISO"> - <requires profile="BootCore"/> + <requires profile="BaseCommon"/> + <requires profile="BootCoreLive"/> </profile> </profiles> - <preferences profiles="LiveInstall" arch="x86_64"> - <type image="iso" - publisher="Fedora Project" volid="Fedora_Linux" primary="true" flags="dmsquash" mediacheck="false" - firmware="uefi" efifatimagesize="30" kernelcmdline="quiet rhgb" - > - <bootloader name="grub2" grub_template="grub-x86.cfg.iso-template" console="console" timeout="10"/> - </type> - </preferences> <preferences profiles="LiveInstall" arch="aarch64"> <type image="iso" - publisher="Fedora Project" volid="Fedora_Linux" primary="true" flags="dmsquash" mediacheck="false" - firmware="uefi" efifatimagesize="30" kernelcmdline="quiet rhgb" + publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux" + primary="true" flags="dmsquash" filesystem="erofs" erofscompression="lzma,level=6" mediacheck="true" + firmware="efi" efiparttable="gpt" efifatimagesize="30" + kernelcmdline="quiet rhgb mem_sleep_default=s2idle clk_ignore_unused pd_ignore_unused systemd.tpm2_wait=0 rd.live.ram=1" + fscreateoptions="-Efragments -C 1048576" > <bootloader name="grub2" grub_template="grub-arm.cfg.iso-template" console="console" timeout="10"/> </type> </preferences> - <preferences profiles="LiveInstall" arch="ppc64le"> - <type image="iso" - publisher="Fedora Project" volid="Fedora_Linux" primary="true" flags="dmsquash" mediacheck="false" - firmware="ofw" kernelcmdline="quiet rhgb" - > - <bootloader name="grub2" grub_template="grub-ppc.cfg.iso-template" console="console" timeout="10"/> - </type> - </preferences> <packages type="iso" patternType="plusRecommended" profiles="LiveInstall"> + <!-- Filter out unwanted EFI files from the embedded ESP, see rhbz#2358785 --> + <file name="iso-esp-excludes.yaml" target="image/exclude_files_efifatimage.yaml"/> <!-- The point of a live image is to install --> <namedCollection name="anaconda-tools"/> - <package name="anaconda"/> <package name="anaconda-install-env-deps"/> <package name="anaconda-live"/> <!-- Need this for SVG release note images --> <package name="aajohan-comfortaa-fonts"/> <package name="dracut-live"/> <package name="glibc-all-langpacks"/> - <package name="kernel"/> + <package name="isomd5sum"/> + <!-- Surface Pro 12": no plain "kernel" package here, it hard-Requires + kernel-uki-dtbloader on aarch64, which conflicts with BootCoreLive's + kernel-core. grub2's ISO kernel lookup just needs a vmlinuz in /boot, + which kernel-core (already installed there) already provides. --> <package name="kernel-modules"/> <package name="kernel-modules-extra"/> <package name="livesys-scripts"/> <package name="btrfs-progs"/> <package name="udisks2-btrfs"/> + <ignore name="device-mapper-multipath"/> + <ignore name="fcoe-utils"/> <ignore name="gfs2-utils"/> </packages> </image> |