-
Notifications
You must be signed in to change notification settings - Fork 0
/
bootbuddy.yaml
66 lines (58 loc) · 2.93 KB
/
bootbuddy.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
systems:
- title: 'Run GRML (@RAM)'
version: '2014.11'
arch: '64'
source: 'grml_full'
kernel_opts: 'ssh=p45Sw0Rd lvm boot=live findiso=${isofile} nomce live-media-path=/live/grml64-full toram=grml64-full.squashfs bootfrom=removable-usb ignore_bootid'
kernel_path: '/boot/grml64full/vmlinuz'
initrd_path: '/boot/grml64full/initrd.img'
- title: 'Run GRML (@RAM)'
version: '2014.11'
arch: '32'
source: 'grml_full'
kernel_opts: 'ssh=password lvm boot=live findiso=${isofile} nomce live-media-path=/live/grml32-full toram=grml32-full.squashfs bootfrom=removable-usb ignore_bootid'
kernel_path: '/boot/grml32full/vmlinuz'
initrd_path: '/boot/grml32full/initrd.img'
- title: 'Run GRML (@RAM)'
version: '2014.03'
arch: '64'
source: 'grml_full'
kernel_opts: 'ssh=p45Sw0Rd lvm boot=live findiso=${isofile} nomce live-media-path=/live/grml64-full toram=grml64-full.squashfs bootfrom=removable-usb ignore_bootid'
kernel_path: '/boot/grml64full/vmlinuz'
initrd_path: '/boot/grml64full/initrd.img'
- title: 'Run GRML (@RAM)'
version: '2014.03'
arch: '32'
source: 'grml_full'
kernel_opts: 'ssh=password lvm boot=live findiso=${isofile} nomce live-media-path=/live/grml32-full toram=grml32-full.squashfs bootfrom=removable-usb ignore_bootid'
kernel_path: '/boot/grml32full/vmlinuz'
initrd_path: '/boot/grml32full/initrd.img'
- title: 'Run Kali Linux'
version: '1.1.0a'
arch: 'amd64'
source: 'kali'
kernel_path: '/live/vmlinuz'
initrd_path: '/live/initrd.img'
kernel_opts: 'findiso=${isofile} boot=live noconfig=sudo username=root hostname=kali splash noswap noautomount'
- title: 'Install Ubuntu Trusty Tahr'
version: '14.04.2'
arch: 'amd64'
source: 'ubuntu_server'
kernel_path: '/install/vmlinuz'
initrd_path: '/install/initrd.gz'
kernel_opts: 'DEBUG=5 iso-scan/filename=${isofile} cdrom-detect/load_media=false quiet preseed/early_command="/bin/sleep 10; /bin/umount -f /media || true; /bin/mount `/sbin/blkid | /bin/grep BOOTBUDDY | /usr/bin/cut -d: -f1` /media; /bin/mkdir -p /cdrom || true; /bin/mount -o loop -t iso9660 /media/iso/${isofile} /cdrom"'
- title: 'Install Ubuntu Trusty Tahr'
version: '14.04.2'
arch: 'i386'
source: 'ubuntu_server'
kernel_path: '/install/vmlinuz'
initrd_path: '/install/initrd.gz'
kernel_opts: 'DEBUG=5 iso-scan/filename=${isofile} cdrom-detect/load_media=false quiet preseed/early_command="/bin/sleep 10; /bin/umount -f /media || true; /bin/mount `/sbin/blkid | /bin/grep BOOTBUDDY | /usr/bin/cut -d: -f1` /media; /bin/mkdir -p /cdrom || true; /bin/mount -o loop -t iso9660 /media/iso/${isofile} /cdrom"'
sources:
grml_full:
url_template: 'http://download.grml.org/grml<ARCH>-full_<VER>.iso'
kali:
url_template: 'http://cdimage.kali.org/kali-<VER>/kali-linux-<VER>-<ARCH>.iso'
ubuntu_server:
url_template: 'http://releases.ubuntu.com/<VER>/ubuntu-<VER>-server-<ARCH>.iso'