diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-08-22 17:02:01 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-08-22 17:15:31 +0200 |
commit | 3e5c185446e41e698bfdd64504bd3b5fe6226664 (patch) | |
tree | ba933764102bb357897bc74d7f83001135d7eda2 /dracut/module-setup.sh | |
parent | 52f9477c32749aee8b3c4ae080a9905e4ae9f3c9 (diff) | |
download | hrmpf-3e5c185446e41e698bfdd64504bd3b5fe6226664.tar.gz hrmpf-3e5c185446e41e698bfdd64504bd3b5fe6226664.tar.xz hrmpf-3e5c185446e41e698bfdd64504bd3b5fe6226664.zip |
enable serial getty when using serial console
Diffstat (limited to 'dracut/module-setup.sh')
-rw-r--r-- | dracut/module-setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dracut/module-setup.sh b/dracut/module-setup.sh index 4170620..abdf7f8 100644 --- a/dracut/module-setup.sh +++ b/dracut/module-setup.sh @@ -26,6 +26,7 @@ install() { inst_hook pre-pivot 01 "$moddir/adduser.sh" inst_hook pre-pivot 02 "$moddir/display-manager-autologin.sh" inst_hook pre-pivot 02 "$moddir/getty-autologin.sh" + inst_hook pre-pivot 02 "$moddir/getty-serial.sh" inst_hook pre-pivot 03 "$moddir/copy-initramfs.sh" inst_hook pre-pivot 04 "$moddir/locale.sh" inst_hook pre-pivot 05 "$moddir/services.sh" |