Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 24.04 #325

Merged
merged 27 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
eec2380
Add 24.04
jackpot51 Feb 5, 2024
403a66c
Default to 24.04
jackpot51 Feb 7, 2024
78cfa04
Use PROPOSED=1
jackpot51 Feb 7, 2024
6c78958
Increase qemu drive size to 64GB
jackpot51 Mar 27, 2024
46fe8c7
Remove staging branch for distinst-v2
jackpot51 Mar 27, 2024
cb26d3d
Build 24.04 with master branch
jackpot51 Apr 8, 2024
57148a3
Install cosmic-term before pop-desktop, and manually install rsync
jackpot51 Apr 8, 2024
5d65d2a
Manually install systemd-boot
jackpot51 Apr 8, 2024
f73c4ea
Delete old configs
jackpot51 Apr 26, 2024
53402aa
Make arch configurable
jackpot51 Apr 26, 2024
2d8bcad
Add qemu-user-static to depends
jackpot51 Apr 26, 2024
a6d21d9
Remove broken GRUB_BIOS option
jackpot51 Apr 26, 2024
631c813
Remove USB target
jackpot51 Apr 26, 2024
36da787
Refactor qemu.mk to support other arches
jackpot51 Apr 26, 2024
4296d07
Only add i386 arch on amd64
jackpot51 Apr 26, 2024
7d4ed67
Add aarch64 UEFI firmware
jackpot51 Apr 26, 2024
cd9f545
Only depend on dkms packages for amd64
jackpot51 Apr 26, 2024
bfa9a37
Adjust ISO bootloader generation for arm64
jackpot51 Apr 27, 2024
a2b65b2
Fix QEMU flags for arm64
jackpot51 Apr 27, 2024
488faae
Do not include BIOS boot code unless building for amd64
jackpot51 Apr 29, 2024
53e813b
Add linux-system76 dependency
jackpot51 Apr 29, 2024
2cc7ef2
Get DISTRO_ARCH from current dpkg architecture by default
jackpot51 May 8, 2024
65d32ce
Add more packages to pool
jackpot51 Jun 17, 2024
8fa476a
Temporarily remove quiet splash kernel parameters
jackpot51 Jun 17, 2024
ef56e12
chore(noble): remove master staging branch
mmstick Jul 29, 2024
6f17344
Set `nvidia-drm.modeset` to `1` (#335)
XV-02 Jul 30, 2024
2b7353d
Add Signed-By to repositories
jackpot51 Aug 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Configuration settings
DISTRO_CODE?=pop-os
DISTRO_VERSION?=22.04
DISTRO_VERSION?=24.04
DISTRO_ARCH?=$(shell dpkg --print-architecture)

DISTRO_EPOCH?=$(shell date +%s)
DISTRO_DATE?=$(shell date +%Y%m%d)

DISTRO_PARAMS?=

ISO_NAME?=$(DISTRO_CODE)_$(DISTRO_VERSION)
ISO_NAME?=$(DISTRO_CODE)_$(DISTRO_VERSION)_$(DISTRO_ARCH)

GPG_NAME?=`id -un`

Expand Down
93 changes: 0 additions & 93 deletions config/pop-os/18.04.mk

This file was deleted.

93 changes: 0 additions & 93 deletions config/pop-os/19.04.mk

This file was deleted.

96 changes: 0 additions & 96 deletions config/pop-os/19.10.mk

This file was deleted.

Loading