remove extra line from config/initramfs-tools/modules

This commit is contained in:
HikariKnight 2023-04-09 17:17:33 +02:00
parent 855f197650
commit f38d3f3445

View file

@ -81,7 +81,7 @@ func initramfs_addModules(conffile string) {
}
// Write the footer
fileio.AppendContent("#############################\n", conffile)
fileio.AppendContent("#############################", conffile)
// Scan the system file line by line
scanner := bufio.NewScanner(sysfile)