El 23/11/10 20:01, Lypsik escribió: >> What I'm saying is that these lists should not change BEFORE and AFTER the >> profile change. > OK, I understand now, but I think a step-by-step guide should have > been included (run 1, change, run2; compare output of 1&2). > >> What you should have seen for emerge -ep system is something like this >> ... >> all just a bunch of R's, not U's, not UD's not NS's etc. And no use flags changed :P If I recall correctly that's use* and -use* ;)
As a fast guide: $ emerge -evp system > /root/system1 $ emerge -evp world > /root/world1 $ eselect profile list $ eselect profile set x #x is the number corresponding to hardened ;) $ emerge -evp system > /root/system2 $ diff /root/system1 /root/system2 #They shouldn't change except on the "Calculating dependencies ....... done!" line (with a different number of dots) $ diff /root/world1 /root/world2 #They shouldn't change except on the "Calculating dependencies ....... done!" line (with a different number of dots) #Finally to make sure: $ emerge -va1uDN world #Shouldn't need to upgrade, downgrade rebuild any package. #Finally to clean up $ rm /root/{system,world}{1,2} Hope that helps ;)
signature.asc
Description: OpenPGP digital signature