diff options
author | adv <adv@uma.es> | 2011-04-14 14:22:52 +0000 |
---|---|---|
committer | adv <adv@uma.es> | 2011-04-14 14:22:52 +0000 |
commit | 88b75ac0ccf3006a5d4a8449a078d6bdb3d31f68 (patch) | |
tree | 4ba94013732faca741acefc3860be1478de6171b /client/boot-tools/clientstructure/etc/initramfs-tools/scripts/oginit | |
parent | 3cd3133e29efbfdb693c697573039a90a0b7e9f1 (diff) |
version1.0 #368 - Adaptando el antiguo ogclient a boot-tools
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1854 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/boot-tools/clientstructure/etc/initramfs-tools/scripts/oginit')
-rwxr-xr-x | client/boot-tools/clientstructure/etc/initramfs-tools/scripts/oginit | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/boot-tools/clientstructure/etc/initramfs-tools/scripts/oginit b/client/boot-tools/clientstructure/etc/initramfs-tools/scripts/oginit index a6c05d5e..d91afaee 100755 --- a/client/boot-tools/clientstructure/etc/initramfs-tools/scripts/oginit +++ b/client/boot-tools/clientstructure/etc/initramfs-tools/scripts/oginit @@ -41,9 +41,12 @@ mountroot () . /scripts/functions . /scripts/ogfunctions + sleep 2 + [ "$ogdebug" == "true" ] && ogYesNo --timeout 5 --default no "Stop before get OG variables: y/N " [ $? == 0 ] && sh || echo " " + set -a log_success_msg "Checking kernel parameters" ogExportKernelParameters |