* inittab and systemd-serialgetty expects /sbin/getty not agetty
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
update-alternatives --remove fdisk fdisk.${PN}
}
+pkg_postinst_util-linux-agetty () {
+ update-alternatives --install ${base_sbindir}/getty getty agetty 100
+}
+
+pkg_prerm_util-linux-agetty () {
+ update-alternatives --remove getty agetty
+}
+
pkg_postinst_util-linux-mount () {
update-alternatives --install ${base_bindir}/mount mount mount.${PN} 100
}
MAJOR_VERSION = "2.19"
-PR = "r11"
+PR = "r12"
require util-linux.inc
# note that `lscpu' is under GPLv3+