diff options
author | qwx <devnull@localhost> | 2018-03-17 01:04:31 +0200 |
---|---|---|
committer | qwx <devnull@localhost> | 2018-03-17 01:04:31 +0200 |
commit | 372d359e2884e92666f6ebe28d50ede5c7343a5c (patch) | |
tree | 70d012ef1c7b52f9d0ac44ca9c57a0cb175fad76 /sys/src/9/boot | |
parent | 14cd988a482d5a515880eab282cc9dff5bba98fc (diff) |
kernel: let /rc/bin/diskparts attach #k after #S partitions are loaded up
Diffstat (limited to 'sys/src/9/boot')
-rwxr-xr-x | sys/src/9/boot/bootrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |