update build scripts
This commit is contained in:
parent
5942eb6501
commit
f933e44654
|
@ -98,6 +98,7 @@ with open(os.path.join(uchinanchu, "fusato", "config", "package-lists", "package
|
|||
file.write("gvfs-backends\n")
|
||||
file.write("git\n")
|
||||
file.write("wget\n")
|
||||
file.write("tuned\n")
|
||||
|
||||
# Copy single files and folder to the chroot
|
||||
shutil.copy2(os.path.join(uchinanchu, "pepgrub", "grub"), os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "grub"))
|
||||
|
|
|
@ -84,6 +84,7 @@ cups
|
|||
gvfs-backends
|
||||
git
|
||||
wget
|
||||
tuned
|
||||
|
||||
" >> $uchinanchu/fusato/config/package-lists/package.list.chroot
|
||||
|
||||
|
|
Loading…
Reference in New Issue