mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-08 12:51:40 -04:00
Only templates starting with Example will now be copied over, this is to
make sure the user knows these templates are examples, and are provided as a starting place.
This commit is contained in:
@@ -16,7 +16,7 @@ install:
|
||||
rm yard/replacements/dev/ubd0
|
||||
install -d /usr/share/gbootroot/yard/templates
|
||||
chmod 444 yard/templates/*.yard
|
||||
cp -fa yard/templates/*.yard /usr/share/gbootroot/yard/templates
|
||||
cp -fa yard/templates/Example* /usr/share/gbootroot/yard/templates
|
||||
cp -fa user-mode-linux/usr/bin/uml_* /usr/bin
|
||||
cp -fa user-mode-linux/usr/bin/linux /usr/bin/linux
|
||||
install -d /etc/gbootroot
|
||||
|
||||
Reference in New Issue
Block a user