mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2025-09-05 13:51:37 +02:00
Cosmetic changes to Ubuntu menu
This commit is contained in:
parent
4b588f817b
commit
622f22e27a
@ -7,7 +7,7 @@ goto ${menu}
|
|||||||
|
|
||||||
:ubuntu
|
:ubuntu
|
||||||
set os ubuntu
|
set os ubuntu
|
||||||
menu Ubuntu ${arch_a}
|
menu Ubuntu Installers ${arch_a}
|
||||||
item wily Ubuntu 15.10 Wily Werewolf
|
item wily Ubuntu 15.10 Wily Werewolf
|
||||||
item vivid Ubuntu 15.04 Vivid Vervet
|
item vivid Ubuntu 15.04 Vivid Vervet
|
||||||
item utopic Ubuntu 14.10 Utopic Unicorn
|
item utopic Ubuntu 14.10 Utopic Unicorn
|
||||||
@ -21,11 +21,11 @@ set mirrorcfg mirror/suite=${version} mirror/country=manual mirror/http/hostname
|
|||||||
:deb_boot_type
|
:deb_boot_type
|
||||||
set dir ${os}/dists/${version}/main/installer-${arch_a}/current/images/netboot/
|
set dir ${os}/dists/${version}/main/installer-${arch_a}/current/images/netboot/
|
||||||
|
|
||||||
menu ${os} boot parameters
|
menu Ubuntu Installer Boot Parameters:
|
||||||
item install ${os} install
|
item install Ubuntu Install
|
||||||
item rescue ${os} rescue mode
|
item rescue Ubuntu Rescue Mode
|
||||||
item expert ${os} expert install
|
item expert Ubuntu Expert Install
|
||||||
item preseed ${os} specify preseed url
|
item preseed Ubuntu Specify preseed url
|
||||||
choose --default ${type} type || goto ubuntu
|
choose --default ${type} type || goto ubuntu
|
||||||
|
|
||||||
echo ${cls}
|
echo ${cls}
|
||||||
@ -40,7 +40,7 @@ set install_params priority=low
|
|||||||
goto deb_boot
|
goto deb_boot
|
||||||
|
|
||||||
:deb_preseed
|
:deb_preseed
|
||||||
echo -n Specify preseed URL for ${os} ${version}: && read preseedurl
|
echo -n Specify preseed URL for Ubuntu ${version}: && read preseedurl
|
||||||
set install_params auto=true priority=critical preseed/url=${preseedurl}
|
set install_params auto=true priority=critical preseed/url=${preseedurl}
|
||||||
goto deb_boot
|
goto deb_boot
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user