tronic wrote:
Great -- thanks for all the nice new stuff! Is the argument a number or an exact string matching the profile name, or something else?
As NeonNero noted, the reboot, boot and config Lish commands take a number. Basically your config profiles sorted oldest created to most recent numbered starting at 1. And yes, the configs command will output the config number plus profile name and notes:
Code:
[lindev5@absecon2 lish]# configs
Configuration Profiles:
1) My Debian 4.0 Profile - this profile has notes, other one doesn't
2) New Profile
3) New Profile 2 - another note
[lindev5@absecon2 lish]# config 1
Configuration Profile Details:
Label: My Debian 4.0 Profile
Note: this profile has notes, other one doesn't
Kernel: 2.6.23.1-linode36
RAM: 300 MiB
Boot Device: /dev/ubda
Options: updatedb helper: yes kernel params: 'ro'
Disk Images:
Device: /dev/ubda
Label: Debian 4.0 Disk Image
Size: 500 MiB
Type: ext3
Read-Only: no
Device: /dev/ubdb
Label: 256MB Swap Image
Size: 256 MiB
Type: swap
Read-Only: no
[lindev5@absecon2 lish]#