How to load busybox sh editing history when CONFIG_FEATURE_EDITING_SAVEHISTORY is not set?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












initramfs recovery environment



Here it is handy to have some frequently used commands pre-loaded in the editing history. To quickly retrieve the commands via key up instead of typing.



Arch Linux busybox config comes with CONFIG_FEATURE_EDITING=y and CONFIG_FEATURE_EDITING_HISTORY=15 but without history saving:




# CONFIG_FEATURE_EDITING_SAVEHISTORY is not set




Issue



The commands from ~/.ash_history are not being sourced as busybox editing history for interactive logins.



Regression



  1. I did check that env | grep HOME points to the correct home directory for both console and SSH interactive logins.


  2. history -r file.txt doesn't seem to load the file either.

Read history at login?



Is there a way to pre-load less then 1K of editing history with the stock busybox that comes included with Arch Linux inside the generated initramfs recovery image?







share|improve this question


























    up vote
    0
    down vote

    favorite












    initramfs recovery environment



    Here it is handy to have some frequently used commands pre-loaded in the editing history. To quickly retrieve the commands via key up instead of typing.



    Arch Linux busybox config comes with CONFIG_FEATURE_EDITING=y and CONFIG_FEATURE_EDITING_HISTORY=15 but without history saving:




    # CONFIG_FEATURE_EDITING_SAVEHISTORY is not set




    Issue



    The commands from ~/.ash_history are not being sourced as busybox editing history for interactive logins.



    Regression



    1. I did check that env | grep HOME points to the correct home directory for both console and SSH interactive logins.


    2. history -r file.txt doesn't seem to load the file either.

    Read history at login?



    Is there a way to pre-load less then 1K of editing history with the stock busybox that comes included with Arch Linux inside the generated initramfs recovery image?







    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      initramfs recovery environment



      Here it is handy to have some frequently used commands pre-loaded in the editing history. To quickly retrieve the commands via key up instead of typing.



      Arch Linux busybox config comes with CONFIG_FEATURE_EDITING=y and CONFIG_FEATURE_EDITING_HISTORY=15 but without history saving:




      # CONFIG_FEATURE_EDITING_SAVEHISTORY is not set




      Issue



      The commands from ~/.ash_history are not being sourced as busybox editing history for interactive logins.



      Regression



      1. I did check that env | grep HOME points to the correct home directory for both console and SSH interactive logins.


      2. history -r file.txt doesn't seem to load the file either.

      Read history at login?



      Is there a way to pre-load less then 1K of editing history with the stock busybox that comes included with Arch Linux inside the generated initramfs recovery image?







      share|improve this question














      initramfs recovery environment



      Here it is handy to have some frequently used commands pre-loaded in the editing history. To quickly retrieve the commands via key up instead of typing.



      Arch Linux busybox config comes with CONFIG_FEATURE_EDITING=y and CONFIG_FEATURE_EDITING_HISTORY=15 but without history saving:




      # CONFIG_FEATURE_EDITING_SAVEHISTORY is not set




      Issue



      The commands from ~/.ash_history are not being sourced as busybox editing history for interactive logins.



      Regression



      1. I did check that env | grep HOME points to the correct home directory for both console and SSH interactive logins.


      2. history -r file.txt doesn't seem to load the file either.

      Read history at login?



      Is there a way to pre-load less then 1K of editing history with the stock busybox that comes included with Arch Linux inside the generated initramfs recovery image?









      share|improve this question













      share|improve this question




      share|improve this question








      edited Dec 23 '17 at 23:00

























      asked Dec 23 '17 at 22:32









      Pro Backup

      1,91452853




      1,91452853

























          active

          oldest

          votes











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );








           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f412734%2fhow-to-load-busybox-sh-editing-history-when-config-feature-editing-savehistory-i%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes










           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f412734%2fhow-to-load-busybox-sh-editing-history-when-config-feature-editing-savehistory-i%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Christian Cage

          How to properly install USB display driver for Fresco Logic FL2000DX on Ubuntu?