diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-18 10:08:31 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-18 10:08:31 +0200 |
commit | a5adeb318c621f354cd0fd46e466d15a1514e133 (patch) | |
tree | 6e102ccc8cb20702eeb537a61dec1ce81dbea6af | |
parent | 87a2792c1a582233f65bc6cabbb111a0dc7327ff (diff) | |
download | web-a5adeb318c621f354cd0fd46e466d15a1514e133.tar.gz web-a5adeb318c621f354cd0fd46e466d15a1514e133.tar.bz2 web-a5adeb318c621f354cd0fd46e466d15a1514e133.zip |
Mention the -f option of boot to pass network card
-rw-r--r-- | hurd/subhurd.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hurd/subhurd.mdwn b/hurd/subhurd.mdwn index f2117ead..af119af3 100644 --- a/hurd/subhurd.mdwn +++ b/hurd/subhurd.mdwn @@ -86,6 +86,8 @@ it! practice [that doesn't work at the moment](http://savannah.gnu.org/bugs/?17341).) +You can provide the subhurd with a network card by passing a -f option to `boot`. + Now the subhurd should boot just like a normal Hurd started directly from GRUB, finally presenting a login prompt. The `boot` program serves as proxy for the subhurd, so you can control it from the terminal where you issued the boot |