/[smeserver]/cdrom.image/sme10/netinstall/ks.cfg
ViewVC logotype

Diff of /cdrom.image/sme10/netinstall/ks.cfg

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.3 by chrissn, Tue Dec 29 15:12:14 2020 UTC Revision 1.4 by chrissn, Sun Jan 31 00:15:05 2021 UTC
# Line 9  services --disabled=lm_sensors Line 9  services --disabled=lm_sensors
9    
10  # Default root pass, will be changed in post-install process anyway  # Default root pass, will be changed in post-install process anyway
11  rootpw --lock  rootpw --lock
12    user --name=installer --uid=9999
13    
14  # Accept EULA  # Accept EULA
15  eula --agreed  eula --agreed
# Line 171  fi Line 172  fi
172    
173  # SME events in post-install  # SME events in post-install
174  %post  --interpreter=/usr/bin/bash --log=/var/log/ks.post02.log  %post  --interpreter=/usr/bin/bash --log=/var/log/ks.post02.log
175  /sbin/rsyslogd;  userdel -r installer
176  sleep 2;  sleep 2
177  /sbin/e-smith/signal-event post-install;  /sbin/rsyslogd
178  sleep 2;  sleep 2
179  /sbin/e-smith/db configuration set UnsavedChanges no;  /sbin/e-smith/signal-event post-install
180    sleep 2
181    /sbin/e-smith/db configuration set UnsavedChanges no
182  touch /forcequotacheck  touch /forcequotacheck
183  %end  %end
184    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed