mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 19:01:30 +00:00
ubuntu-cpc: add missing net.ifnames=0 for ppc64el disk images.
This commit is contained in:
parent
d9bb02d077
commit
a5ee888d1b
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,10 +1,14 @@
|
||||
livecd-rootfs (2.375) UNRELEASED; urgency=medium
|
||||
|
||||
[ Steve Langasek ]
|
||||
* Refactor some non-idiomatic architecture handling in
|
||||
live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot that also misidentifies
|
||||
the architecture name for armhf.
|
||||
|
||||
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 02 Feb 2016 20:33:23 -0800
|
||||
[ Ben Howard ]
|
||||
* ubuntu-cpc: add missing net.ifnames=0 for ppc64el disk images.
|
||||
|
||||
-- Ben Howard <ben.howard@ubuntu.com> Thu, 04 Feb 2016 09:06:16 -0700
|
||||
|
||||
livecd-rootfs (2.374) xenial; urgency=medium
|
||||
|
||||
|
@ -38,7 +38,7 @@ GRUB_RECORDFAIL_TIMEOUT=0
|
||||
GRUB_TIMEOUT=0
|
||||
|
||||
# Set the default commandline
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="console=hvc0 earlyprintk"
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="console=hvc0 earlyprintk net.ifnames=0"
|
||||
EOF
|
||||
prep_partition="/dev/mapper${loop_device///dev/}p2"
|
||||
chroot mountpoint grub-install "${prep_partition}" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user