diff options
Diffstat (limited to 'hurd')
| -rw-r--r-- | hurd/subhurd.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hurd/subhurd.mdwn b/hurd/subhurd.mdwn index fa01c0c4..e813a7ca 100644 --- a/hurd/subhurd.mdwn +++ b/hurd/subhurd.mdwn @@ -151,6 +151,15 @@ numbers are different, the order should usually match. Often it also helps to look at the number of threads (e.g. using `ps -l`), as many servers have very characteristic thread counts. +## Faster boot + +If you do not need daemons etc. you can just run a shell, similary to a chroot: + + boot /dev/hd0s6 -c init=/bin/bash + +Unless you change the boot script to pass `--writable` to ext2fs, you will want to remount / read-write: + + fsysopts / --writable ### IRC, freenode, #hurd, 2013-08-09 |
