remove extra line from config/initramfs-tools/modules
This commit is contained in:
parent
855f197650
commit
f38d3f3445
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ func initramfs_addModules(conffile string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Write the footer
|
// Write the footer
|
||||||
fileio.AppendContent("#############################\n", conffile)
|
fileio.AppendContent("#############################", conffile)
|
||||||
|
|
||||||
// Scan the system file line by line
|
// Scan the system file line by line
|
||||||
scanner := bufio.NewScanner(sysfile)
|
scanner := bufio.NewScanner(sysfile)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue