16 lines
396 B
Plaintext
16 lines
396 B
Plaintext
PR = "r157"
|
|
|
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
#re-use non-perf settings
|
|
BASEMACHINE = "${@d.getVar('MACHINE', True).replace('-perf', '')}"
|
|
|
|
SRC_URI += "file://umountfs"
|
|
|
|
do_install_append() {
|
|
update-rc.d -f -r ${D} reboot remove
|
|
update-rc.d -f -r ${D} mountnfs.sh remove
|
|
update-rc.d -f -r ${D} urandom remove
|
|
rm -rf ${D}${sysconfdir}/init.d/reboot
|
|
}
|