Skip to content

Commit

Permalink
[build-img]: Move to elogind and images enlarged
Browse files Browse the repository at this point in the history
  • Loading branch information
mkreisl committed Oct 2, 2024
1 parent 773e0c9 commit 5c0ef0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions xbian-build-img/build/rpi/config
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ config_distro_url=http://archive.raspbian.org/raspbian/
config_distro_arch=armhf
config_fstype_root=btrfs
config_fsoptions_root=-o compress=lzo,noatime
config_img_size=1200M
config_img_size=1800M
config_fstype_boot=vfat
config_xbian_deb=xbian-package-kernel xbian-package-firmware
config_xbian_deb=xbian-package-kernel xbian-package-firmware libpam-elogind
config_allow_staging_devel=no
config_allow_staging=no
4 changes: 2 additions & 2 deletions xbian-build-img/build/rpi5-64/config
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ config_distro_url=http://deb.debian.org/debian
config_distro_arch=arm64
config_fstype_root=btrfs
config_fsoptions_root=-o compress=none,noatime
config_img_size=2800M
config_img_size=3000M
config_fstype_boot=vfat
config_xbian_deb=linux-image-bcm2710 xbian-package-firmware
config_xbian_deb=linux-image-bcm2710 xbian-package-firmware libpam-elogind
config_allow_staging_devel=yes
config_allow_staging=yes
4 changes: 2 additions & 2 deletions xbian-build-img/build/rpi5/config
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ config_distro_url=http://deb.debian.org/debian
config_distro_arch=armhf
config_fstype_root=btrfs
config_fsoptions_root=-o compress=none,noatime
config_img_size=2500M
config_img_size=3000M
config_fstype_boot=vfat
config_xbian_deb=linux-image-bcm2710 xbian-package-firmware
config_xbian_deb=linux-image-bcm2710 xbian-package-firmware libpam-elogind
config_allow_staging_devel=no
config_allow_staging=yes

0 comments on commit 5c0ef0e

Please sign in to comment.