diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-01 11:04:17 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-01 11:04:17 +0000 |
commit | 27f9eab1b9d97f20872fb3bea468fb61060418a7 (patch) | |
tree | 8dd11a7b068f2f3be8f6755fb0c01c11b3013257 /release | |
parent | c856c99d06a20a4a69eba4c044144384d87f3142 (diff) |
2007-08-01 Michael Banck <mbanck@debian.org>
* servers.boot: Update to what is actually being used these days.
Diffstat (limited to 'release')
-rw-r--r-- | release/ChangeLog | 4 | ||||
-rw-r--r-- | release/servers.boot | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/release/ChangeLog b/release/ChangeLog index 2874cd9c..85ef38d3 100644 --- a/release/ChangeLog +++ b/release/ChangeLog @@ -1,3 +1,7 @@ +2007-08-01 Michael Banck <mbanck@debian.org> + + * servers.boot: Update to what is actually being used these days. + 1999-09-07 Thomas Bushnell, BSG <tb@mit.edu> * SETUP: Also set /servers/password. diff --git a/release/servers.boot b/release/servers.boot index 3e1895de..9ba7f6a4 100644 --- a/release/servers.boot +++ b/release/servers.boot @@ -3,7 +3,8 @@ # First, the bootstrap filesystem. It needs several ports as arguments, # as well as the user flags from the boot loader. -/hurd/ufs.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) +/hurd/ext2fs.static --multiboot-command-line=${kernel-command-line} --host-priv-port=${host-port} --device-master-port=${device-port} --exec-server-task=${exec-task} -T typed ${root} $(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 @@ -11,6 +12,3 @@ # 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/sd0b $(add-paging-file) |