openslug-init: make /etc/fstab a 'preserve' file
authorJohn Bowler <jbowler@nslu2-linux.org>
Mon, 26 Sep 2005 00:13:54 +0000 (00:13 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 26 Sep 2005 00:13:54 +0000 (00:13 +0000)
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
packages/openslug-init/openslug-init_0.10.bb

index e78711c..8e9143b 100644 (file)
@@ -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
index 1248cc2..e5665d4 100644 (file)
@@ -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 \