bios_wini is no longer amongst us
This commit is contained in:
		
							parent
							
								
									835f680238
								
							
						
					
					
						commit
						d0c7c2a5d2
					
				@ -5,7 +5,7 @@
 | 
			
		||||
BINFILES = dev2name mount  sh service \
 | 
			
		||||
           sysenv
 | 
			
		||||
 | 
			
		||||
SBINFILES = ahci at_wini bios_wini ext2 floppy mfs procfs \
 | 
			
		||||
SBINFILES = ahci at_wini ext2 floppy mfs procfs \
 | 
			
		||||
            fsck.mfs
 | 
			
		||||
 | 
			
		||||
ETCFILES  = system.conf mtab passwd pwd.db spwd.db master.passwd \
 | 
			
		||||
@ -32,7 +32,6 @@ install_files:
 | 
			
		||||
	${MAKE} -C ${MINIXSRCDIR}/drivers/acpi install
 | 
			
		||||
	${MAKE} -C ${MINIXSRCDIR}/drivers/ahci install
 | 
			
		||||
	${MAKE} -C ${MINIXSRCDIR}/drivers/at_wini install
 | 
			
		||||
	${MAKE} -C ${MINIXSRCDIR}/drivers/bios_wini install
 | 
			
		||||
	${MAKE} -C ${MINIXSRCDIR}/drivers/floppy install
 | 
			
		||||
	${MAKE} -C ${MINIXSRCDIR}/drivers/pci install
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -13,11 +13,7 @@ then
 | 
			
		||||
fi
 | 
			
		||||
/bin/service -c up /usr/sbin/pci
 | 
			
		||||
/bin/service -cn up /sbin/floppy -dev /dev/fd0
 | 
			
		||||
if [ X`/bin/sysenv bios_wini` = Xyes ]
 | 
			
		||||
then
 | 
			
		||||
	echo Using bios_wini.
 | 
			
		||||
	/bin/service -c up /sbin/bios_wini -dev /dev/c0d0
 | 
			
		||||
elif [ X`/bin/sysenv ahci` = Xyes ]
 | 
			
		||||
if [ X`/bin/sysenv ahci` = Xyes ]
 | 
			
		||||
then
 | 
			
		||||
	# this is here temporarily, for testing purposes
 | 
			
		||||
	/bin/service -c up /sbin/ahci -dev /dev/c0d0 -label ahci_0 -args instance=0
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user