Remove the over-engineered checkfs and checkroot scripts and replace with simple fsck, root and mtab scripts. Update dependencies accordingly.
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| BOOT=		bootmisc checkroot checkfs hostname localmount \ | ||||
| 		swap sysctl urandom | ||||
| BOOT=		bootmisc fsck hostname localmount \ | ||||
| 		root swap sysctl urandom | ||||
| DEFAULT=	local netmount | ||||
|  | ||||
| LEVELDIR=	${DESTDIR}/etc/runlevels | ||||
|   | ||||
| @@ -1,2 +1,2 @@ | ||||
| BOOT+=		clock consolefont keymaps modules net.lo procfs | ||||
| BOOT+=		clock consolefont keymaps modules mtab net.lo procfs | ||||
| DEFAULT+=	hdparm | ||||
|   | ||||
		Reference in New Issue
	
	Block a user