From df47ba0b2a1d3586dae2ffe55b93dab47ee3f1d3 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 9 Oct 2003 12:47:08 +0000 Subject: add "devices" and "symlinks", two files that dynamically speficy to stage1-for-move how to basically set up the / in tmpfs before starting stage2 --- move/devices | 2 ++ move/symlinks | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 move/devices create mode 100644 move/symlinks (limited to 'move') diff --git a/move/devices b/move/devices new file mode 100644 index 000000000..f28b43da0 --- /dev/null +++ b/move/devices @@ -0,0 +1,2 @@ +/dev/console c 5 1 +/dev/tty3 c 4 3 diff --git a/move/symlinks b/move/symlinks new file mode 100644 index 000000000..49fa24f46 --- /dev/null +++ b/move/symlinks @@ -0,0 +1,4 @@ +/sbin +/lib +/usr +/bin -- cgit v1.2.1