From cf0edd94c05a9fc0c609758016a697c24dd913a0 Mon Sep 17 00:00:00 2001 From: VG Date: Sun, 6 Nov 2016 20:04:54 +0100 Subject: add other debootstrap scripts and older instructions --- .../ubuntu-12.10-amd64-nc/process | 39 ++++++++++++++++++++ .../ubuntu-12.10-amd64-nc/startvm.sh | 10 ++++++ .../ubuntu-13.04-amd64-users/process | 42 ++++++++++++++++++++++ .../ubuntu-13.04-amd64-users/startvm.sh | 10 ++++++ 4 files changed, 101 insertions(+) create mode 100644 qemu-before-debootstrap-instructions/ubuntu-12.10-amd64-nc/process create mode 100755 qemu-before-debootstrap-instructions/ubuntu-12.10-amd64-nc/startvm.sh create mode 100644 qemu-before-debootstrap-instructions/ubuntu-13.04-amd64-users/process create mode 100755 qemu-before-debootstrap-instructions/ubuntu-13.04-amd64-users/startvm.sh (limited to 'qemu-before-debootstrap-instructions') diff --git a/qemu-before-debootstrap-instructions/ubuntu-12.10-amd64-nc/process b/qemu-before-debootstrap-instructions/ubuntu-12.10-amd64-nc/process new file mode 100644 index 0000000..fdf22d8 --- /dev/null +++ b/qemu-before-debootstrap-instructions/ubuntu-12.10-amd64-nc/process @@ -0,0 +1,39 @@ + +Install ubuntu +-------------- + +- boot on cd: select install. +- lang: english +- country: europe/fr +- locale: en_US.UTF-8 +- keyboard: bépo dvorak way +- hostname: installhn +- mirror: germany +- fullname: calendros +- login: calendros +- password: (private) +- encrypthome: no +- timezone: europe/paris +- use entire disk: (not important, it will be redifined after restoration) +- upgrades: security auto +- software to install: nothing, already more precise in later scripts. +- grub in mbr: yes +- utc: yes + +Install scripts +--------------- + +- qs on host +- post-install +- packages-{creation,dev,doc,games} +- mysql pass for root: root (does not serve, since does run in usermode only) +- sudo apt-get clean +- nc/touch +- add calendros to netdev groups (asked by wicd install) +- add 'e' alias in root ~/.bashrc + +End +--- + +Now the system is ready, archive it. + diff --git a/qemu-before-debootstrap-instructions/ubuntu-12.10-amd64-nc/startvm.sh b/qemu-before-debootstrap-instructions/ubuntu-12.10-amd64-nc/startvm.sh new file mode 100755 index 0000000..4c63c5e --- /dev/null +++ b/qemu-before-debootstrap-instructions/ubuntu-12.10-amd64-nc/startvm.sh @@ -0,0 +1,10 @@ +#!/bin/sh -e + +exec kvm -name "Ubuntu 12.10 amd64 nc install" \ + -m 2048 -smp 1 -cpu kvm64 \ + -hda hda.raw \ + -net nic,vlan=0,model=virtio \ + -net user,vlan=0 \ + -vga std \ + -cdrom mini.iso -boot cd + diff --git a/qemu-before-debootstrap-instructions/ubuntu-13.04-amd64-users/process b/qemu-before-debootstrap-instructions/ubuntu-13.04-amd64-users/process new file mode 100644 index 0000000..541b82a --- /dev/null +++ b/qemu-before-debootstrap-instructions/ubuntu-13.04-amd64-users/process @@ -0,0 +1,42 @@ + +Install ubuntu +-------------- + +(in short: the base install is the same as my installation appart + from the fact that ubuntu-desktop is installed). + +- boot on cd: select install. +- lang: english +- country: europe/fr +- locale: en_US.UTF-8 +- keyboard: bépo dvorak way +- hostname: installhn +- mirror: germany +- fullname: calendros +- login: calendros +- password: (private) +- encrypthome: no +- timezone: europe/paris +- use entire disk: (not important, it will be redifined after restoration) +- upgrades: security auto +- software to install: nothing, already more precise in later scripts. +- grub in mbr: yes +- utc: yes + +Install scripts +--------------- + +- qs on host +- post-install +- packages-{creation,dev,doc,games} +- mysql pass for root: root (does not serve, since does run in usermode only) +- sudo apt-get clean +- nc/touch +- add calendros to netdev groups (asked by wicd install) +- add 'e' alias in root ~/.bashrc + +End +--- + +Now the system is ready, archive it. + diff --git a/qemu-before-debootstrap-instructions/ubuntu-13.04-amd64-users/startvm.sh b/qemu-before-debootstrap-instructions/ubuntu-13.04-amd64-users/startvm.sh new file mode 100755 index 0000000..b68df5e --- /dev/null +++ b/qemu-before-debootstrap-instructions/ubuntu-13.04-amd64-users/startvm.sh @@ -0,0 +1,10 @@ +#!/bin/sh -e + +exec kvm -name "Ubuntu users install" \ + -m 2048 -smp 1 -cpu kvm64 \ + -hda hda.qcow2 \ + -net nic,vlan=0,model=virtio \ + -net user,vlan=0 \ + -vga std \ + -cdrom *.iso -boot cd + -- cgit v1.2.3