From dfb08084ba25b03f27ca41c04f0a0f1e2dace6d5 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 12 Jan 2014 19:02:51 +0100 Subject: [PATCH 1/2] udev: remove /var/run mount from initskript. --- src/initscripts/init.d/udev | 3 --- 1 file changed, 3 deletions(-) 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 From c05738b25e4a76ca73ee58dba71a7d93d2907318 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 12 Jan 2014 19:05:05 +0100 Subject: [PATCH 2/2] installer: wget need libidn. --- config/rootfiles/installer/eject | 1 - config/rootfiles/installer/libidn | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 config/rootfiles/installer/eject create mode 120000 config/rootfiles/installer/libidn 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