X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpost-install;h=cee7e86cab8acf5023574070e37afb9710971df6;hb=1eb363044c6ee3115e62736aed4403b750082b44;hp=3e65624d7c02fe49d5702e4d11905c31c0445bfe;hpb=63214057431c558e4c216c4e3ea12c7b06bd4950;p=hvlinux.git diff --git a/stage2/post-install b/stage2/post-install index 3e65624..cee7e86 100755 --- a/stage2/post-install +++ b/stage2/post-install @@ -1,5 +1,4 @@ #!/bin/bash -set -o errexit # Reading system configuration informations, functions and package versions. source ../sysinfos @@ -32,4 +31,6 @@ chown -v root:root /tmp chown -v root:root /var chown -v root:root /var/log +ldconfig + exit $?