diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-09 12:47:08 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-09 12:47:08 +0000 |
commit | df47ba0b2a1d3586dae2ffe55b93dab47ee3f1d3 (patch) | |
tree | 474defd6d8483094888af373f48c5b2f356967aa /move | |
parent | a24f74ae570de7f259a032124a3197ce8584d6e6 (diff) | |
download | drakx-df47ba0b2a1d3586dae2ffe55b93dab47ee3f1d3.tar drakx-df47ba0b2a1d3586dae2ffe55b93dab47ee3f1d3.tar.gz drakx-df47ba0b2a1d3586dae2ffe55b93dab47ee3f1d3.tar.bz2 drakx-df47ba0b2a1d3586dae2ffe55b93dab47ee3f1d3.tar.xz drakx-df47ba0b2a1d3586dae2ffe55b93dab47ee3f1d3.zip |
add "devices" and "symlinks", two files that dynamically speficy to stage1-for-move how to basically set up the / in tmpfs before starting stage2
Diffstat (limited to 'move')
-rw-r--r-- | move/devices | 2 | ||||
-rw-r--r-- | move/symlinks | 4 |
2 files changed, 6 insertions, 0 deletions
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 |