summaryrefslogtreecommitdiff
path: root/debian/servers.boot
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-02-22 10:45:04 +0000
committerThomas Bushnell <thomas@gnu.org>1999-02-22 10:45:04 +0000
commit592785b0ad86d02eb82a8ae88ee17ba4d3084799 (patch)
tree128dfbcf9bffc73322276671d9cd9bf6b0270376 /debian/servers.boot
parent67414a6ca9c6cb9dfa61ac1dff9cbcfd9e7b4d89 (diff)
Maintain debian package info here now.
Diffstat (limited to 'debian/servers.boot')
-rw-r--r--debian/servers.boot16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/servers.boot b/debian/servers.boot
new file mode 100644
index 00000000..d25129d8
--- /dev/null
+++ b/debian/servers.boot
@@ -0,0 +1,16 @@
+# Boot script file for booting Debian GNU/Hurd. Each line specifies a file to
+# be loaded by the boot loader (the first word), and actions to be done with it.
+
+# First, the bootstrap filesystem. It needs several ports as arguments,
+# as well as the user flags from the boot loader.
+/hurd/ext2fs.static --bootflags=${boot-args} --host-priv-port=${host-port} --device-master-port=${device-port} --exec-server-task=${exec-task} -Tdevice ${root-device} $(task-create) $(task-resume)
+
+# Now the exec server; to load the dynamically-linked exec server program,
+# we have the boot loader in fact load and run ld.so, which in turn
+# loads and runs /hurd/exec. This task is created, and its task port saved
+# in ${exec-task} to be passed to the fs above, but it is left suspended;
+# the fs will resume the exec task once it is ready.
+/lib/ld.so.1 /hurd/exec $(exec-task=task-create)
+
+# default pager
+#/dev/hd0s2 $(add-paging-file) $(default-pager)