Helloworld Anaconda add-on

2019-11-11 Thread edsionte
Hi all, I want to test my first “hello word” Anaconda addon program. Firstly, I use this source code ( https://github.com/rhinstaller/hello-world-anaconda-addon/ ) , and make a outfile updates.img. Then, I made a USB

Re: Helloworld Anaconda add-on

2019-11-06 Thread edsionte
Thanks! 于2019年11月6日 周三17:42写道: > On Wed, 2019-11-06 at 10:24 +0100, jkone...@redhat.com wrote: > > On Wed, 2019-11-06 at 17:08 +0800, edsionte wrote: > > yes! It works right now. :) > Thanks. > > > Great! :). > > > And what's the difference between these two branch? > > > We are making bigger

Re: Helloworld Anaconda add-on

2019-11-06 Thread jkonecny
On Wed, 2019-11-06 at 10:24 +0100, jkone...@redhat.com wrote: > On Wed, 2019-11-06 at 17:08 +0800, edsionte wrote: > > yes! It works right now. :)Thanks. > > Great! :). > > > And what's the difference between these two branch? > > We are making bigger changes in Fedora Rawhide to switch

Re: Helloworld Anaconda add-on

2019-11-06 Thread jkonecny
On Wed, 2019-11-06 at 17:08 +0800, edsionte wrote: > yes! It works right now. :)Thanks. Great! :). > And what's the difference between these two branch? We are making bigger changes in Fedora Rawhide to switch Anaconda to a modular Anaconda. Read here for more info:

Re: Helloworld Anaconda add-on

2019-11-06 Thread edsionte
yes! It works right now. :) Thanks. And what's the difference between these two branch? 于2019年11月6日周三 下午4:36写道: > Ohh, I've missed that you are trying to create the addon on CentOS-7. > > Right now, you are using master branch which is for Fedora Rawhide. For > CentOS-7 you have to use

Re: Helloworld Anaconda add-on

2019-11-06 Thread edsionte
Thanks your reply, “inst.updates=hd:/sdb4:/images/updates.img ” was my writing error,sorry for that. Actually, I used "inst.updates=hd:sdb4:/images/updates.img" as you said above, and the menu hasn't new category. I have read : pyanaconda/ui/categories/__init__.py

Re: Helloworld Anaconda add-on

2019-11-05 Thread jkonecny
Hello, You should use: inst.updates=hd:/dev/sdb4:/images/updates.img or inst.updates=hd:sdb4:/images/updates.img For more info please see: https://anaconda-installer.readthedocs.io/en/latest/boot-options.html#inst-repo It's using the same syntax as inst.updates. Best Regards,Jirka On Wed,

Helloworld Anaconda add-on

2019-11-05 Thread edsionte
Hi all, I want to test my first “hello word” Anaconda addon program. Firstly, I use this source code ( https://github.com/rhinstaller/hello-world-anaconda-addon/ ) , and make a outfile updates.img. Then, I made a USB