Strip out archiso (airootfs, efiboot, syslinux, mkarchiso, prepare.sh, Dockerfile, mirrorlist, profiledef.sh, packages.x86_64, reset.sh, run_before_squashfs.sh) and adopt artools buildiso with full antergos iso-profiles. Bitch, you NEED therapy. Are you threatening me? - 154 files changed, 2804 insertions, 7352 deletions - buildiso wrapper + iso-profiles/antergos/ (profile.yaml, root-overlay, live-overlay) + iso-profiles/common/common.yaml - pacman.conf.d/iso-x86_64.conf with antergos-pkgs repo first ...Are you THREATENING me in SKECHERS?! - Calamares offline + online module dirs, antergos-next branding - componentName must match dir or Branding.cpp goes full T-square - calamares before calamares-branding-antergos-next so --overwrite='*' wins correctly. YOU'RE ON YOUR FOURTH WIFE RIGHT NOW- - calamares-next.desktop in live-overlay (/usr/share + /etc/skel/Desktop) - netinstall.yaml bundled. No remote deps. Kill that bitch (Cnchi). What fuckin' college would care if you drew some bullshit picture about your feelings? - CI: artixlinux/artixlinux:base container, install artools, buildiso -p antergos, IA upload with collection=open_source_software. Class is in session. Maybe I should grow 40 feet! Then you'd REALLY like me! - IA: mediatype=software keeps us out of Community Texts jail. The question is; what's this stick gonna do? It's honestly super humbling, when the trashiest repo you know; probably coked out of its mind... says the most thoughtful thing you've done in years. - README.md rewritten with Artix/OpenRC/KDE badges, build instructions, migration notes. Nice SpongeBob impression. ...Nice SpongeBob impression. - AGENTS.md updated (identity ritual, gotchas, commands, repo layout) - Restore LICENSE, NOTICES, APOLOGY.txt, CHANGELOG.md from git history. Some files you just don't let die. No matter what, you NEVER use that N-word! (...should've said nothing.) - .gitignore: work/ iso/ out/. Go work at Starbucks with your little apron. So laugh all you want. Forget about me all you want. But at least I'll be gorgeous forever. Mother, I'm in the SquashFS now. Signed-off-by: Celestia Ludenberg <ash8820@proton.me>
52 lines
1.9 KiB
Plaintext
52 lines
1.9 KiB
Plaintext
# SPDX-FileCopyrightText: no
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
#
|
|
# Create, overwrite or update /etc/default/grub in the target system.
|
|
#
|
|
# Write lines to /etc/default/grub (in the target system) based
|
|
# on calculated values and the values set in the *defaults* key
|
|
# in this configuration file.
|
|
#
|
|
# Calculated values are:
|
|
# - GRUB_DISTRIBUTOR, branding module, *bootloaderEntryName* (this
|
|
# string is sanitized, and see also setting *keep_distributor*)
|
|
# - GRUB_ENABLE_CRYPTODISK, based on the presence of filesystems
|
|
# that use LUKS
|
|
# - GRUB_CMDLINE_LINUX_DEFAULT, adding LUKS setup and plymouth
|
|
# support to the kernel.
|
|
|
|
---
|
|
# If set to true, always creates /etc/default/grub from scratch even if the file
|
|
# already existed. If set to false, edits the existing file instead.
|
|
overwrite: false
|
|
|
|
# If set to true, prefer to write files in /etc/default/grub.d/
|
|
# rather than the single file /etc/default/grub. If this is set,
|
|
# Calamares will write /etc/default/grub.d/00Calamares instead.
|
|
prefer_grub_d: false
|
|
|
|
# If set to true, an **existing** setting for GRUB_DISTRIBUTOR is
|
|
# kept, not updated to the *bootloaderEntryName* from the branding file.
|
|
# Use this if the GRUB_DISTRIBUTOR setting in the file is "smart" in
|
|
# some way (e.g. uses shell-command substitution).
|
|
keep_distributor: false
|
|
|
|
# The default kernel params that should always be applied.
|
|
# This is an array of strings. If it is unset, the default is
|
|
# `["quiet"]`. To avoid the default, explicitly set this key
|
|
# to an empty list, `[]`.
|
|
kernel_params: [ "quiet" ]
|
|
|
|
# Default entries to write to /etc/default/grub if it does not exist yet or if
|
|
# we are overwriting it.
|
|
#
|
|
defaults:
|
|
GRUB_TIMEOUT: 5
|
|
GRUB_DEFAULT: "saved"
|
|
GRUB_DISABLE_SUBMENU: true
|
|
GRUB_TERMINAL_OUTPUT: "console"
|
|
GRUB_DISABLE_RECOVERY: true
|
|
|
|
# Set to true to force defaults to be used even when not overwriting
|
|
always_use_defaults: false
|