diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-01-07 14:31:29 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-01-07 14:31:29 +0000 |
commit | a07544c08c740cd77b31d319edcc6321c7376ba5 (patch) | |
tree | bb46d164e7f63d894db0ea67c2fc8b1ecdf7cd4c /rescue/devices.pl | |
parent | d16b0d72c9ea1087f7aa0704739a6e45e9e3d52d (diff) | |
download | drakx-a07544c08c740cd77b31d319edcc6321c7376ba5.tar drakx-a07544c08c740cd77b31d319edcc6321c7376ba5.tar.gz drakx-a07544c08c740cd77b31d319edcc6321c7376ba5.tar.bz2 drakx-a07544c08c740cd77b31d319edcc6321c7376ba5.tar.xz drakx-a07544c08c740cd77b31d319edcc6321c7376ba5.zip |
init doesn't like anymore that /etc/initctl is already here
(breaks any communication to init :/); remove /etc/initctl from
the initial filesystem, and let init create it as a fifo during
boot
Diffstat (limited to 'rescue/devices.pl')
-rw-r--r-- | rescue/devices.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rescue/devices.pl b/rescue/devices.pl index 170181b16..7159a5f90 100644 --- a/rescue/devices.pl +++ b/rescue/devices.pl @@ -22,7 +22,6 @@ foreach (<DATA>) { __DATA__ c 5 1 console b 2 0 fd0-1 -c 0 0 initctl c 1 2 kmem b 7 0 loop0-15 c 1 1 mem |