mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-12-22 05:05:17 +00:00
Add description to file
Add description for this file at the beginning. Uncomment the grub command.
This commit is contained in:
parent
f8dac0ca68
commit
e65ea5ba2a
17
f34/main.cfg
17
f34/main.cfg
@ -1,9 +1,18 @@
|
||||
# Kickstart that installs a fedora 34 server in a VM with relatively sensible defaults.
|
||||
# Only for development purposes
|
||||
# Compatible with BIOS only (no-EFI support).
|
||||
# Create a single vda2 root partition for the entire system.
|
||||
# Will populate the available space.
|
||||
# Install updates.
|
||||
# Install qemu and spice guest agents.
|
||||
# ATTENTION : will automatically destroy the main virtual disk 'vda' and all of its contents. Bye bye!
|
||||
# USAGE : Press the `tab` key during POST and apend that after the 'quiet' string :
|
||||
# inst.ks=https://git.phyllo.me/lukas/kickstart/f34/main.cfg
|
||||
|
||||
# Originally generated by Anaconda 34.24.9
|
||||
# Orginally generated by pykickstart v3.32
|
||||
#version=DEVEL
|
||||
|
||||
# Press the `tab` key during POST and apend that after the 'quiet' string : inst.ks=https://git.phyllo.me/lukas/kickstart/f34/main.cfg
|
||||
|
||||
## INSTALLATION SOURCE ##
|
||||
|
||||
# Configure cdrom as installation method
|
||||
@ -28,13 +37,11 @@ url --mirrorlist="https://mirrors.fedoraproject.org/metalink?repo=fedora-34&arch
|
||||
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
|
||||
|
||||
# Uncomment to add-nonfree repositories
|
||||
|
||||
# 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 ##
|
||||
@ -154,7 +161,7 @@ dnf install spice-vdagent qemu-guest-agent -y
|
||||
# echo "vfio-mdev" > /etc/modules-load.d/vfio-mdev.conf
|
||||
|
||||
# Update grub (for some reason it doesn't update grub after the update)
|
||||
grub2-mkconfig -o /boot/grub2/grub.cfg
|
||||
# grub2-mkconfig -o /boot/grub2/grub.cfg
|
||||
|
||||
reboot
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user