diff options
author | tnut <tnut at nutyx dot com> | 2012-05-06 19:16:46 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-05-06 19:16:46 +0200 |
commit | fdc123ae25ce2276d8cf8a7c954754be488b3b20 (patch) | |
tree | e26afc9918576b08ada66530fd34ac310ff99bc1 /grub | |
parent | 53b492cea2bed470c14ffd5b564974c8f4dd89a6 (diff) | |
download | nutyx-pakxe-fdc123ae25ce2276d8cf8a7c954754be488b3b20.tar.gz nutyx-pakxe-fdc123ae25ce2276d8cf8a7c954754be488b3b20.tar.bz2 nutyx-pakxe-fdc123ae25ce2276d8cf8a7c954754be488b3b20.tar.xz nutyx-pakxe-fdc123ae25ce2276d8cf8a7c954754be488b3b20.zip |
grub, grub.cfg renomé
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 |