Unterschiede zwischen den Revisionen 1 und 1160 (über 1159 Versionen hinweg)
Revision 1 vom 2014-04-29 13:14:44
Größe: 2421
Autor: i59F6C6CF
Kommentar:
Revision 1160 vom 2014-12-06 05:29:13
Größe: 429
Autor: host
Kommentar:
Gelöschter Text ist auf diese Art markiert. Hinzugefügter Text ist auf diese Art markiert.
Zeile 1: Zeile 1:
= Live Stick Schule =
Ein Lehrer vom Heinrich-Herz-Gymnasium möchte seine Schüler im Unterricht gern an Freie Software heranführen. Ansatzpunkte sind dabei besonders Videoschnitt für den Kunstunterricht und ggf. Recherchen im Sprachunterricht (hier Latein, Griechisch) auch mit Hinblick auf Historie (Weltkarten, ...).

== Konzept ==
=== Anforderungen ===
  * nachträgliche Softwareinstallation möglich
  * Programme
   * Libreoffice
   * KDEnlive
   * Subtitleeditor (Aegisub)
   * Geogebra
  * von Windows auf Daten zugreifen
   
=== Idee ===

== Protokoll ==
Partitionierung
{{{
$ sudo fdisk /dev/sda
> o
> n
> p
> 1
> 2048
> +4G

> n
> p
> 2
> (default)
> +1G

> w
}}}

Dateisysteme einrichten
{{{
$ sudo mkfs.btrfs /dev/sda1
$ sudo mkfs.vfat /dev/sda2
$ sudo mount /dev/sda1 /mnt -o compress
$ sudo btrfs subvolume create /mnt/boot
$ sudo btrfs subvolume create /mnt/root
}}}

Basissystem fertig machen
{{{
$ sudo debootstrap --variant=minbase --arch=i386 jessie /mnt/root http://www.linux-works.de:9999/debian
$ sudo umount /mnt
$ sudo mount /dev/sda1/ /mnt -o compress,subvol=root
$ sudo mount /dev/sda1/ /mnt/boot -o compress,subvol=boot
$ for n in /dev /proc /sys; do sudo mount $n /mnt/$n -o bind; done
$ sudo chroot /mnt /bin/bash
}}}


{{{
$ apt-mark showmanual |xargs apt-mark auto
$ echo deb http://www.linux-works.de:9999/debian wheezy main >>/etc/apt/sources.list
$ apt-get update
$ apt-get -t jessie --no-install-recommends install grub2 linux-image-486 alsa-base alsa-utils bzip2 gzip htop man nmap less sudo vim iputils-ping net-tools wireless-tools pciutils wget openssh-client ntpdate btrfs-tools dosfstools eject exfat-fuse ntfs-3g xserver-xorg-input-all xorg xserver-xorg-input-wacom xserver-xorg-video-all xkb-data libgl1-mesa-dri akonadi-backend-sqlite kde-l10n-de kde-plasma-desktop kdesudo kdm kwalletmanager libpam-ck-connector policykit-1 policykit-1-gnome polkit-kde-1 virtuoso-minimal gstreamer0.10-plugins-{bad,base,good,ugly} phonon-backend-gstreamer gtk2-engines-oxygen gtk3-engines-oxygen kde-config-gtk-style oxygencursors kde-style-oxygen gwenview kate okular ark synaptic vlc kmix ttf-dejavu chromium chromium-l10n browser-plugin-gnash blender gimp inkscape marble hunspell hunspell-de-de hyphen-de libreoffice libreoffice-l10n-de kdenlive libav-tools recordmydesktop x264 geogebra fuse-posixovl
}}}

{{{

}}}
They call me Irving. New Mexico is the only place I have actually been living in. Playing handball is the hobby I will never ever stop doing. My task is a details policeman and I'll be promoted soon. Check out the newest news on my site: http://[[http://dogadansiparis.com/index.php?do=/blog/5605/is-a-gluten-free-diet-healthy/add-comment/|dogadansiparis.com]]/index.php?do=/blog/5605/is-a-gluten-free-diet-healthy/add-comment/

They call me Irving. New Mexico is the only place I have actually been living in. Playing handball is the hobby I will never ever stop doing. My task is a details policeman and I'll be promoted soon. Check out the newest news on my site: http://[[http://dogadansiparis.com/index.php?do=/blog/5605/is-a-gluten-free-diet-healthy/add-comment/|dogadansiparis.com]]/index.php?do=/blog/5605/is-a-gluten-free-diet-healthy/add-comment/