Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
727e7f4260 | ||
|
bd026204d8 |
@ -31,8 +31,8 @@ toast_me() {
|
|||||||
echo "pirogue" > $MNT/etc/hostname
|
echo "pirogue" > $MNT/etc/hostname
|
||||||
|
|
||||||
# Add PTS PPA
|
# Add PTS PPA
|
||||||
chroot $MNT wget -O /etc/apt/sources.list.d/pirogue.list https://pts-project.org/debian-12/pirogue.list
|
chroot $MNT wget -O /etc/apt/sources.list.d/pirogue.list https://pts-project.org/debian-12-virogue/pirogue.list
|
||||||
chroot $MNT wget -O /etc/apt/trusted.gpg.d/pirogue.gpg https://pts-project.org/debian-12/pirogue.gpg
|
chroot $MNT wget -O /etc/apt/trusted.gpg.d/pirogue.gpg https://pts-project.org/debian-12-virogue/pirogue.gpg
|
||||||
|
|
||||||
# Make initial installation easier on users:
|
# Make initial installation easier on users:
|
||||||
install -m 755 -o root -g root files/avoid-debconf-prompts $MNT/root/avoid-debconf-prompts
|
install -m 755 -o root -g root files/avoid-debconf-prompts $MNT/root/avoid-debconf-prompts
|
||||||
|
@ -31,8 +31,8 @@ toast_me() {
|
|||||||
echo "pirogue" > $MNT/etc/hostname
|
echo "pirogue" > $MNT/etc/hostname
|
||||||
|
|
||||||
# Add PTS PPA
|
# Add PTS PPA
|
||||||
chroot $MNT wget -O /etc/apt/sources.list.d/pirogue.list https://pts-project.org/debian-12/pirogue.list
|
chroot $MNT wget -O /etc/apt/sources.list.d/pirogue.list https://pts-project.org/debian-12-virogue/pirogue.list
|
||||||
chroot $MNT wget -O /etc/apt/trusted.gpg.d/pirogue.gpg https://pts-project.org/debian-12/pirogue.gpg
|
chroot $MNT wget -O /etc/apt/trusted.gpg.d/pirogue.gpg https://pts-project.org/debian-12-virogue/pirogue.gpg
|
||||||
|
|
||||||
# Make initial installation easier on users:
|
# Make initial installation easier on users:
|
||||||
install -m 755 -o root -g root files/avoid-debconf-prompts $MNT/root/avoid-debconf-prompts
|
install -m 755 -o root -g root files/avoid-debconf-prompts $MNT/root/avoid-debconf-prompts
|
||||||
@ -43,7 +43,7 @@ toast_me() {
|
|||||||
# Add a third directory with packages required for Pi 5 support (which would
|
# Add a third directory with packages required for Pi 5 support (which would
|
||||||
# otherwise be problematic on regular PiRogue installations, due to the file
|
# otherwise be problematic on regular PiRogue installations, due to the file
|
||||||
# conflicts between raspi-firmware and firmware-brcm80211):
|
# conflicts between raspi-firmware and firmware-brcm80211):
|
||||||
echo 'deb https://pts-project.org/debian-12/pirogue-3rd-party-pi5 ./' >> $MNT/etc/apt/sources.list.d/pirogue.list
|
echo 'deb https://pts-project.org/debian-12-virogue/pirogue-3rd-party-pi5 ./' >> $MNT/etc/apt/sources.list.d/pirogue.list
|
||||||
|
|
||||||
# Preconfigure raspi-firmware to disable the default cma= setting on the
|
# Preconfigure raspi-firmware to disable the default cma= setting on the
|
||||||
# kernel command line. Don't run the hook manually, the linux-image install
|
# kernel command line. Don't run the hook manually, the linux-image install
|
||||||
|
Loading…
Reference in New Issue
Block a user