mikhailnov has added 893b8403bc use intial-setup by default Showing 2 files with 3 additions and 0 deletions. customizations/features/mini-vm/packages.ks +1 -0 packages/pkgs-basesystem.ks +2 -0 raw diff | patch customizations/features/mini-vm/packages.ksview file @ 893b8403bc ... ... --- a/customizations/features/mini-vm/packages.ks ... ... +++ b/customizations/features/mini-vm/packages.ks ... ... @@ -2,5 +2,6 @@ 2 2 3 3 -linux-firmware 4 4 -anaconda 5 -initial-setup 5 6 # XXX anaconda-dracut is needed only because it is added into dracut configs 6 7 anaconda-dracut packages/pkgs-basesystem.ksview file @ 893b8403bc ... ... --- a/packages/pkgs-basesystem.ks ... ... +++ b/packages/pkgs-basesystem.ks ... ... @@ -1,6 +1,8 @@ 1 1 # packages which form base system and exist in any DE or without DE 2 2 3 3 anaconda 4 initial-setup 5 4 6 basesystem 5 7 basesystem-minimal 6 8 basesystem-mandatory Comments × Close Markdown Cheat Sheet Format TextHeaders# This is an <h1> tag## This is an <h2> tag### This is an <h3> tagText styles*This text will be italic*_This will also be italic_**This text will be bold**__This will also be bold__Emoji Cheat Sheet:smile: :+1:ListsUnordered / Ordered* Item 1 1. Item 1* Item 2 2. Item 2 * Item 2a 3. Item 3 * Item 2b * Item 3a * Item 3bReference Formatfor members: @abf for issues and pull requests: #123 abf#123 abf/rosa-build#123 for commits: 123456Code Examples in MarkdownSyntax highlighting```javascript function fancyAlert(arg) { if(arg) { $.facebox({div:'#foo'}) } }```indent your code 4 spacesHere is a Python code examplewithout syntax highlighting: def foo: if not bar: return trueInline code for commentsI think you should use an`[addr]` element here instead.MiscellaneousImagesFormat: Linkshttps://abf.rosalinux.ru[ABF](https://abf.rosalinux.ru/)Blockquotes As Kanye West said:> We're living the future so> the present is our past. New comment* ContentMarkdown Cheat Sheet Create Cancel
New comment