diff options
Diffstat (limited to 'globetrotter/make_live')
-rwxr-xr-x | globetrotter/make_live | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/globetrotter/make_live b/globetrotter/make_live index 3fde3331e..5d0e568ff 100755 --- a/globetrotter/make_live +++ b/globetrotter/make_live @@ -41,6 +41,10 @@ if ($0 =~ /restore_globetrotter/) { @ARGV = @new_ARGV; +if (!$rescue) { + die qq(\%_install_langs is not set to "all" in /etc/rpm/macros) if cat_('/etc/rpm/macros') !~ /\%_install_langs\s*all/; +} + my @suggestions = ( { mntpoint => "/", size => 4500 << 11, type => 0x483, ratio => 1, maxsize => 6000 << 11 }, # splited / and /usr: |