diff --git a/config/rootfiles/installer/eject b/config/rootfiles/installer/eject deleted file mode 120000 index 54928be24..000000000 --- a/config/rootfiles/installer/eject +++ /dev/null @@ -1 +0,0 @@ -../common/eject \ No newline at end of file diff --git a/config/rootfiles/installer/libidn b/config/rootfiles/installer/libidn new file mode 120000 index 000000000..9750546c4 --- /dev/null +++ b/config/rootfiles/installer/libidn @@ -0,0 +1 @@ +../common/libidn \ No newline at end of file diff --git a/src/initscripts/init.d/udev b/src/initscripts/init.d/udev index 72d1e4067..7674ab52c 100644 --- a/src/initscripts/init.d/udev +++ b/src/initscripts/init.d/udev @@ -17,9 +17,6 @@ case "${1}" in start) - boot_mesg "Mount /var/run..." - mount -n -t tmpfs tmpfs /var/run -o size=2M - boot_mesg "Populating /dev with device nodes..." if ! grep -q '[[:space:]]sysfs' /proc/mounts; then echo_failure