docker: add console device
This commit is contained in:
parent
0cd74eff38
commit
762725c294
@ -69,6 +69,9 @@ reboot
|
||||
dd if=/dev/urandom count=50 | md5sum | passwd --stdin root
|
||||
passwd -l root
|
||||
|
||||
# create necessary devices
|
||||
/sbin/MAKEDEV /dev/console
|
||||
|
||||
# cleanup unwanted stuff
|
||||
|
||||
# ami-creator requires grub during the install, so we remove it (and
|
||||
|
Loading…
Reference in New Issue
Block a user