diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-21 20:15:22 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-21 20:15:22 (GMT) |
commit | 91461544b4ce910bcdf07bea8daabd8309119fdb (patch) | |
tree | 4228105724cfe2bf33775e36041246450f1bb96b | |
parent | e6a003f00a9e2555f19b30717186d942e6f18056 (diff) | |
download | linhes_pkgbuild-91461544b4ce910bcdf07bea8daabd8309119fdb.zip linhes_pkgbuild-91461544b4ce910bcdf07bea8daabd8309119fdb.tar.gz linhes_pkgbuild-91461544b4ce910bcdf07bea8daabd8309119fdb.tar.bz2 |
LinHES-config: 09_mythvantage_runit_grub added splash=silent to grub line
-rw-r--r-- | abs/core/LinHES-config/09_mythvantge_runit_grub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/LinHES-config/09_mythvantge_runit_grub b/abs/core/LinHES-config/09_mythvantge_runit_grub index ec20282..cfebc56 100644 --- a/abs/core/LinHES-config/09_mythvantge_runit_grub +++ b/abs/core/LinHES-config/09_mythvantge_runit_grub @@ -22,7 +22,7 @@ menuentry 'LinHES' --class arch --class gnu-linux --class gnu --class os $menuen search --no-floppy --fs-uuid --set=root $boot_device_id fi echo 'Loading Linux core repo kernel ...' - linux /boot/vmlinuz-linux root=UUID=$boot_device_id ro quiet init=/sbin/runit + linux /boot/vmlinuz-linux root=UUID=$boot_device_id ro quiet splash=silent init=/sbin/runit echo 'Loading initial ramdisk ...' initrd /boot/initramfs-linux.img } |