forked from ChimeraOS/install-media
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# This is a combination of 4 commits.
# This is the 1st commit message: Add graphical installer to iso Also update to latest upstream changes # The commit message ChimeraOS#2 will be skipped: # update upstream # The commit message ChimeraOS#3 will be skipped: # use sddm, gamescope-plus and gamescope-session. Also default to graphical target # Hack in gamescope-session with own PKGBUILD # The commit message ChimeraOS#4 will be skipped: # use sddm, gamescope-plus and gamescope-session. Also default to graphical target # Hack in gamescope-session with own PKGBUILD
- Loading branch information
1 parent
3f8d187
commit cd9aaee
Showing
81 changed files
with
374 additions
and
841 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# | ||
# SPDX-License-Identifier: GPL-3.0-or-later | ||
chimeraos | ||
chimeraos-installer |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
HOOKS=(base udev plymouth kms modconf archiso block filesystems) | ||
COMPRESSION="xz" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
# | ||
# SPDX-License-Identifier: GPL-3.0-or-later | ||
|
||
# mkinitcpio preset file for the 'linux' package on archiso | ||
|
||
PRESETS=('archiso') | ||
|
||
ALL_kver='/boot/vmlinuz-linux-chimeraos' | ||
ALL_config='/etc/mkinitcpio.conf' | ||
archiso_config='/etc/mkinitcpio.conf.d/archiso.conf' | ||
|
||
archiso_image="/boot/initramfs-linux-chimeraos.img" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
chimeraos/airootfs/etc/pacman.d/hooks/uncomment-mirrors.hook
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[Autologin] | ||
User=root | ||
Session=ChimeraOS Installer |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Allow root login using password authentication | ||
PasswordAuthentication yes | ||
PermitRootLogin yes |
5 changes: 0 additions & 5 deletions
5
chimeraos/airootfs/etc/systemd/journald.conf.d/volatile-storage.conf
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
chimeraos/airootfs/etc/systemd/logind.conf.d/do-not-suspend.conf
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.