summaryrefslogtreecommitdiffstats
path: root/rescue/make_rescue_img
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-15 17:44:05 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-15 17:44:05 +0000
commit0584a406ed7215cc70fa96b6c53771dd47addff8 (patch)
tree761d05bbf5d86b842c54aa78112638d9c1467bb1 /rescue/make_rescue_img
parent568483493b3c580e60a39b3e672eeb6974f483c8 (diff)
downloaddrakx-backup-do-not-use-0584a406ed7215cc70fa96b6c53771dd47addff8.tar
drakx-backup-do-not-use-0584a406ed7215cc70fa96b6c53771dd47addff8.tar.gz
drakx-backup-do-not-use-0584a406ed7215cc70fa96b6c53771dd47addff8.tar.bz2
drakx-backup-do-not-use-0584a406ed7215cc70fa96b6c53771dd47addff8.tar.xz
drakx-backup-do-not-use-0584a406ed7215cc70fa96b6c53771dd47addff8.zip
factorize the distrib version
Diffstat (limited to 'rescue/make_rescue_img')
-rwxr-xr-xrescue/make_rescue_img1
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;