diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-11 13:33:37 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-11 13:33:37 -0200 |
commit | 9b8ae113c3008d9849c9c711a595e3b8037439f1 (patch) | |
tree | 1b53bc91e0f6dde53c20fa24618053b3b02c7f54 /libre/grub/grub.default | |
parent | bb388bd9d8a715e7e94618d1f7621277469ed227 (diff) | |
download | abslibre-9b8ae113c3008d9849c9c711a595e3b8037439f1.tar.gz abslibre-9b8ae113c3008d9849c9c711a595e3b8037439f1.tar.bz2 abslibre-9b8ae113c3008d9849c9c711a595e3b8037439f1.zip |
grub-2.00-1.2: updating revision"
* Remove obsolete files
* Fixing OS parameter on 10_linux.in for others distros
Diffstat (limited to 'libre/grub/grub.default')
-rw-r--r-- | libre/grub/grub.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/grub/grub.default b/libre/grub/grub.default index 2ceb40543..8455b67dd 100644 --- a/libre/grub/grub.default +++ b/libre/grub/grub.default @@ -1,6 +1,6 @@ GRUB_DEFAULT=0 GRUB_TIMEOUT=5 -GRUB_DISTRIBUTOR="Parabola GNU/Linux-libre" +GRUB_DISTRIBUTOR="Parabola" GRUB_CMDLINE_LINUX_DEFAULT="quiet" GRUB_CMDLINE_LINUX="" |