mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-31 12:41:40 +00:00
Imported 2.708
No reason for CPC update specified.
This commit is contained in:
parent
7b3b0fa514
commit
f29be59f0d
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.708) hirsute; urgency=medium
|
||||||
|
|
||||||
|
* disk-image-uefi: fix riscv64 subarch user-data.
|
||||||
|
|
||||||
|
-- Dimitri John Ledkov <xnox@ubuntu.com> Tue, 08 Dec 2020 09:15:36 +0000
|
||||||
|
|
||||||
livecd-rootfs (2.707) hirsute; urgency=medium
|
livecd-rootfs (2.707) hirsute; urgency=medium
|
||||||
|
|
||||||
* qcow2-image: unbreak builds without subarch.
|
* qcow2-image: unbreak builds without subarch.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# NB! This is a sample, copy to "meta-data" and mofiy to take effect
|
# NB! This is a sample, copy to "meta-data" and modify to take effect
|
||||||
# NB! Also see user-data.sample and network-config.sample
|
# NB! Also see user-data.sample and network-config.sample
|
||||||
|
|
||||||
# This is the meta-data configuration file for cloud-init. Typically this just
|
# This is the meta-data configuration file for cloud-init. Typically this just
|
||||||
|
@ -152,7 +152,7 @@ install_grub() {
|
|||||||
mkdir -p mountpoint/var/lib/cloud/seed/nocloud-net
|
mkdir -p mountpoint/var/lib/cloud/seed/nocloud-net
|
||||||
cat <<EOF >mountpoint/var/lib/cloud/seed/nocloud-net/meta-data
|
cat <<EOF >mountpoint/var/lib/cloud/seed/nocloud-net/meta-data
|
||||||
instance-id: iid-$(openssl rand -hex 8)
|
instance-id: iid-$(openssl rand -hex 8)
|
||||||
END
|
EOF
|
||||||
cat <<EOF >mountpoint/var/lib/cloud/seed/nocloud-net/user-data
|
cat <<EOF >mountpoint/var/lib/cloud/seed/nocloud-net/user-data
|
||||||
#cloud-config
|
#cloud-config
|
||||||
chpasswd:
|
chpasswd:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user