https://github.com/afbjorklund/fedora-live
https://github.com/afbjorklund/fedora-live
fedora
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/afbjorklund/fedora-live
- Owner: afbjorklund
- Created: 2021-10-22T16:29:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T15:38:22.000Z (over 3 years ago)
- Last Synced: 2025-03-20T02:07:06.998Z (about 2 months ago)
- Topics: fedora
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fedora Linux Live CD
See
And
[Vagrantfile](./Vagrantfile) (`vagrant up --provider=libvirt`)
```console
# livecd-creator \
--config=/usr/share/doc/livecd-tools/livecd-fedora-minimal.ks
``````text
245M livecd-fedora-minimal-***.iso
```## Kickstart
*
```text
lang en_US.UTF-8
keyboard us
timezone US/Eastern
authselect select sssd with-silent-lastlog --force
selinux --enforcing
firewall --disabled
part / --size 2048repo --name=development --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
%packages
@standard%end
```## Comp (DNF group)
*
```xml
standard
<_name>Standard
<_description>Common set of utilities that extend the minimal installation.
false
false
abrt-cli
acl
at
attr
bash-completion
bc
bind-utils
btrfs-progs
bzip2
cifs-utils
compsize
cpio
crontabs
cryptsetup
cyrus-sasl-plain
dbus
default-editor
deltarpm
dos2unix
dosfstools
ed
ethtool
exfatprogs
file
fpaste
fprintd-pam
gnupg2
hunspell
iptstate
irqbalance
jwhois
logrotate
lsof
mailcap
man-pages
mcelog
mdadm
microcode_ctl
mlocate
mtr
net-tools
nfs-utils
nmap-ncat
ntfs-3g
ntfsprogs
opensc
passwdqc
pciutils
pinfo
psacct
quota
realmd
rsync
rsyslog
smartmontools
sos
sssd
sudo
symlinks
systemd-udev
tar
tcpdump
time
traceroute
tree
unzip
usbutils
util-linux-user
wget
which
words
zip
chrony
```