Fix buster builds.
Regression introduced in f89f71560d2ca1bd60d97dbb26b89782657d56ae: the sed call modifies /etc/default/raspi-firmware, which used to be /etc/default/raspi3-firmware; while not ideal, working on /etc/default/raspi*-firmware shouldn't interfere on unrelated files.
This commit is contained in:
parent
96ac1dcec7
commit
773d24900d
|
@ -145,7 +145,7 @@ steps:
|
||||||
shell: |
|
shell: |
|
||||||
sed -i 's/root=/console=__SERIAL_CONSOLE__ root=/' /boot/firmware/cmdline.txt
|
sed -i 's/root=/console=__SERIAL_CONSOLE__ root=/' /boot/firmware/cmdline.txt
|
||||||
sed -i 's#root=/dev/mmcblk0p2#root=LABEL=RASPIROOT#' /boot/firmware/cmdline.txt
|
sed -i 's#root=/dev/mmcblk0p2#root=LABEL=RASPIROOT#' /boot/firmware/cmdline.txt
|
||||||
sed -i 's/^#ROOTPART=.*/ROOTPART=LABEL=RASPIROOT/' /etc/default/raspi-firmware
|
sed -i 's/^#ROOTPART=.*/ROOTPART=LABEL=RASPIROOT/' /etc/default/raspi*-firmware
|
||||||
|
|
||||||
__EXTRA_CHROOT_SHELL_CMDS__
|
__EXTRA_CHROOT_SHELL_CMDS__
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue