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@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list