mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-14 19:51:42 +00:00
Import patches-unapplied version 2.378 to ubuntu/xenial-proposed
Imported using git-ubuntu import. Changelog parent: 13d50e4fa16fe11a90a64fbd24b0c1ed38483fe6 New changelog entries: * Add net.ifnames=0 to the raspi2 cmdline injected into raspi2 builds.
This commit is contained in:
parent
13d50e4fa1
commit
f2412fdd38
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.378) xenial; urgency=medium
|
||||||
|
|
||||||
|
* Add net.ifnames=0 to the raspi2 cmdline injected into raspi2 builds.
|
||||||
|
|
||||||
|
-- Adam Conrad <adconrad@ubuntu.com> Wed, 17 Feb 2016 17:47:26 -0700
|
||||||
|
|
||||||
livecd-rootfs (2.377) xenial; urgency=medium
|
livecd-rootfs (2.377) xenial; urgency=medium
|
||||||
|
|
||||||
* live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot: Add fake_cloud_init
|
* live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot: Add fake_cloud_init
|
||||||
|
@ -643,7 +643,7 @@ LABEL=system-boot /boot/firmware vfat defaults 0 1
|
|||||||
EOM
|
EOM
|
||||||
|
|
||||||
cat > /boot/firmware/cmdline.txt << EOM
|
cat > /boot/firmware/cmdline.txt << EOM
|
||||||
dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait
|
net.ifnames=0 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait
|
||||||
EOM
|
EOM
|
||||||
|
|
||||||
cat > /boot/firmware/config.txt << EOM
|
cat > /boot/firmware/config.txt << EOM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user