Michael Hudson-Doyle
|
7c1c7a80c2
|
enable networkd for live-server systems
the logic for doing this is the same as why it is done for cloud-images, for which
see http://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk/revision/1520
I think this behaviour is a bug in cloud-init (see lp:#1737630) but this is a good
workaround in the mean time
|
7 years ago |
Michael Hudson-Doyle
|
3ecbd2802e
|
tweaks before review
|
7 years ago |
Michael Hudson-Doyle
|
8c8b16b5e6
|
sigh
|
7 years ago |
Michael Hudson-Doyle
|
0113b9aad7
|
self-review
|
7 years ago |
Michael Hudson-Doyle
|
b913dcdf1c
|
gen the initramfs with the right options and repack it with lzma
|
7 years ago |
Michael Hudson-Doyle
|
6ddf832b20
|
slimy hack to get a casper-ized initrd in place
|
7 years ago |
Michael Hudson-Doyle
|
26753602fe
|
Move casper from filesystem.squashfs to installer.squashfs.
|
7 years ago |
Michael Hudson-Doyle
|
e0809e31f6
|
Automount a partition of fixed UUID for giving subiquity canned answers.
|
7 years ago |
Michael Hudson-Doyle
|
1a99680334
|
Remove snap.subiquity.started from subiquity's After=/Requires= as it
does not fix the race condition they were intended to address and causes
subiquity to be killed when snapd refreshes subiquity (LP: #1724411)
|
7 years ago |
Michael Hudson-Doyle
|
895e2a51f1
|
Seed the subiquity snap to track the stable channel (LP: #1724410)
|
7 years ago |
Steve Langasek
|
e53ad3b354
|
Fix server live image to pull subiquity from the stable channel, not
from edge.
|
7 years ago |
Steve Langasek
|
bea8a0696e
|
snap.subiquity.started.service must be RemainAfterExit=yes to satisfy
the service dependencies.
|
7 years ago |
Steve Langasek
|
f58957acd6
|
Add the SNAP_REEXEC=0 enviroment to the subiquity service as well.
|
7 years ago |
Steve Langasek
|
9f040f0481
|
Fix wrong variable name in systemd unit snippets.
|
7 years ago |
Steve Langasek
|
857f1984c9
|
export SNAP_REEXEC=0 to our snappy systemd units in the livefs overlay,
to work around apparmor not working reliably against aufs.
|
7 years ago |
Michael Hudson-Doyle
|
c9128a31e3
|
add snap.subiquity.started.service to subiquity.service's Requires=
|
7 years ago |
Michael Hudson-Doyle
|
81f44354e3
|
Merge lp:~mwhudson/livecd-rootfs/subiquity-ordering
|
7 years ago |
Steve Langasek
|
d18cb38c4e
|
Merge lp:~xnox/livecd-rootfs/drop-harmful-resolv-fixes
|
7 years ago |
Michael Hudson-Doyle
|
b5638379a4
|
Have subiquity.service order after on a service defined by the subiquity
snap, which in turn will order after the job that mounts the subiquity
snap. (LP: #1721414)
|
7 years ago |
Steve Langasek
|
12b07ae5af
|
move snap assertion handling into the generic build script (and, in
the process, from the subiquity overlay to the base squashfs).
|
7 years ago |
Steve Langasek
|
e1ac04f887
|
ubuntu-server: drop hard-coded test key from the subiquity overlay in
favor of the generic-classic assertion from the store.
|
7 years ago |
Dimitri John Ledkov
|
35e801f00a
|
Drop obsolete fix-ups of resolv.conf, debootstrap should now result in
correct symlink to resolved without any further fixes.
|
7 years ago |
Michael Hudson-Doyle
|
a8344ad249
|
update path again
|
7 years ago |
Michael Hudson-Doyle
|
c643176917
|
fix path to subiquity-loadkeys
|
7 years ago |
Michael Hudson-Doyle
|
8d43597228
|
add ExecStartPre=/usr/bin/subiquity-loadkeys to subiquity.service
This makes shift-tab work
|
7 years ago |
Michael Hudson-Doyle
|
61764acade
|
only show alert (i.e. panic) kernel messages on the console when subiquity is running
otherwise we get spam when probing for block devices and not finding any floppy
drives...
|
7 years ago |
Michael Hudson-Doyle
|
9802843885
|
make file paths a bit less comical
|
7 years ago |
Michael Hudson-Doyle
|
4941d4ee14
|
move default netplan to where the hook will pick it up
(i hope)
|
7 years ago |
Steve Langasek
|
03d7dff3ff
|
Merge lp:~mwhudson/livecd-rootfs/default-netplan-for-server-live
|
7 years ago |
Steve Langasek
|
bacde14e41
|
Also adjust live-build/ubuntu-server/hooks/032-installer-squashfs.binary
to use teardown_mountpoint.
|
7 years ago |
Michael Hudson-Doyle
|
1676147a84
|
add some dhcp-on-wired-looking-things default netplan for the server live image
|
7 years ago |
Colin Watson
|
6a42148b22
|
Mount and unmount /dev recursively, to cope with setups where there are
interesting bind-mounts under /dev (e.g. loop devices bind-mounted by
LXD).
|
7 years ago |
Balint Reczey
|
aa54a130c3
|
Depend on packages in main instead of installing them at runtime
|
8 years ago |
Mathieu Trudel-Lapierre
|
8de300621f
|
For ubuntu-server images, the live user created by user-setup is 'ubuntu-server', not 'ubuntu'. Fix this so that gettys will start on VTs.
|
8 years ago |
Mathieu Trudel-Lapierre
|
46bae4cebf
|
Fix up functions refactoring tfor a proper path to the file.
|
8 years ago |
Mathieu Trudel-Lapierre
|
ab949fac18
|
Rename ubuntu-server-live -> ubuntu-server
|
8 years ago |