How to load busybox sh editing history when CONFIG_FEATURE_EDITING_SAVEHISTORY is not set?
Clash 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
- I did check that
env | grep HOME
points to the correct home directory for both console and SSH interactive logins. 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?
busybox
add a comment |Â
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
- I did check that
env | grep HOME
points to the correct home directory for both console and SSH interactive logins. 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?
busybox
add a comment |Â
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
- I did check that
env | grep HOME
points to the correct home directory for both console and SSH interactive logins. 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?
busybox
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
- I did check that
env | grep HOME
points to the correct home directory for both console and SSH interactive logins. 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?
busybox
edited Dec 23 '17 at 23:00
asked Dec 23 '17 at 22:32
Pro Backup
1,91452853
1,91452853
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password