Copy lang-table into etc, and remove it during cleanup
This commit is contained in:
parent
14cc34e1ee
commit
9dde406193
@ -5,6 +5,7 @@
|
|||||||
%for locale in removelocales:
|
%for locale in removelocales:
|
||||||
remove usr/share/locale/${locale}
|
remove usr/share/locale/${locale}
|
||||||
%endfor
|
%endfor
|
||||||
|
remove usr/share/anaconda/lang-table
|
||||||
|
|
||||||
## not required packages installed as dependencies
|
## not required packages installed as dependencies
|
||||||
removepkg ConsoleKit-x11 alsa-lib augeas-libs authconfig-gtk avahi-autoipd
|
removepkg ConsoleKit-x11 alsa-lib augeas-libs authconfig-gtk avahi-autoipd
|
||||||
|
@ -47,6 +47,7 @@ move etc/yum.repos.d etc/anaconda.repos.d
|
|||||||
symlink /sbin/init init
|
symlink /sbin/init init
|
||||||
install ${configdir}/network etc/sysconfig
|
install ${configdir}/network etc/sysconfig
|
||||||
append etc/resolv.conf ""
|
append etc/resolv.conf ""
|
||||||
|
copy usr/share/anaconda/lang-table etc
|
||||||
|
|
||||||
## get_config_files(configdir)
|
## get_config_files(configdir)
|
||||||
## gconf stuff
|
## gconf stuff
|
||||||
|
Loading…
Reference in New Issue
Block a user