-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from WeirdTreeThing/main
Update chromebook stuff
- Loading branch information
Showing
26 changed files
with
244 additions
and
599 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
scripts: | ||
post: | ||
- id: cleanup | ||
name: Clean up system | ||
file: ../base/cleanup.sh | ||
- id: selinux-setup | ||
name: Set up SELinux | ||
file: ../base/selinux.sh | ||
- id: buildstamp | ||
name: Generate buildstamp | ||
file: ../base/buildstamp.sh | ||
- id: submarine | ||
name: Set up ChromeOS bootloader | ||
file: submarine.sh | ||
|
||
dnf: | ||
releasever: 39 | ||
repodir: ../base/repodir | ||
options: | ||
- --setopt=cachedir=/var/cache/dnf | ||
- --nogpgcheck | ||
- --setopt=keepcache=True | ||
- --best | ||
- --allowerasing | ||
exclude: | ||
- fedora-release* | ||
- generic-release* | ||
- kernel-debug* | ||
- setroubleshoot | ||
- setroubleshoot-plugins | ||
- setroubleshoot-server | ||
arch_packages: | ||
aarch64: | ||
- bcm283x-firmware | ||
- bcm283x-overlays | ||
- "@arm-tools" | ||
x86_64: | ||
- grub2-pc | ||
- grub2-pc-modules | ||
packages: | ||
- depthcharge-tools | ||
- alsa-ucm-cros | ||
# - submarine |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
builder: dnf | ||
distro: Ultramarine Linux CBE 39 | ||
|
||
users: | ||
- username: ultramarine | ||
# plaintext password: ultramarine | ||
password: "$y$j9T$6/DebcxXazPrtBYnNXtEM.$yaUJHww5Mo1L8xNJ9IDJ.bvKOrIJxAG9PGQKWioBMx3" | ||
groups: | ||
- wheel | ||
|
||
|
||
import: | ||
- base-cbe.yaml | ||
- ../base/base-disk.yaml | ||
|
||
scripts: | ||
post: | ||
- id: grub | ||
name: Set up GRUB | ||
file: ../base/grub-setup.sh | ||
|
||
disk: | ||
size: 14GiB | ||
partitions: | ||
- label: submarine | ||
size: 16MiB | ||
filesystem: efi | ||
mountpoint: /mnt | ||
|
||
- label: boot | ||
size: 1GiB | ||
filesystem: ext4 | ||
mountpoint: /boot | ||
|
||
- label: root | ||
# size: 2.5MiB | ||
filesystem: ext4 | ||
mountpoint: / | ||
|
||
|
||
dnf: | ||
releasever: 39 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.