Solved: Customize initramfs SD fallback
|
31st Jul, 2014, 06:20 PM
Post: #2
|
|||
|
|||
RE: Customize initramfs
No, as i said in the other topic. You have to alter the files in /etc/xbian-initramfs/.
I would suggest you put the following in the init file at line 182: Code: . /sd-fallback.sh || drop_shell Of course, make sure the sd-fallback script is executable and exits with either 0 for success or 1 for failure. Just put the sd-fallback.sh script in the /etc/xbian-initramfs/ folder and add the following line to the update-initramfs.sh file after cp /etc/xbian-initramfs/splash_updater.sh ./ Code: cp /etc/xbian-initramfs/sd-fallback.sh ./ pilight - modular domotica solution
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Customize initramfs SD fallback - rlogiacco - 31st Jul, 2014, 05:58 PM
RE: Customize initramfs - CurlyMo - 31st Jul, 2014 06:20 PM
RE: Customize initramfs - rlogiacco - 31st Jul, 2014, 07:41 PM
RE: Customize initramfs for SD fallback - rlogiacco - 3rd Aug, 2014, 01:26 AM
RE: Customize initramfs SD fallback - rlogiacco - 4th Aug, 2014, 08:21 PM
RE: Customize initramfs SD fallback - mk01 - 6th Aug, 2014, 09:02 PM
RE: Customize initramfs SD fallback - rlogiacco - 6th Aug, 2014, 10:02 PM
RE: Customize initramfs SD fallback - mk01 - 6th Aug, 2014, 10:08 PM
|