update-rc.d -f checkroot.sh remove
update-rc.d -f umountfs remove
update-rc.d -f hwclock.sh remove
update-rc.d -f hwclockfirst.sh remove

红色被删除:

tree /home/lxc/wheezy/etc/rc[06S].d/
/home/lxc/wheezy/etc/rc0.d/
├── K01hwclock.sh -> ../init.d/hwclock.sh
├── K01sendsigs -> ../init.d/sendsigs
├── K01urandom -> ../init.d/urandom
├── K02umountnfs.sh -> ../init.d/umountnfs.sh
├── K03networking -> ../init.d/networking
├── K04umountfs -> ../init.d/umountfs
├── K05umountroot -> ../init.d/umountroot
├── K06halt -> ../init.d/halt
└── README
/home/lxc/wheezy/etc/rc6.d/
├── K01hwclock.sh -> ../init.d/hwclock.sh
├── K01sendsigs -> ../init.d/sendsigs
├── K01urandom -> ../init.d/urandom
├── K02umountnfs.sh -> ../init.d/umountnfs.sh
├── K03networking -> ../init.d/networking
├── K04umountfs -> ../init.d/umountfs
├── K05umountroot -> ../init.d/umountroot
├── K06reboot -> ../init.d/reboot
└── README
/home/lxc/wheezy/etc/rcS.d/
├── README
├── S01hostname.sh -> ../init.d/hostname.sh
├── S01mountkernfs.sh -> ../init.d/mountkernfs.sh
├── S02mountdevsubfs.sh -> ../init.d/mountdevsubfs.sh
├── S03hwclock.sh -> ../init.d/hwclock.sh
├── S04checkroot.sh -> ../init.d/checkroot.sh
├── S05checkroot-bootclean.sh -> ../init.d/checkroot-bootclean.sh
├── S05mtab.sh -> ../init.d/mtab.sh
├── S06checkfs.sh -> ../init.d/checkfs.sh
├── S07mountall.sh -> ../init.d/mountall.sh
├── S08mountall-bootclean.sh -> ../init.d/mountall-bootclean.sh
├── S09procps -> ../init.d/procps
├── S09urandom -> ../init.d/urandom
├── S10networking -> ../init.d/networking
├── S11mountnfs.sh -> ../init.d/mountnfs.sh
├── S12mountnfs-bootclean.sh -> ../init.d/mountnfs-bootclean.sh
└── S13bootmisc.sh -> ../init.d/bootmisc.sh

posted on 2012-12-20 10:33  taohong  阅读(240)  评论(0)    收藏  举报