Skip to content

Commit

Permalink
should_gunzip_vmlinuz_standard pinephone
Browse files Browse the repository at this point in the history
because of new kernel
  • Loading branch information
Seshpenguin committed Nov 7, 2023
1 parent 3abd2e3 commit f709445
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/helpers/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ export const FILES_DIR = path.join(__dirname + "/../../distro-files");
export const arch = process.arch;
export const TARGET_DEVICE = process.env.TARGET_DEVICE;
export const ACCEPTABLE_STANDARD_DEVICES = [
{ "name": "pine64-pinephone" },
{
"name": "pine64-pinephone",
"should_gunzip_vmlinuz": true
},
{
"name": "pine64-pinephonepro",
"should_gunzip_vmlinuz": true
Expand Down

0 comments on commit f709445

Please sign in to comment.