sysinstall complains about creating acd0t* devices while all dists are
extracted and recreating device files. Without this, you'll see following messages when 'MAKEDEV all': [: : out of range [: : out of range acd0t is invalid -- can't have more than 32 devices or 169 tracks Reported by: David Syphers <dsyphers@uchicago.edu> (at current@FreeBSD.org)
This commit is contained in:
parent
853fbff5f7
commit
3e7b2f7461
@ -261,7 +261,7 @@ all)
|
|||||||
sh $0 ata # ATA control
|
sh $0 ata # ATA control
|
||||||
sh $0 ad0 ad1 ad2 ad3 # ATA disk
|
sh $0 ad0 ad1 ad2 ad3 # ATA disk
|
||||||
sh $0 ar0 ar1 # ATA RAID disk
|
sh $0 ar0 ar1 # ATA RAID disk
|
||||||
sh $0 acd0 acd0t afd0 ast0 # ATAPI devices
|
sh $0 acd0 acd0t0 afd0 ast0 # ATAPI devices
|
||||||
sh $0 wd0 wd1 wd2 wd3 # OLD disk
|
sh $0 wd0 wd1 wd2 wd3 # OLD disk
|
||||||
sh $0 wcd0 wfd0 wst0 # OLD ATAPI devs
|
sh $0 wcd0 wfd0 wst0 # OLD ATAPI devs
|
||||||
sh $0 cd0 matcd0 mcd0 scd0 # cdrom
|
sh $0 cd0 matcd0 mcd0 scd0 # cdrom
|
||||||
|
Loading…
Reference in New Issue
Block a user