[MontelLUG] Rilasciata la prima versione di Debian Edu basata su Squeeze
Samuele
samuele.zanin a tiscali.it
Lun 21 Maggio 2012 21:10:34 CEST
On 21/05/2012 16:54, Francesco Agnolazza wrote:
>
> Quando hai tempo e voglia, potresti postare le modifiche che avevamo
> fatto ai vari file per raggiungere tale scopo? Grazie!
1) Repository locale degli archivi debian/skole:
- inserire il dvd di installazione;
dalla console di radice:
- mount /media/cdrom
- ln -s /media/cdrom/media /etc/debian-edu/www/debian
2) Applica le seguenti tre pezze :-D
*** DNS ***
diff -uN /etcold/bind/db.skole /etc/bind/db.skole
--- /etcold/bind/db.skole 1970-01-01 01:00:00.000000000 +0100
+++ /etc/bind/db.skole 2012-05-20 15:48:18.000000000 +0200
@@ -0,0 +1,13 @@
+$TTL 500
+@ IN SOA skolelinux.org. root.skolelinux.org. (
+ 3 ; Serialnumber
+ 3600 ; Refresh
+ 1800 ; Retry
+ 720000 ; Expire
+ 6400 ) ; Minimum TTL
+ NS ns.skolelinux.org.
+ MX 10 tjener.intern.
+ns A 10.0.2.2
+ftp A 10.0.2.2
+gateway A 10.0.0.1
+www CNAME ftp
diff -uN /etcold/bind/named.conf.local /etc/bind/named.conf.local
--- /etcold/bind/named.conf.local 2012-05-21 20:43:01.000000000 +0200
+++ /etc/bind/named.conf.local 2012-05-20 20:41:44.000000000 +0200
@@ -7,3 +7,4 @@
//include "/etc/bind/zones.rfc1918";
include "/etc/bind/named.conf.ldap2zone";
+include "/etc/bind/named.conf.skole";
diff -uN /etcold/bind/named.conf.skole /etc/bind/named.conf.skole
--- /etcold/bind/named.conf.skole 1970-01-01 01:00:00.000000000 +0100
+++ /etc/bind/named.conf.skole 2012-05-20 20:50:15.000000000 +0200
@@ -0,0 +1,14 @@
+#zone "skolelinux.org" {
+# type master;
+# notify yes;
+# file "/etc/bind/db.skole";
+
+
+#};
+zone "debian.org" {
+ type master;
+ notify yes;
+ file "/etc/bind/db.debian";
+
+
+};
*** CONFIGURAZIONE INSTALLER ***
diff -uN /etcold/debian-edu/www//debian-edu-install.dat
/etc/debian-edu/www//debian-edu-install.dat
--- /etcold/debian-edu/www//debian-edu-install.dat 2012-05-21
20:56:44.000000000 +0200
+++ /etc/debian-edu/www//debian-edu-install.dat 2012-05-20
19:46:06.000000000 +0200
@@ -27,8 +27,8 @@
#d-i passwd/root-password-crypted password passwordhash
# Tell LTSP to not use the CDROM, but a HTTP mirror
-d-i ltsp-client-builder/use_cdrom boolean false
-d-i ltsp-client-builder/build-client-opts string --mirror
http://ftp.skolelinux.org/debian --dist squeeze
+d-i ltsp-client-builder/use_cdrom boolean true
+#d-i ltsp-client-builder/build-client-opts string --mirror
http://ftp.skolelinux.org/debian --dist squeeze
# Pass on the time zone used on the main-server
tzsetup-udeb time/zone select Europe/Rome
@@ -39,5 +39,5 @@
# Avoid questions about mirrors, using manual setup
choose-mirror-bin mirror/country string manual
choose-mirror-bin mirror/protocol select http
-choose-mirror-bin mirror/http/hostname string cdn.debian.net
+choose-mirror-bin mirror/http/hostname string webcache
choose-mirror-bin mirror/http/directory string /debian
*** FILE INSTALL TFTPBOOT ***
diff -uN /varold/lib/tftpboot/debian-edu//install.cfg
/var/lib/tftpboot/debian-edu//install.cfg
--- /varold/lib/tftpboot/debian-edu//install.cfg 2012-05-21
21:08:39.000000000 +0200
+++ /var/lib/tftpboot/debian-edu//install.cfg 2012-05-20
19:17:39.000000000 +0200
@@ -2,7 +2,7 @@
LABEL neteduboot-i386
MENU LABEL Install Edu/^i386 (kde)
kernel debian-installer/i386/linux
- append initrd=debian-installer/i386/initrd.gz -- quiet
url=http://www/debian-edu-install.dat hostname=pxeinstall domain=intern
debian-installer/locale=it_IT.UTF-8 console-keymaps-at/keymap=it
desktop=kde
+ append initrd=debian-installer/i386/initrd.gz -- quiet
url=http://www/debian-edu-install.dat hostname=pxeinstall domain=intern
debian-installer/locale=it_IT.UTF-8 console-keymaps-at/keymap=it
desktop=kde debian-installer/allow_unauthenticated=true
include menupassword.cfg
# Based on the values used in Debian, and added the preseed URL
>> - fatto l'installazione di un client normale che però va ad autenticarsi e
>> ha la home sul server (roaming profile). Alle 22.30 di ieri sera c'era
>> ancora qualche messaggio d'errore criptico nei log da mettere a posto.
>
> Già...maledetto login...chissà cosa sarà questa volta...
Mi sono ricordato oggi che non abbiamo provato una cosa:
http://web.archive.org/web/20101129164438/http://soft-land.org/storie/bertoncello/15
Chi porta le palline da ping-pong? :-D
>> Confidiamo di riuscire a sistemare anche quest'ultimo punto.
>
> Assolutamente si!:)
>
> Forza che il gioco è quasi fatto!:)
Si eh... si vede che sei ancora studente.
More information about the montellug
mailing list