[remaster/scripts] do not mount/umount /proc in inner_chroot_script_after
This commit is contained in:
parent
4ddf624999
commit
63ff5fdd5a
@ -267,7 +267,6 @@ setup_portage() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
setup_startup_caches() {
|
setup_startup_caches() {
|
||||||
mount -t proc proc /proc
|
|
||||||
/lib/rc/bin/rc-depend -u
|
/lib/rc/bin/rc-depend -u
|
||||||
# Generate openrc cache
|
# Generate openrc cache
|
||||||
touch /lib/rc/init.d/softlevel
|
touch /lib/rc/init.d/softlevel
|
||||||
@ -275,7 +274,6 @@ setup_startup_caches() {
|
|||||||
/etc/init.d/savecache zap
|
/etc/init.d/savecache zap
|
||||||
ldconfig
|
ldconfig
|
||||||
ldconfig
|
ldconfig
|
||||||
umount /proc
|
|
||||||
}
|
}
|
||||||
|
|
||||||
prepare_lxde() {
|
prepare_lxde() {
|
||||||
|
@ -13,7 +13,6 @@ rc-update del avahi-daemon default
|
|||||||
# install-data dir is really not needed
|
# install-data dir is really not needed
|
||||||
rm -rf /install-data
|
rm -rf /install-data
|
||||||
|
|
||||||
mount -t proc proc /proc
|
|
||||||
/lib/rc/bin/rc-depend -u
|
/lib/rc/bin/rc-depend -u
|
||||||
|
|
||||||
# Generate openrc cache
|
# Generate openrc cache
|
||||||
@ -23,7 +22,6 @@ touch /lib/rc/init.d/softlevel
|
|||||||
|
|
||||||
ldconfig
|
ldconfig
|
||||||
ldconfig
|
ldconfig
|
||||||
umount /proc
|
|
||||||
|
|
||||||
emaint --fix world
|
emaint --fix world
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user