mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2025-02-05 07:59:28 +00:00
renamed file and add a better description
This commit is contained in:
parent
5a937ea6c4
commit
12342220bf
@ -5,13 +5,13 @@
|
||||
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
||||
# /_/ /____/
|
||||
|
||||
# WHAT ? This Kickstart file that bootstraps a minimal fedora 34 server.
|
||||
# 'v' for virtual machine, 'd' for desktop, 'm' for minimal, 'e' for efi, 'd' for development.
|
||||
# WHAT ? This Kickstart file that bootstraps a desktop-oriented virtual machine.
|
||||
# 'v' for virtual machine, 'd' for desktop, 'p' for personalized, 'e' for efi, 'p' for production.
|
||||
|
||||
# USAGE : Press the `tab` or 'e' key during POST and apend that after the 'quiet' string :
|
||||
# inst.ks=https://git.phyllo.me/home/kickstart/raw/branch/master/f34/vdmed.cfg
|
||||
# inst.ks=https://git.phyllo.me/home/kickstart/raw/branch/master/f34/vdpep.cfg
|
||||
# A shorter URL can also be used :
|
||||
# inst.ks=https://url.phyllo.me/vdmed
|
||||
# inst.ks=https://url.phyllo.me/vdpep
|
||||
|
||||
# ATTENTION : this kickstart file will automatically DESTROY the main virtual disk 'vda' and all of its contents.
|
||||
# Bye bye!
|
||||
@ -35,6 +35,12 @@ text
|
||||
url --mirrorlist="https://mirrors.fedoraproject.org/metalink?repo=fedora-34&arch=x86_64"
|
||||
repo --name=fedora-updates --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f34&arch=x86_64" --cost=0
|
||||
|
||||
repo --name=rpmfusion-free --mirrorlist="https://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-34&arch=x86_64" --includepkgs=rpmfusion-free-release
|
||||
repo --name=rpmfusion-free-updates --mirrorlist="https://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-34&arch=x86_64" --cost=0
|
||||
|
||||
repo --name=rpmfusion-nonfree --mirrorlist="https://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-34&arch=x86_64" --includepkgs=rpmfusion-nonfree-release
|
||||
repo --name=rpmfusion-nonfree-updates --mirrorlist="https://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-34&arch=x86_64" --cost=0
|
||||
|
||||
## USER RELATED ##
|
||||
|
||||
# Keyboard layouts -> Doesn't seem to survive a reboot
|
Loading…
x
Reference in New Issue
Block a user