diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-15 17:44:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-15 17:44:05 +0000 |
commit | 0584a406ed7215cc70fa96b6c53771dd47addff8 (patch) | |
tree | 761d05bbf5d86b842c54aa78112638d9c1467bb1 /rescue/make_rescue_img | |
parent | 568483493b3c580e60a39b3e672eeb6974f483c8 (diff) | |
download | drakx-0584a406ed7215cc70fa96b6c53771dd47addff8.tar drakx-0584a406ed7215cc70fa96b6c53771dd47addff8.tar.gz drakx-0584a406ed7215cc70fa96b6c53771dd47addff8.tar.bz2 drakx-0584a406ed7215cc70fa96b6c53771dd47addff8.tar.xz drakx-0584a406ed7215cc70fa96b6c53771dd47addff8.zip |
factorize the distrib version
Diffstat (limited to 'rescue/make_rescue_img')
-rwxr-xr-x | rescue/make_rescue_img | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img index a3a946a12..d1d96afeb 100755 --- a/rescue/make_rescue_img +++ b/rescue/make_rescue_img @@ -56,6 +56,7 @@ foreach (cat_("dirs")) { _ "cp -a tree/* $tmp"; _ "find $tmp -name 'CVS*' | xargs rm -rf"; _ "perl devices.pl $tmp/dev"; +substInFile { s/DISTRIB_DESCR/$ENV{DISTRIB_DESCR}/ } "$tmp/etc/issue"; install_raw(keyboard::loadkeys_files()); my %keytable_conflicts; |