update copy-files-to-target script
This commit is contained in:
parent
13300d67fc
commit
42509deab2
|
@ -26,6 +26,7 @@ cp /preseed/conf/* /target/opt/pepconf
|
|||
cp /preseed/database/* /target/opt/pypep/dbpep
|
||||
cp /preseed/polkit/* /target/usr/share/polkit-1/actions
|
||||
cp /preseed/pixmaps/* /target/usr/share/pixmaps
|
||||
cp /preseed/lightdm/* /target/etc/lightdm
|
||||
|
||||
# Copy recursive files and sub-directories
|
||||
cp -r /preseed/grub-themes/themes /target/boot/grub
|
||||
|
|
|
@ -26,6 +26,7 @@ cp /preseed/conf/* /target/opt/pepconf
|
|||
cp /preseed/database/* /target/opt/pypep/dbpep
|
||||
cp /preseed/polkit/* /target/usr/share/polkit-1/actions
|
||||
cp /preseed/pixmaps/* /target/usr/share/pixmaps
|
||||
cp /preseed/lightdm/* /target/etc/lightdm
|
||||
|
||||
# Copy recursive files and sub-directories
|
||||
cp -r /preseed/grub-themes/themes /target/boot/grub
|
||||
|
|
Loading…
Reference in New Issue