From 803f61ccd2fce4b16f0dd8fb8394883fa58dfcdc Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 29 Jul 2007 22:23:55 +0000 Subject: * more work towards Debian & Ubuntu support, Debian-4.0, Ubuntu-6.10 & Ubuntu-7.04 seem to be working ok, now. Only Debian-3.1 refuses to install any kernel, tsk! git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1283 95ad53e4-c205-0410-b2fa-d234c58c8868 --- lib/OpenSLX/Basics.pm | 1 + lib/distro-info/ubuntu-7.04/prereqfiles/etc/hosts | 1 + lib/distro-info/ubuntu-7.04/settings.example | 9 +++++++++ 3 files changed, 11 insertions(+) create mode 100644 lib/distro-info/ubuntu-7.04/prereqfiles/etc/hosts create mode 100644 lib/distro-info/ubuntu-7.04/settings.example (limited to 'lib') diff --git a/lib/OpenSLX/Basics.pm b/lib/OpenSLX/Basics.pm index ecdc5cab..93f671bf 100644 --- a/lib/OpenSLX/Basics.pm +++ b/lib/OpenSLX/Basics.pm @@ -84,6 +84,7 @@ my $translations; # but not by any other script: # 'ossetup-max-try-count' => '5', + 'default-shell' => 'bash', 'default-timezone' => 'Europe/Berlin', ); chomp($openslxConfig{'locale-charmap'}); diff --git a/lib/distro-info/ubuntu-7.04/prereqfiles/etc/hosts b/lib/distro-info/ubuntu-7.04/prereqfiles/etc/hosts new file mode 100644 index 00000000..75721cd5 --- /dev/null +++ b/lib/distro-info/ubuntu-7.04/prereqfiles/etc/hosts @@ -0,0 +1 @@ +127.0.0.1 localhost diff --git a/lib/distro-info/ubuntu-7.04/settings.example b/lib/distro-info/ubuntu-7.04/settings.example new file mode 100644 index 00000000..ba49c9fd --- /dev/null +++ b/lib/distro-info/ubuntu-7.04/settings.example @@ -0,0 +1,9 @@ +# copy this file to 'settings' and edit it as you please + +# use local installation sources +$repository{'base'}->{'url'} = "/srv/ftp/pub/ubuntu"; + +# Add a new selection: +# $selection{'my-kde'} = "$selection{default} +# foo +# bar"; -- cgit v1.2.3-55-g7522