little change in sysconf (avoid to remove /boot/initrd.img )

This commit is contained in:
KatolaZ 2016-06-12 17:13:56 +01:00
parent 4e7a9971cf
commit b5a6808f6a
1 changed files with 3 additions and 3 deletions

View File

@ -306,7 +306,7 @@ cat <<EOF
### -- KatolaZ -- 2016-05-21 ### -- KatolaZ -- 2016-05-21
### ###
- /initrd.img ##- /initrd.img
# Exclude ssh_host_keys. New ones will be generated upon live boot. # 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. # This fixes a security hole in all versions before 9.0.9-3.
@ -329,10 +329,10 @@ cat <<EOF
#### Exclude the large initramfs -- KatolaZ -- 2016-05-16 #### Exclude the large initramfs -- KatolaZ -- 2016-05-16
- /boot/initrd.img* ##- /boot/initrd.img*
#### Exclude inittab backup files -- KatolaZ -- 2016-06-04 #### Exclude inittab backup files -- KatolaZ -- 2016-06-04
- /etc/inittab.* ##- /etc/inittab.*
EOF EOF
} }