mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-12-22 05:05:17 +00:00
Add some comments
This commit is contained in:
parent
570ead9036
commit
67ce9250e3
@ -1,3 +1,45 @@
|
||||
# __ ____ ____ _____
|
||||
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
|
||||
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
|
||||
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
|
||||
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
||||
# /_/ /____/
|
||||
|
||||
# What ? This kickstart file bootstraps a desktop machine.
|
||||
# 'd' for desktop, 'm' for minimal, 'd' for development only.
|
||||
|
||||
# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents.
|
||||
# Bye bye!
|
||||
|
||||
# Usage
|
||||
# With virt-install :
|
||||
#$ virt-install \
|
||||
# --connect qemu:///system \
|
||||
# --virt-type kvm \
|
||||
# --arch x86_64 \
|
||||
# --machine q35 \
|
||||
# --name vmd \
|
||||
# --boot uefi \
|
||||
# --cpu host-model,topology.sockets=1,topology.cores=2,topology.threads=2 \
|
||||
# --vcpus 4 \
|
||||
# --memory 8192 \
|
||||
# --video virtio \
|
||||
# --channel spicevmc \
|
||||
# --autoconsole none \
|
||||
# --sound none \
|
||||
# --controller type=virtio-serial \
|
||||
# --controller type=usb,model=none \
|
||||
# --controller type=scsi,model=virtio-scsi \
|
||||
# --network network=default,model=virtio \
|
||||
# --input type=keyboard,bus=virtio \
|
||||
# --input type=tablet,bus=virtio \
|
||||
# --rng /dev/urandom,model=virtio \
|
||||
# --disk path=/var/lib/libvirt/images/vmd.img,format=raw,bus=virtio,cache=writeback,size=5 \
|
||||
# --location=https://download.fedoraproject.org/pub/fedora/linux/releases/34/Everything/x86_64/os/ \
|
||||
# --extra-args="inst.ks=https://git.phyllo.me/home/kickstart/raw/branch/master/flat/flat-dmd.cfg"
|
||||
#
|
||||
# --initrd-inject bmd.cfg --extra-args "inst.ks=file:/bmd.cfg"
|
||||
|
||||
# Generated by pykickstart v3.32
|
||||
#version=DEVEL
|
||||
# X Window System configuration information
|
||||
|
@ -1,3 +1,18 @@
|
||||
# __ ____ ____ _____
|
||||
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
|
||||
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
|
||||
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
|
||||
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
||||
# /_/ /____/
|
||||
#
|
||||
# What ? This kickstart file automatically deploys a minimal system.
|
||||
# 'm' for minimal, 'd' for development only.
|
||||
|
||||
# Know bug: Cannot resolve host name
|
||||
|
||||
# ATTENTION : this kickstart file will automatically DESTROY the main virtual disk 'vda' and all of its contents.
|
||||
# Bye bye!
|
||||
|
||||
# Generated by pykickstart v3.32
|
||||
#version=DEVEL
|
||||
# Keyboard layouts
|
||||
|
Loading…
Reference in New Issue
Block a user