diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-09-26 00:13:54 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-26 00:13:54 +0000 |
commit | 59da362b2275316766121212e772d4b2a034d2ea (patch) | |
tree | 97e3381a46baa4c5dab3463293f8b06cb11b27cc /packages/openslug-init | |
parent | ccb6fa32d172fa097ad88dc70f1aaf66673bfe78 (diff) |
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/conffiles | 1 | ||||
-rw-r--r-- | packages/openslug-init/openslug-init_0.10.bb | 2 |
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 \ |