diff --git a/upstart-jobs/filesystems.nix b/upstart-jobs/filesystems.nix index cda4e76f5d09..b8d1fd9dab58 100644 --- a/upstart-jobs/filesystems.nix +++ b/upstart-jobs/filesystems.nix @@ -46,7 +46,7 @@ script if echo \"$device\" | grep -q '^LABEL='; then isLabel=1; fi isPseudo= - if test \"$fsType\" = \"nfs\"; then isPseudo=1; fi + if test \"$fsType\" = \"nfs\" || test \"$fsType\" = \"ext3cow\"; then isPseudo=1; fi if ! test -n \"$isLabel\" -o -n \"$isPseudo\" -o -e \"$device\"; then echo \"skipping $device, doesn't exist (yet)\" diff --git a/upstart-jobs/xserver.conf b/upstart-jobs/xserver.conf index a7defb984315..dba567a9e7e5 100644 --- a/upstart-jobs/xserver.conf +++ b/upstart-jobs/xserver.conf @@ -48,7 +48,7 @@ Section "Monitor" Option "DPMS" # HorizSync 28-49 # VertRefresh 43-75 - @extraMonitorSettings@ + @extraMonitorSettings@ EndSection