diff options
author | Miles Bader <miles@gnu.org> | 1997-07-08 22:41:37 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-07-08 22:41:37 +0000 |
commit | dd3fcae5e9034c7030ca4270e45f37ab396b897a (patch) | |
tree | b35b2b4e6c886b0e314aa08a2d6d8d8024ca0aa1 /release | |
parent | 25b3358cf2ec6ab0ec77930862b39f1cf479a6c0 (diff) |
Renamed to bfloppy2.boot
Diffstat (limited to 'release')
-rw-r--r-- | release/bfloppy1.boot | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/release/bfloppy1.boot b/release/bfloppy1.boot deleted file mode 100644 index 92ab94c8..00000000 --- a/release/bfloppy1.boot +++ /dev/null @@ -1,14 +0,0 @@ -# Boot script file for booting GNU Hurd from a boot floppy. 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/ufs.static --bootflags=${boot-args} --host-priv-port=${host-port} --device-master-port=${device-port} --exec-server-task=${exec-task} -Tgunzip:device ${root-device} $(task-create) $(prompt-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) |