From 59da362b2275316766121212e772d4b2a034d2ea Mon Sep 17 00:00:00 2001 From: John Bowler Date: Mon, 26 Sep 2005 00:13:54 +0000 Subject: openslug-init: make /etc/fstab a 'preserve' file This is so that a reflash does not update the file - if it is necessary to patch the file in the future then it will be necessary to write a post-install script for whatever package requires the patch. --- packages/openslug-init/openslug-init-0.10/conffiles | 1 + packages/openslug-init/openslug-init_0.10.bb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/openslug-init') diff --git a/packages/openslug-init/openslug-init-0.10/conffiles b/packages/openslug-init/openslug-init-0.10/conffiles index e78711c962..8e9143bf75 100644 --- a/packages/openslug-init/openslug-init-0.10/conffiles +++ b/packages/openslug-init/openslug-init-0.10/conffiles @@ -31,6 +31,7 @@ diff etc/default/usbd preserve etc/defaultdomain preserve etc/dropbear/dropbear_dss_host_key preserve etc/dropbear/dropbear_rsa_host_key +preserve etc/fstab preserve etc/group preserve etc/gshadow preserve etc/hostname diff --git a/packages/openslug-init/openslug-init_0.10.bb b/packages/openslug-init/openslug-init_0.10.bb index 1248cc22da..e5665d4519 100644 --- a/packages/openslug-init/openslug-init_0.10.bb +++ b/packages/openslug-init/openslug-init_0.10.bb @@ -3,7 +3,7 @@ SECTION = "console/network" LICENSE = "GPL" DEPENDS = "base-files devio" RDEPENDS = "busybox devio" -PR = "r42" +PR = "r43" SRC_URI = "file://linuxrc \ file://boot/flash \ -- cgit 1.2.3-korg