diff options
Diffstat (limited to 'abs/core-testing/udev/root-link.sh')
-rwxr-xr-x | abs/core-testing/udev/root-link.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/abs/core-testing/udev/root-link.sh b/abs/core-testing/udev/root-link.sh deleted file mode 100755 index 05273fe..0000000 --- a/abs/core-testing/udev/root-link.sh +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/sh -# Creates root symlink in /dev -# for Arch Linux by Roman Kyrylych <Roman.Kyrylych@gmail.com> - -if ! [ -L /dev/root ]; then -ln -s $(cat /proc/cmdline | sed "s: :\n:g" | grep root= | sed "s:root=::") /dev/root -fi
\ No newline at end of file |