X-Git-Url: https://git.deb.at/?p=debienna.git;a=blobdiff_plain;f=Workshop%2Foverkill%2Fdokumentation%2FTag1%2Findex.mdwn;h=8fe2c328c69e9ce6bb6bcf8a14baac37bc782e5b;hp=4bbf91116cc93e234397921d996ae3da54738dc4;hb=096ccad2de573f503e177bb76164614337f92da3;hpb=bb58b440ee60e34e1c961060195598787087c131 diff --git a/Workshop/overkill/dokumentation/Tag1/index.mdwn b/Workshop/overkill/dokumentation/Tag1/index.mdwn index 4bbf911..8fe2c32 100644 --- a/Workshop/overkill/dokumentation/Tag1/index.mdwn +++ b/Workshop/overkill/dokumentation/Tag1/index.mdwn @@ -1,54 +1,54 @@ -<> - -Self:Workshop -= Tag 1. Basissytem = -== raid device generation == -'''Fdisk-Partitionierung ''' - -Erstellen der Partitionen 1-3 für SWAP, ROOT und Datenpartition - -Nicht vergessen den Partition Type auf 'Linux Raid Auto' zu setzen (fdisk -> type [t] -> Typ 'fd') - -'''Erstellen der Device-Nodes für Raid-Devices''' - -mknod /dev/md1 b 9 1 - -mknod /dev/md2 b 9 2 - -mknod /dev/md3 b 9 3 - -'''Zusammenstellen der Devices ''' - -mdadm --create /dev/md1 --level=1 --raid-devices=2 /dev/hda1 /dev/hda1 - -(und für md2 und md3 ditto - substitute corresponding) - -'''Erzeugen der Dateisysteme ''' - -mkswap /dev/md1 mkfs.ext3 /dev/md2 - -'''Erzeugen eines logischen Datenträgers (LVM in der Datenpartition /dev/md3) ''' - -[TODO] - -== install history == - * 1 aptitude install grub - * 2 aptitude install debian-archive-keyring - * 3 apt-key update - * 4 aptitude update - * 5 aptitude install locales - * 9 dpkg-reconfigure -plow locales - * 11 dpkg-reconfigure -plow debconf - * 13 apt-cache search linux - * 14 aptitude install grep less - * 15 apt-cache search linux | grep ^linux - * 16 . /etc/bash_completion - * 17 aptitude install linux-image-686 - * 18 aptitude install kernel-package - * 19 vi /etc/kernel-img.conf - * 20 man kernel-img.conf - * 21 vi /etc/kernel-img.conf - * 22 aptitude install linux-image-686 - * 23 update-grub - * 24 grub-install +<> + +Self:Workshop += Tag 1. Basissytem = +== raid device generation == +'''Fdisk-Partitionierung ''' + +Erstellen der Partitionen 1-3 für SWAP, ROOT und Datenpartition + +Nicht vergessen den Partition Type auf 'Linux Raid Auto' zu setzen (fdisk -> type [t] -> Typ 'fd') + +'''Erstellen der Device-Nodes für Raid-Devices''' + +mknod /dev/md1 b 9 1 + +mknod /dev/md2 b 9 2 + +mknod /dev/md3 b 9 3 + +'''Zusammenstellen der Devices ''' + +mdadm --create /dev/md1 --level=1 --raid-devices=2 /dev/hda1 /dev/hda1 + +(und für md2 und md3 ditto - substitute corresponding) + +'''Erzeugen der Dateisysteme ''' + +mkswap /dev/md1 mkfs.ext3 /dev/md2 + +'''Erzeugen eines logischen Datenträgers (LVM in der Datenpartition /dev/md3) ''' + +[TODO] + +== install history == + * 1 aptitude install grub + * 2 aptitude install debian-archive-keyring + * 3 apt-key update + * 4 aptitude update + * 5 aptitude install locales + * 9 dpkg-reconfigure -plow locales + * 11 dpkg-reconfigure -plow debconf + * 13 apt-cache search linux + * 14 aptitude install grep less + * 15 apt-cache search linux | grep ^linux + * 16 . /etc/bash_completion + * 17 aptitude install linux-image-686 + * 18 aptitude install kernel-package + * 19 vi /etc/kernel-img.conf + * 20 man kernel-img.conf + * 21 vi /etc/kernel-img.conf + * 22 aptitude install linux-image-686 + * 23 update-grub + * 24 grub-install * 25 grub-install /dev/hda \ No newline at end of file