aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openslug-init
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-09-26 00:13:54 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-26 00:13:54 +0000
commit59da362b2275316766121212e772d4b2a034d2ea (patch)
tree97e3381a46baa4c5dab3463293f8b06cb11b27cc /packages/openslug-init
parentccb6fa32d172fa097ad88dc70f1aaf66673bfe78 (diff)
downloadopenembedded-59da362b2275316766121212e772d4b2a034d2ea.tar.gz
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.
Diffstat (limited to 'packages/openslug-init')
-rw-r--r--packages/openslug-init/openslug-init-0.10/conffiles1
-rw-r--r--packages/openslug-init/openslug-init_0.10.bb2
2 files changed, 2 insertions, 1 deletions
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 \