Skip to content

Commit

Permalink
Merge pull request #17 from Shubhamvis98/merge
Browse files Browse the repository at this point in the history
sound fix
  • Loading branch information
Shubhamvis98 authored Sep 27, 2023
2 parents 7a6dd67 + 1b7b9fe commit a66a2f5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo '[+]Stage 2: Debootstrap second stage and adding Mobian apt repo'
[ -e ${ROOTFS}/etc/passwd ] && echo '[*]Second Stage already done' || nspawn-exec /debootstrap/debootstrap --second-stage
mkdir -p ${ROOTFS}/etc/apt/sources.list.d ${ROOTFS}/etc/apt/trusted.gpg.d
echo 'deb http://kali.download/kali kali-rolling main non-free contrib' > ${ROOTFS}/etc/apt/sources.list
echo 'deb http://repo.mobian.org/ trixie main non-free-firmware' > ${ROOTFS}/etc/apt/sources.list.d/mobian.list
echo "deb http://repo.mobian.org/ ${mobian_suite} main non-free-firmware" > ${ROOTFS}/etc/apt/sources.list.d/mobian.list
curl https://salsa.debian.org/Mobian-team/mobian-recipes/-/raw/master/overlays/apt/trusted.gpg.d/mobian.gpg > ${ROOTFS}/etc/apt/trusted.gpg.d/mobian.gpg

cat << EOF > ${ROOTFS}/etc/apt/preferences.d/00-kali-priority
Expand All @@ -85,8 +85,12 @@ Pin: release o=Kali
Pin-Priority: 1000
EOF

cat << EOF > ${ROOTFS}/etc/apt/preferences.d/10-ubootmenu-mobian
Package: u-boot-menu*
cat << EOF > ${ROOTFS}/etc/apt/preferences.d/10-mobian-priority
Package: u-boot-menu
Pin: release o=Mobian
Pin-Priority: 1001
Package: alsa-ucm-conf
Pin: release o=Mobian
Pin-Priority: 1001
EOF
Expand Down

0 comments on commit a66a2f5

Please sign in to comment.