Commit Graph

146 Commits

Author SHA1 Message Date
Adam Jafarov
af05eed52a
systemdboot: Prioritize copy-to-RAM neptune option 2022-05-30 15:46:01 +03:00
Adam Jafarov
abc721ec42
Installer: Do not split boot from root 2022-05-30 15:19:20 +03:00
Adam Jafarov
7c5899e289
Profile: Not only for AMD anymore :) 2022-05-30 15:06:03 +03:00
Adam Jafarov
f151dc5c71
Installer: Separate boot filesystem from root 2022-05-29 23:27:35 +03:00
Adam Jafarov
d7fc769dad
Update README.md 2022-05-28 20:23:22 +03:00
Adam Jafarov
18e273c7a8
Update build.yml 2022-05-28 20:21:39 +03:00
Adam Jafarov
2921b76de5
Installer: Address more Intel mistakes 2022-05-28 01:13:19 +03:00
Adam Jafarov
739e9b4bad
Installer: Revert AMD changes 2022-05-27 11:02:42 +03:00
Adam Jafarov
e783d54637
Installer: Intel iGPUs still need older stuff 2022-05-27 00:16:29 +03:00
Adam Jafarov
670b2c1266
Installer: Update grub ONLY if NVIDIA is selected 2022-05-26 23:37:28 +03:00
Adam Jafarov
b074af50a1
Installer: Fix default grub entry 2022-05-26 23:35:40 +03:00
Adam Jafarov
ed74e52c8d
Readme: Welcome modern NVIDIA GPUs! (finally) 2022-05-26 14:43:18 +03:00
Adam Jafarov
22c568a2a6
Installer: NVIDIA support + Refine intel stuff 2022-05-26 14:40:53 +03:00
Adam Jafarov
a4033a3645
holoiso: License this under uhhhhh..... 2022-05-25 22:04:41 +03:00
Adam Jafarov
afa9c7e144
Merge pull request #179 from fewtarius/3.0
Re-issue PR that corrects a few issues.
2022-05-24 11:07:30 +03:00
Adam Jafarov
2e10b06d83
Update README.md 2022-05-24 11:06:52 +03:00
fewtarius
8688d25a95
Fix merge conflicts. 2022-05-23 21:29:10 +00:00
Adam Jafarov
3eefe165bb
Revert "Misc fixes and updates" 2022-05-23 21:24:27 +00:00
fewtarius
f6d603e477
Re-apply reverted changes with the fix for partitions. 2022-05-23 21:23:47 +00:00
fewtarius
5280752b4b
Fix DISKDEVICE variable oops. 2022-05-23 21:23:39 +00:00
Adam Jafarov
37fb205fb6
Be more precise in GPU selection 2022-05-24 00:21:41 +03:00
Adam Jafarov
f6116bb536
Make recoveryinit run after login in recoverymode 2022-05-23 16:08:33 +03:00
Adam Jafarov
dca1b0c60e
Merge pull request #170 from theVakhovskeIsTaken/revert-169-3.0
Revert "Misc fixes and updates"
2022-05-23 15:41:12 +03:00
Adam Jafarov
71c125d8e3
Revert "Misc fixes and updates" 2022-05-23 15:40:53 +03:00
Adam Jafarov
5a1f2f7b73
Merge pull request #169 from fewtarius/3.0
Misc fixes and updates
2022-05-23 14:45:28 +03:00
fewtarius
231cca9c88
Merge branch '3.0' of github.com:theVakhovskeIsTaken/holoiso into 3.0 2022-05-23 11:36:49 +00:00
fewtarius
43d135f029
Update comment. 2022-05-23 11:26:12 +00:00
fewtarius
5b38d21689
If the boot device is mmcblk0, or 64GB or less, don't create a /home partition. 2022-05-23 11:08:39 +00:00
fewtarius
1eea229e86
Add a test to move the sd mount udev rule to work around a failure to boot introduced with the May 20 update. 2022-05-23 10:00:34 +00:00
Adam Jafarov
6adec9e744
Merge pull request #165 from mnixry/3.0
Add GitHub Action to build ISO
2022-05-23 11:47:20 +03:00
Adam Jafarov
adea09c8b1
Merge pull request #166 from ItsVixano/3.0
Add back telegram hyperlink
2022-05-23 11:46:31 +03:00
Giovanni Ricca
1e7d02d2d4 Add back telegram hyperlink
Change-Id: Ide128fd95c2abdc0130d3089f532014d132927de
2022-05-23 10:42:34 +02:00
Mix
bd371135a3
Update build.yml 2022-05-23 16:15:37 +08:00
Mix
cb444425c2
Update workflow ISO output directory 2022-05-23 15:54:52 +08:00
Mix
b7acbcf5ac
Fix workflow build error 2022-05-23 14:49:59 +08:00
Mix
018e101452
Fix workflow build error 2022-05-23 14:47:33 +08:00
Mix
13d5b7eb0b
Add GitHub Action to build ISO 2022-05-23 14:46:02 +08:00
fewtarius
fe8b772098
Add missing dependencies, set the user to wheel for flatpacks to install correctly, and update the profile to use the builder's git config. 2022-05-22 22:51:56 +00:00
fewtarius
5a6c5b3be3
Use arch-chroot XD 2022-05-22 21:56:53 +00:00
fewtarius
625b44aca3
Fix up the loop. 2022-05-22 21:01:44 +00:00
fewtarius
b9f6ffa441
Wrap the installation question in a while loop, rather than defaulting to Intel. 2022-05-22 20:45:29 +00:00
fewtarius
72f60a8eff
Set gamescope to be installable if AMD is selected, and don't install Intel bits if we're not selecting the Intel option. 2022-05-22 20:40:40 +00:00
Adam Jafarov
44da6935fa
Merge pull request #159 from LeddaZ/3.0
Add copy to RAM and fix default loader entry
2022-05-22 19:49:52 +03:00
LeddaZ
9ab42663af Add "Copy to RAM" entries to loader 2022-05-22 17:23:29 +02:00
LeddaZ
f563d94679 Set correct name for default loader entry 2022-05-22 17:22:12 +02:00
bhaiest
9fa749886d HoloISO Lord Gaben's treasure (snapshot4) 20220522_1750 2022-05-22 17:50:31 +03:00
bhaiest
8504c1c4cf HoloISO Lord Gaben's treasure (snapshot3) 20220522_1656 2022-05-22 16:57:18 +03:00
bhaiest
e676bfd1cc HoloISO f92dbd6809 (snapshot C1) 20220522_1632 2022-05-22 16:33:10 +03:00
bhaiest
7b6bd65989 HoloISO Lord Gaben's treasure (snapshot3) 20220522_1437 2022-05-22 14:37:40 +03:00
bhaiest
f324b4638f HoloISO Lord Gaben's treasure (snapshot3) 20220522_1434 2022-05-22 14:34:45 +03:00