Commit 0282a979 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

removes '-q no longer supported'

parent e2e44c6b
...@@ -84,9 +84,11 @@ read_args() { ...@@ -84,9 +84,11 @@ read_args() {
boot_live_root() { boot_live_root() {
# Watches the udev event queue, and exits if all current events are handled # Watches the udev event queue, and exits if all current events are handled
udevadm settle --timeout=3 --quiet udevadm settle --timeout=3
killall "${_UDEV_DAEMON##*/}" 2>/dev/null killall "${_UDEV_DAEMON##*/}" 2>/dev/null
echo "InitRAMFS: switching root to ${ROOT_MOUNT}"
# # Allow for identification of the real root even after boot # # Allow for identification of the real root even after boot
# mkdir -p ${ROOT_MOUNT}/media/realroot # mkdir -p ${ROOT_MOUNT}/media/realroot
# mount -n --move "/run/media/${ROOT_DISK}" ${ROOT_MOUNT}/media/realroot # mount -n --move "/run/media/${ROOT_DISK}" ${ROOT_MOUNT}/media/realroot
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment