# Kickstart to prepare CAR miniPC (default user : inria) # Desktop : Gnome Shell # # Autor : Jacques Serlan # # Release : Fedora 19 # Platform : x86_64 # # version=1.0.0 # System authorization information auth --enableshadow --passalgo=sha512 # Use CDROM installation media cdrom # Run the Setup Agent on first boot firstboot --disable ignoredisk --only-use=sda # Keyboard layouts keyboard --vckeymap=us --xlayouts='us','gb','fr' # System language lang en_US.UTF-8 # Network information network --bootproto=dhcp --device=eth0 --noipv6 #network --hostname=car-component.sophia.inria.fr # Root password rootpw --iscrypted $6$W2I9hZo5GdXAdFZY$T0.ye4xcYY5uzODRQjuh9Px0FgUqBjEl9HjoNHG1YvJnQC8WDyOQ1KDgMXMVQEvaVOUQzzJ6DEYaIeaZWhK5o0 # System timezone timezone Europe/Paris --isUtc user --groups=wheel --homedir=/home/inria --name=inria --password=$6$tia1sbi4odsTSxWK$WMHH3Hmt9W6f6NPBDri8ch1ErEcDIaDz1CDf4UTdo1xFnxmLLRhIjKFO5sJRxoINtOzBZcNRUFGphMAzCGfHG. --iscrypted --gecos="inria" # X Window System configuration information xconfig --startxonboot # System bootloader configuration bootloader --location=mbr --boot-drive=sda # Partition clearing information clearpart --all --initlabel --drives=sda #Partitionning #Uncomment for automatic partionning by the fedora installer #autopart --type=plain #Comment for automatic partionning by the fedora installer part /boot --size=500 --ondisk=sda part swap --recommended --maxsize=4000 --ondisk=sda part / --grow --ondisk=sda # Firewall rules firewall --enabled --trust eth0 --ssh selinux --disabled # Services services --enabled ssh # Reboot after installation reboot --eject %packages @base-x @core @dial-up @firefox @fonts @gnome-desktop @hardware-support @input-methods @multimedia @printing @standard %end