diff options
-rw-r--r-- | installers/data/pc.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/installers/data/pc.sh b/installers/data/pc.sh index 52d168d..14e8451 100644 --- a/installers/data/pc.sh +++ b/installers/data/pc.sh @@ -93,14 +93,14 @@ for tzpkg in ${tzpkgs}; do done opkg remove tzcode ${rmtzpkgs} -printf '\nInstall the boot loader' -printf '\n=======================\n\n' - opkg install lilo boot="$(mountpoint -n /boot | cut -d ' ' -f 1)" boot="${boot%%[0-9]}" +printf '\nInstall the boot loader' +printf '\n=======================\n\n' printf 'Name of root partition on running system (e.g. "sda1"): ' _read -r root +printf '\n' # XXX: Temporary kludge. cp -p /boot/vmlinuz /boot/vmlinuz.old install-lilo "${boot}" "/dev/${root}" >&2 |