From 372d359e2884e92666f6ebe28d50ede5c7343a5c Mon Sep 17 00:00:00 2001 From: qwx Date: Sat, 17 Mar 2018 01:04:31 +0200 Subject: kernel: let /rc/bin/diskparts attach #k after #S partitions are loaded up --- sys/src/9/boot/bootrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/src/9/boot') diff --git a/sys/src/9/boot/bootrc b/sys/src/9/boot/bootrc index f5f6fe5a6..3d841f3d1 100755 --- a/sys/src/9/boot/bootrc +++ b/sys/src/9/boot/bootrc @@ -10,7 +10,7 @@ unmount /root bind -q '#d' /fd bind -q '#p' /proc -for(i in ¶ P S f k æ t b m) +for(i in ¶ P S f æ t b m) bind -qa '#'^$i /dev # bind in an ip interface -- cgit v1.2.3