~blake-rouse/+junk/suse-helpers

« back to all changes in this revision

Viewing changes to end-build-script

  • Committer: Blake Rouse
  • Date: 2014-06-19 12:01:55 UTC
  • Revision ID: blake.rouse@canonical.com-20140619120155-e0641u301egt05b2
Fix curtin-hooks for sles, allow ttyS0 login.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
passwd -d root
32
32
passwd -l root
33
33
 
 
34
# allow login on ttyS0
 
35
echo "ttyS0" >> /etc/securetty
 
36
echo "S0:2345:respawn:/sbin/agetty -L 115200 ttyS0 vt102" >> /etc/inittab