add optional pv tool
use pv to give feedback on copying the airootfs to RAM when copytoram kernel parameter is given
This commit is contained in:
parent
28ab118099
commit
bb503b9030
5 changed files with 29 additions and 1 deletions
|
@ -6,3 +6,9 @@ MENU LABEL Arch Linux (x86_64, BIOS)
|
|||
LINUX /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux
|
||||
INITRD /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img
|
||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
||||
|
||||
LABEL arch-ram
|
||||
MENU LABEL Arch Linux (x86_64, BIOS) Copy to RAM
|
||||
LINUX /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux
|
||||
INITRD /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img
|
||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue