Hi everyone,
I create a new install class (ex: asianux.py) in pyanconda/installclasses/
I changed it same as centos.py (but I use defaultFS="ext4" to test changes). After that I use git command to add it and create updates.img $ git add pyanaconda/installclasses/asianux.py $ ./scripts/makeupdates -t anaconda-19.31.79-1
But when I create partition "/", it use xfs not ext4.
This is my asianux.py: http://pastebin.com/hhBPsTn2
What did I miss or wrong? Please help me.
Thank you very much !!!
P/S: I can change source code in exist files and testing is ok, but when I add new install class, it's not.
Hi, you need to raise sortPriority of your class to be higher then that of rhel.py which is 20000.
On 12/03/2014 09:18 AM, Jack Ngo wrote:
Hi everyone,
I create a new install class (ex: asianux.py) in pyanconda/installclasses/
I changed it same as centos.py (but I use defaultFS="ext4" to test changes). After that I use git command to add it and create updates.img $ git add pyanaconda/installclasses/asianux.py $ ./scripts/makeupdates -t anaconda-19.31.79-1
But when I create partition "/", it use xfs not ext4.
This is my asianux.py: http://pastebin.com/hhBPsTn2
What did I miss or wrong? Please help me.
Thank you very much !!!
P/S: I can change source code in exist files and testing is ok, but when I add new install class, it's not.
Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list
Oh, I got it. Thanks Radek Vykydal.
On Wed, Dec 3, 2014 at 3:18 PM, Jack Ngo jack.ngo@asianux.com wrote:
Hi everyone,
I create a new install class (ex: asianux.py) in pyanconda/installclasses/
I changed it same as centos.py (but I use defaultFS="ext4" to test changes). After that I use git command to add it and create updates.img $ git add pyanaconda/installclasses/asianux.py $ ./scripts/makeupdates -t anaconda-19.31.79-1
But when I create partition "/", it use xfs not ext4.
This is my asianux.py: http://pastebin.com/hhBPsTn2
What did I miss or wrong? Please help me.
Thank you very much !!!
P/S: I can change source code in exist files and testing is ok, but when I add new install class, it's not.
anaconda-devel@lists.fedoraproject.org