tools-uclibc/desktop: switch to midori from epiphany and other tweaks

This commit is contained in:
Anthony G. Basile 2013-07-03 12:53:53 +00:00
parent 456adf30df
commit 238fd09f5c
15 changed files with 642 additions and 38 deletions

View file

@ -33,6 +33,7 @@ add_overlay() {
populate_etc() {
cp -f fstab "${ROOTFS}"/etc/fstab
cp -f lilo.conf "${ROOTFS}"/etc/lilo.conf
cp -f resolv.conf "${ROOTFS}"/etc/resolv.conf
rm -f "${ROOTFS}"/etc/portage/make.conf.catalyst
cp -f portage/make.conf.1 "${ROOTFS}"/etc/portage/make.conf
@ -126,6 +127,7 @@ cleanup_dirs() {
rm -rf "${ROOTFS}"/tmp/*
rm -rf "${ROOTFS}"/var/log/*
rm -rf "${ROOTFS}"/var/tmp/*
rm -rf "${ROOTFS}"/etc/resolv.conf
}
unmount_dirs() {