Skip to content

Commit

Permalink
fix firmware location
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Oct 15, 2023
1 parent cfad0c6 commit 713a7e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions distro-files/initramfs/init
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ if [ "$(cat /proc/cmdline | grep pl2.stage2)" != "" ] || [ "$disable_kexec" = "t
mount --bind /sysroot/data/home /sysroot/oroot/home

mkdir -pv /sysroot/oroot/lib/modules
mount --bind /sysroot/squishroot/opt/device-support/$deviceinfo_codename/modules /sysroot/oroot/lib/modules || splash_error "Could not mount kernel modules!"
mount --bind /sysroot/squishroot/opt/device-support/$deviceinfo_codename/modules /sysroot/oroot/usr/lib/modules || splash_error "Could not mount kernel modules!"

mkdir -pv /sysroot/oroot/lib/firmware
mount --bind /sysroot/squishroot/opt/device-support/$deviceinfo_codename/firmware /sysroot/oroot/lib/firmware || splash_error "Could not mount firmware!"
mount --bind /sysroot/squishroot/opt/device-support/$deviceinfo_codename/firmware /sysroot/oroot/usr/lib/firmware || splash_error "Could not mount firmware!"

# PMOS_BOOT to /sysroot/oroot/boot
#mkdir -pv /sysroot/oroot/boot
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ async function main() {
pacman -S --noconfirm appstream-qt libdmtx libxaw lua ttf-hack qrencode xorg-xmessage xorg-xsetroot zxing-cpp accountsservice exiv2 lmdb zsync
pacman -S --noconfirm maliit-keyboard qt5-graphicaleffects xdotool libdisplay-info qcoro-qt6 gpgme
pacman -S --noconfirm $(pacman -Ssq qt6-)
pacman -S --noconfirm python-websocket-client python-wsaccel pyside6 freerdp noto-fonts noto-fonts-cjk noto-fonts-emoji
pacman -S --noconfirm python-websocket-client python-wsaccel pyside6 freerdp noto-fonts noto-fonts-cjk noto-fonts-emoji libimobiledevice
echo "Setting up user"
${arch === "x64" ? 'useradd -m -G wheel user' : ''}
Expand Down

0 comments on commit 713a7e7

Please sign in to comment.