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/openslug-init_0.10.bb | |
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/openslug-init_0.10.bb')
-rw-r--r-- | packages/openslug-init/openslug-init_0.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |