From 6b3580683cb018f2d45729a6fe12725ee404a399 Mon Sep 17 00:00:00 2001 From: Dirk Date: Mon, 14 Apr 2014 00:25:10 +0200 Subject: More fixes ... --- src/initramfs/distro-specs/ubuntu/functions-default | 4 ++-- src/initramfs/scripts/etc/functions | 2 +- src/initramfs/scripts/init | 3 ++- src/installer/OpenSLX/OSExport/FileSystem/NFS.pm | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/initramfs/distro-specs/ubuntu/functions-default b/src/initramfs/distro-specs/ubuntu/functions-default index 2fccfc4b..55dd7c59 100644 --- a/src/initramfs/distro-specs/ubuntu/functions-default +++ b/src/initramfs/distro-specs/ubuntu/functions-default @@ -105,14 +105,14 @@ initial_boot () { upstart_set_starton () { local script="$1" local starton="$2" - local file_not_found="f" + local file_not_found="f" if [ -e /mnt/etc/init.inactive/${script}.conf ]; then local script_path=/mnt/etc/init.inactive/${script}.conf elif [ -e /mnt/etc/init/${script}.conf ]; then local script_path=/mnt/etc/init/${script}.conf else - local file_not_found="t" + local file_not_found="t" fi if [ "$file_not_found" = "f" ]; then diff --git a/src/initramfs/scripts/etc/functions b/src/initramfs/scripts/etc/functions index 417ff03b..76f5138b 100644 --- a/src/initramfs/scripts/etc/functions +++ b/src/initramfs/scripts/etc/functions @@ -1,5 +1,5 @@ # Copyright (c) 2003..2006 - RZ Uni Freiburg -# Copyright (c) 2006..2013 - OpenSLX GmbH +# Copyright (c) 2006..2014 - OpenSLX GmbH # # This program/file is free software distributed under the GPL version 2. # See http://openslx.org/COPYING diff --git a/src/initramfs/scripts/init b/src/initramfs/scripts/init index 59cfea8a..5752440c 100755 --- a/src/initramfs/scripts/init +++ b/src/initramfs/scripts/init @@ -1,6 +1,6 @@ #!/bin/sh # Copyright (c) 2003..2006 - RZ Uni Freiburg -# Copyright (c) 2006..2011 - OpenSLX GmbH +# Copyright (c) 2006..2014 - OpenSLX GmbH # # This program is free software distributed under the GPL version 2. # See http://openslx.org/COPYING @@ -1123,5 +1123,6 @@ unset BOOT_IMAGE KCMDLINE KERNEL MODPRV NWMODULES OLDPWD UDEVD_EVENT_TIMEOUT \ runinithook '99-handing-over' # new style of pivoting (switch_root or run-init) +# Ubuntu Upstart is a nasty mess, enable debugging from level 4 and above exec /sbin/switch_root -c dev/console /mnt /sbin/init $DEBUG_UPSTART || \ error "$init_runinit" diff --git a/src/installer/OpenSLX/OSExport/FileSystem/NFS.pm b/src/installer/OpenSLX/OSExport/FileSystem/NFS.pm index 96e40d24..8119066c 100644 --- a/src/installer/OpenSLX/OSExport/FileSystem/NFS.pm +++ b/src/installer/OpenSLX/OSExport/FileSystem/NFS.pm @@ -1,4 +1,4 @@ -# Copyright (c) 2006..2011 - OpenSLX GmbH +# Copyright (c) 2006..2014 - OpenSLX GmbH # # This program is free software distributed under the GPL version 2. # See http://openslx.org/COPYING @@ -132,7 +132,7 @@ sub requiredFSMods { my $self = shift; - return qw( nfs ); + return qw( nfs nfsv3 nfsv4 ); } sub showExportConfigInfo -- cgit v1.2.3-55-g7522