Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cameron Nemo
mountall
Commits
d4db9dce
Commit
d4db9dce
authored
Jul 15, 2011
by
Surbhi Palande
Browse files
Removed the destination for copy_exec and the unnecessary echoes
parent
87dbfd9e
Changes
1
Show whitespace changes
Inline
Side-by-side
debian/initramfs/mountall
View file @
d4db9dce
...
...
@@ -22,9 +22,8 @@ esac
. /usr/share/initramfs-tools/hook-functions
copy_exec /sbin/mountall /sbin/
copy_exec /sbin/mntctl /sbin/
copy_exec /sbin/mountall
copy_exec /sbin/mntctl
mkdir -p ${DESTDIR}/lib/init/
mkdir -p ${DESTDIR}/etc/dbus-1/system.d/
cp /etc/dbus-1/system.d/Mountall.Server.conf ${DESTDIR}/etc/dbus-1/system.d/
...
...
@@ -50,7 +49,6 @@ else
fi
libnss_files=`dpkg -L libc6 | grep libnss_files.so.2`
echo "*$libnss_files*"
if [ -f $libnss_files ]; then
cp -uv $libnss_files ${DESTDIR}/lib/libnss_files.so.2
else
...
...
@@ -69,6 +67,3 @@ else
fi
cp /etc/blkid.conf ${DESTDIR}/etc/
echo "exiting hook for mountall"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment