diff options
Diffstat (limited to 'grub')
-rw-r--r-- | grub/.footprint.i686 | 2 | ||||
-rw-r--r-- | grub/.footprint.x86_64 | 2 | ||||
-rwxr-xr-x | grub/Pkgfile | 4 | ||||
-rw-r--r-- | grub/README | 1 |
4 files changed, 5 insertions, 4 deletions
diff --git a/grub/.footprint.i686 b/grub/.footprint.i686 index f5b0b384e..7ce2ea792 100644 --- a/grub/.footprint.i686 +++ b/grub/.footprint.i686 @@ -1,6 +1,6 @@ drwxr-xr-x root/root boot/ drwxr-xr-x root/root boot/grub/ --rw-r--r-- root/root boot/grub/grub.cfg +-rw-r--r-- root/root boot/grub/grub.cfg.exemple drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/bash_completion.d/ -rw-r--r-- root/root etc/bash_completion.d/grub diff --git a/grub/.footprint.x86_64 b/grub/.footprint.x86_64 index f5b0b384e..7ce2ea792 100644 --- a/grub/.footprint.x86_64 +++ b/grub/.footprint.x86_64 @@ -1,6 +1,6 @@ drwxr-xr-x root/root boot/ drwxr-xr-x root/root boot/grub/ --rw-r--r-- root/root boot/grub/grub.cfg +-rw-r--r-- root/root boot/grub/grub.cfg.exemple drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/bash_completion.d/ -rw-r--r-- root/root etc/bash_completion.d/grub diff --git a/grub/Pkgfile b/grub/Pkgfile index 93cd1a20d..72f83360a 100755 --- a/grub/Pkgfile +++ b/grub/Pkgfile @@ -7,7 +7,7 @@ name=grub version=1.99 -release=1 +release=2 source=(ftp://ftp.gnu.org/gnu/grub/grub-$version.tar.gz\ grub.cfg) build() { @@ -30,6 +30,6 @@ build() { rm $PKG/usr/share/info/dir fi install -Dm644 ../grub.cfg \ - $PKG/boot/grub/grub.cfg + $PKG/boot/grub/grub.cfg.exemple } diff --git a/grub/README b/grub/README new file mode 100644 index 000000000..f6c49990a --- /dev/null +++ b/grub/README @@ -0,0 +1 @@ +Veuillez prendre comme base de configuration le fichier grub.cfg.exemple qui se trouve dans /boot/grub |