An open API service indexing awesome lists of open source software.

https://github.com/afbjorklund/fedora-live


https://github.com/afbjorklund/fedora-live

fedora

Last synced: about 2 months ago
JSON representation

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 2048

repo --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


```