tlittle change in sysconf (avoid to remove /boot/initrd.img ) - libdevuansdk - common library for devuan's simple distro kits HTML git clone https://git.parazyd.org/libdevuansdk DIR Log DIR Files DIR Refs DIR Submodules DIR README DIR LICENSE --- DIR commit b5a6808f6a75bcc261265803e2a9f2a58467df47 DIR parent 4e7a9971cf2d2a536a8f3230e4083615fd4ba293 HTML Author: KatolaZ <katolaz@yahoo.it> Date: Sun, 12 Jun 2016 17:13:56 +0100 little change in sysconf (avoid to remove /boot/initrd.img ) Diffstat: M zlibs/sysconf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- DIR diff --git a/zlibs/sysconf b/zlibs/sysconf t@@ -306,7 +306,7 @@ cat <<EOF ### -- KatolaZ -- 2016-05-21 ### -- /initrd.img +##- /initrd.img # Exclude ssh_host_keys. New ones will be generated upon live boot. # This fixes a security hole in all versions before 9.0.9-3. t@@ -329,10 +329,10 @@ cat <<EOF #### Exclude the large initramfs -- KatolaZ -- 2016-05-16 -- /boot/initrd.img* +##- /boot/initrd.img* #### Exclude inittab backup files -- KatolaZ -- 2016-06-04 -- /etc/inittab.* +##- /etc/inittab.* EOF }