mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 00:18:42 +09:00
liveboot: prevent display 'Please remove the installation medium'
Adding 'noprompt' won't wait till user press an enter key with the message 'Please remove the installation medium: press Enter'. Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: I4d4d8987d40b62057bcea11804d26c25ca11146f
This commit is contained in:
@@ -27,7 +27,7 @@ if [ "x@@LIVESYSTEM@@" = "xtrue" ]; then
|
||||
if [ -f /etc/default/flash-kernel ]; then
|
||||
. /etc/default/flash-kernel
|
||||
|
||||
sed -i "s/^LINUX_KERNEL_CMDLINE=.*/LINUX_KERNEL_CMDLINE=\"$LINUX_KERNEL_CMDLINE boot=casper toram\"/g" \
|
||||
sed -i "s/^LINUX_KERNEL_CMDLINE=.*/LINUX_KERNEL_CMDLINE=\"$LINUX_KERNEL_CMDLINE boot=casper toram noprompt\"/g" \
|
||||
/etc/default/flash-kernel
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user