[gnome-continuous] libqa: Make /boot read-only by default
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] libqa: Make /boot read-only by default
- Date: Mon, 21 Mar 2016 19:19:21 +0000 (UTC)
commit 739a9026bcef5256491d5a82fb4311d1ea00a456
Author: Colin Walters <walters verbum org>
Date: Mon Mar 21 15:18:03 2016 -0400
libqa: Make /boot read-only by default
See https://github.com/GNOME/ostree/pull/213
src/js/libqa.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/js/libqa.js b/src/js/libqa.js
index f0b070b..9290a97 100644
--- a/src/js/libqa.js
+++ b/src/js/libqa.js
@@ -396,7 +396,7 @@ function pullDeploy(mntdir, srcrepo, osname, target, revision, originRepoUrl, ca
{logInitiation: true, env: adminEnv});
let defaultFstab = 'LABEL=gnostree-root / ext4 defaults 1 1\n\
-LABEL=gnostree-boot /boot ext4 defaults 1 2\n\
+LABEL=gnostree-boot /boot ext4 ro 1 2\n\
LABEL=gnostree-swap swap swap defaults 0 0\n';
let [currentDir, currentEtcDir] = getDeployDirs(mntdir, osname);
let fstabPath = currentEtcDir.resolve_relative_path('fstab');
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]