Changes

Jump to navigation Jump to search
191 bytes added ,  09:13, 23 March 2018
no edit summary
Line 1: Line 1:  
= Install Ubuntu using Kickstart =
 
= Install Ubuntu using Kickstart =
 +
 +
== Generate kickstart iscrypted password ==
 +
openssl passwd -1
    
== Kickstart example ==
 
== Kickstart example ==
Line 18: Line 21:  
user rra --fullname "RRA User" --iscrypted --password $1$pJDvPfus$7Pc.fWyqWME.1gjcOXG/20
 
user rra --fullname "RRA User" --iscrypted --password $1$pJDvPfus$7Pc.fWyqWME.1gjcOXG/20
 
#Root password
 
#Root password
rootpw --iscrypted $1$af7ixNXZ$PNTZAijiT4m9W3/7VFpls/
+
rootpw --disabled
 
#Reboot after installation
 
#Reboot after installation
 
# -- reboot
 
# -- reboot
Line 75: Line 78:  
wget --ca-certificate=/etc/ssl/certs/FreeIPA-CA.crt -O /etc/rsyslog.d/50-default.conf https://$URL_REPO/etc/rsyslog.d/50-default.conf
 
wget --ca-certificate=/etc/ssl/certs/FreeIPA-CA.crt -O /etc/rsyslog.d/50-default.conf https://$URL_REPO/etc/rsyslog.d/50-default.conf
 
export SUDO_FORCE_REMOVE=no</nowiki>
 
export SUDO_FORCE_REMOVE=no</nowiki>
 +
== Keyboard Layout ==
 +
sudo dpkg-reconfigure console-data
 +
If it says you don't have the package, then install console-data with:
 +
sudo apt-get install console-data

Navigation menu