aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-before-debootstrap-instructions
diff options
context:
space:
mode:
authorVG <vg@devys.org>2016-11-06 20:04:54 +0100
committerVG <vg@devys.org>2016-11-06 20:04:54 +0100
commitcf0edd94c05a9fc0c609758016a697c24dd913a0 (patch)
tree568d7345b0d6e438769c4f2ef1b7ecdb66576259 /qemu-before-debootstrap-instructions
parentfb6fa99c0da96a45d458b2ffa0b9b2fe8890ac36 (diff)
downloaddebootstrap-scripts-cf0edd94c05a9fc0c609758016a697c24dd913a0.tar.gz
debootstrap-scripts-cf0edd94c05a9fc0c609758016a697c24dd913a0.tar.bz2
debootstrap-scripts-cf0edd94c05a9fc0c609758016a697c24dd913a0.zip
add other debootstrap scripts and older instructions
Diffstat (limited to 'qemu-before-debootstrap-instructions')
-rw-r--r--qemu-before-debootstrap-instructions/ubuntu-12.10-amd64-nc/process39
-rwxr-xr-xqemu-before-debootstrap-instructions/ubuntu-12.10-amd64-nc/startvm.sh10
-rw-r--r--qemu-before-debootstrap-instructions/ubuntu-13.04-amd64-users/process42
-rwxr-xr-xqemu-before-debootstrap-instructions/ubuntu-13.04-amd64-users/startvm.sh10
4 files changed, 101 insertions, 0 deletions
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
+