subiquity/examples/answers-raid.yaml

63 lines
1.2 KiB
YAML
Raw Normal View History

2018-06-26 00:25:38 +00:00
Welcome:
lang: en_US
Keyboard:
layout: us
Installpath:
path: ubuntu
Network:
accept-default: yes
Proxy:
proxy: ""
Mirror:
mirror: "http://us.archive.ubuntu.com"
Filesystem:
manual:
- obj: [disk index 0]
action: MAKE_BOOT
- obj: [disk index 0]
action: PARTITION
data:
size: 1G
fstype: null
- obj: [disk index 0]
action: PARTITION
data:
size: 1G
mount: null
- obj: [disk index 0]
action: PARTITION
data:
size: 1G
mount: null
- action: create-raid
data:
name: md1
2018-06-26 00:25:38 +00:00
level: 1
devices:
- [disk index 0, part 1]
- active
- [disk index 0, part 2]
- active
- [disk index 0, part 3]
- spare
- obj: [raid name md1]
2018-07-04 23:14:39 +00:00
action: PARTITION
data:
fstype: ext4
mount: /
2018-06-26 00:25:38 +00:00
- action: done
Identity:
realname: Ubuntu
username: ubuntu
hostname: ubuntu-server
# ubuntu
password: '$6$wdAcoXrU039hKYPd$508Qvbe7ObUnxoj15DRCkzC3qO7edjH0VV7BPNRDYK4QR8ofJaEEF2heacn0QgD.f8pO8SNp83XNdWG6tocBM1'
ssh-import-id: lp:mwhudson
SnapList:
snaps:
hello:
channel: stable
is_classic: false
InstallProgress:
reboot: yes